Skip to content

Commit 0c58843

Browse files
authored
Merge pull request #195 from aesirxio/freemium-version
Freemium Analytics
2 parents a3a257a + 3036b28 commit 0c58843

37 files changed

+415
-2398
lines changed

gulpfile.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ function moveAnalyticJSTask() {
2929
.pipe(gulp.dest(`${dist}/plugins/aesirx-analytics/assets/vendor`));
3030
}
3131

32-
function moveConsentJSTask() {
33-
return gulp
34-
.src(['./node_modules/aesirx-consent/dist/consent.js'])
35-
.pipe(rename('consent.js'))
36-
.pipe(gulp.dest(`${dist}/plugins/aesirx-analytics/assets/vendor`));
37-
}
38-
3932
function moveRepeatableFieldsJSTask() {
4033
return gulp
4134
.src(['./wp-content/plugins/aesirx-analytics/aesirx-analytics-repeatable-fields.js'])
@@ -87,7 +80,6 @@ exports.zip = series(
8780
cleanTask,
8881
movePluginFolderTask,
8982
moveAnalyticJSTask,
90-
moveConsentJSTask,
9183
moveRepeatableFieldsJSTask,
9284
moveNoticeJSTask,
9385
webpackBIApp,
@@ -106,7 +98,6 @@ exports.watch = function () {
10698
series(
10799
movePluginFolderTask,
108100
moveAnalyticJSTask,
109-
moveConsentJSTask,
110101
moveRepeatableFieldsJSTask,
111102
moveNoticeJSTask,
112103
composerTask

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"git-revision-webpack-plugin": "^5.0.0",
2222
"gulp": "^4.0.2",
2323
"gulp-composer": "^0.4.5",
24-
"gulp-zip": "^5.1.0",
2524
"gulp-rename": "^2.0.0",
25+
"gulp-zip": "^5.1.0",
2626
"lodash": "^4.17.21",
2727
"prettier": "^3.0.3",
2828
"process": "^0.11.10",
@@ -37,9 +37,8 @@
3737
"webpack-stream": "^7.0.0"
3838
},
3939
"dependencies": {
40-
"aesirx-analytics": "2.4.0",
41-
"aesirx-consent": "1.0.4",
42-
"aesirx-bi-app": "^2.4.2",
40+
"aesirx-analytics": "^2.4.5",
41+
"aesirx-bi-app": "^2.8.2",
4342
"react": "^18.2.0",
4443
"react-dom": "^18.3.1",
4544
"react-spinners": "^0.13.8"

0 commit comments

Comments
 (0)