browser-extension-manager 1.3.27 → 1.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/setup.js +1 -1
- package/package.json +7 -7
package/dist/commands/setup.js
CHANGED
|
@@ -243,7 +243,7 @@ async function migrate() {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
// Migrate hooks to nested structure (introduced in 0.0.185)
|
|
246
|
-
if (version.is(installedVersion, '<=', '
|
|
246
|
+
if (version.is(installedVersion, '<=', '2.0.0')) {
|
|
247
247
|
await migrateHooksToNestedStructure();
|
|
248
248
|
}
|
|
249
249
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browser-extension-manager",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.29",
|
|
4
4
|
"description": "Browser Extension Manager dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://template.itwcreativeworks.com",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@babel/core": "^7.
|
|
70
|
-
"@babel/preset-env": "^7.
|
|
69
|
+
"@babel/core": "^7.29.0",
|
|
70
|
+
"@babel/preset-env": "^7.29.0",
|
|
71
71
|
"@popperjs/core": "^2.11.8",
|
|
72
72
|
"babel-loader": "^10.0.0",
|
|
73
73
|
"chalk": "^5.6.2",
|
|
74
|
-
"dotenv": "^17.2.
|
|
74
|
+
"dotenv": "^17.2.4",
|
|
75
75
|
"fs-jetpack": "^5.1.0",
|
|
76
|
-
"glob": "^13.0.
|
|
76
|
+
"glob": "^13.0.1",
|
|
77
77
|
"gulp-clean-css": "^4.3.0",
|
|
78
78
|
"gulp-filter": "^9.0.1",
|
|
79
79
|
"gulp-rename": "^2.1.0",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"itwcw-package-analytics": "^1.0.8",
|
|
83
83
|
"json5": "^2.2.3",
|
|
84
84
|
"lodash": "^4.17.23",
|
|
85
|
-
"minimatch": "^10.1.
|
|
85
|
+
"minimatch": "^10.1.2",
|
|
86
86
|
"node-powertools": "^2.3.2",
|
|
87
87
|
"npm-api": "^1.0.1",
|
|
88
88
|
"sass": "^1.97.3",
|
|
89
89
|
"through2": "^4.0.2",
|
|
90
90
|
"web-manager": "^4.1.6",
|
|
91
|
-
"webpack": "^5.
|
|
91
|
+
"webpack": "^5.105.0",
|
|
92
92
|
"wonderful-fetch": "^1.3.4",
|
|
93
93
|
"wonderful-version": "^1.3.2",
|
|
94
94
|
"ws": "^8.19.0",
|