browser-extension-manager 1.3.5 → 1.3.7
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/package.json +3 -3
- package/firebase-debug.log +0 -1246
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browser-extension-manager",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"description": "Browser Extension Manager dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"npm-api": "^1.0.1",
|
|
88
88
|
"sass": "^1.97.0",
|
|
89
89
|
"through2": "^4.0.2",
|
|
90
|
-
"web-manager": "^4.1.
|
|
90
|
+
"web-manager": "^4.1.2",
|
|
91
91
|
"webpack": "^5.104.0",
|
|
92
92
|
"wonderful-fetch": "^1.3.4",
|
|
93
93
|
"wonderful-version": "^1.3.2",
|
|
@@ -98,6 +98,6 @@
|
|
|
98
98
|
"gulp": "^5.0.1"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"prepare-package": "^1.2.
|
|
101
|
+
"prepare-package": "^1.2.6"
|
|
102
102
|
}
|
|
103
103
|
}
|