extension 2.0.0-alpha.6 → 2.0.0-alpha.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/dist/cli.js +3 -3
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -114,7 +114,7 @@ var package_default = {
|
|
|
114
114
|
node: ">=18"
|
|
115
115
|
},
|
|
116
116
|
name: "extension",
|
|
117
|
-
version: "2.0.0-alpha.
|
|
117
|
+
version: "2.0.0-alpha.7",
|
|
118
118
|
description: "Create cross-browser extensions with no build configuration.",
|
|
119
119
|
main: "./dist/cli.js",
|
|
120
120
|
types: "./dist/cli.d.ts",
|
|
@@ -156,8 +156,8 @@ var package_default = {
|
|
|
156
156
|
],
|
|
157
157
|
dependencies: {
|
|
158
158
|
"@colors/colors": "^1.6.0",
|
|
159
|
-
"extension-create": "2.0.0-alpha.
|
|
160
|
-
"extension-develop": "2.0.0-alpha.
|
|
159
|
+
"extension-create": "2.0.0-alpha.7",
|
|
160
|
+
"extension-develop": "2.0.0-alpha.7",
|
|
161
161
|
commander: "^11.1.0",
|
|
162
162
|
semver: "^7.5.4",
|
|
163
163
|
"update-check": "^1.5.4"
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"node": ">=18"
|
|
10
10
|
},
|
|
11
11
|
"name": "extension",
|
|
12
|
-
"version": "2.0.0-alpha.
|
|
12
|
+
"version": "2.0.0-alpha.7",
|
|
13
13
|
"description": "Create cross-browser extensions with no build configuration.",
|
|
14
14
|
"main": "./dist/cli.js",
|
|
15
15
|
"types": "./dist/cli.d.ts",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@colors/colors": "^1.6.0",
|
|
54
|
-
"extension-create": "2.0.0-alpha.
|
|
55
|
-
"extension-develop": "2.0.0-alpha.
|
|
54
|
+
"extension-create": "2.0.0-alpha.7",
|
|
55
|
+
"extension-develop": "2.0.0-alpha.7",
|
|
56
56
|
"commander": "^11.1.0",
|
|
57
57
|
"semver": "^7.5.4",
|
|
58
58
|
"update-check": "^1.5.4"
|