extension 2.0.0-alpha.17 → 2.0.0-alpha.18
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.18",
|
|
118
118
|
description: "Create cross-browser extensions with no build configuration.",
|
|
119
119
|
main: "./dist/cli.js",
|
|
120
120
|
types: "./dist/cli.d.ts",
|
|
@@ -159,8 +159,8 @@ var package_default = {
|
|
|
159
159
|
"@types/node": "^20.11.5",
|
|
160
160
|
"@types/chrome": "^0.0.268",
|
|
161
161
|
"@colors/colors": "^1.6.0",
|
|
162
|
-
"extension-create": "2.0.0-alpha.
|
|
163
|
-
"extension-develop": "2.0.0-alpha.
|
|
162
|
+
"extension-create": "2.0.0-alpha.18",
|
|
163
|
+
"extension-develop": "2.0.0-alpha.18",
|
|
164
164
|
commander: "^11.1.0",
|
|
165
165
|
semver: "^7.5.4",
|
|
166
166
|
"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.18",
|
|
13
13
|
"description": "Create cross-browser extensions with no build configuration.",
|
|
14
14
|
"main": "./dist/cli.js",
|
|
15
15
|
"types": "./dist/cli.d.ts",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@types/node": "^20.11.5",
|
|
55
55
|
"@types/chrome": "^0.0.268",
|
|
56
56
|
"@colors/colors": "^1.6.0",
|
|
57
|
-
"extension-create": "2.0.0-alpha.
|
|
58
|
-
"extension-develop": "2.0.0-alpha.
|
|
57
|
+
"extension-create": "2.0.0-alpha.18",
|
|
58
|
+
"extension-develop": "2.0.0-alpha.18",
|
|
59
59
|
"commander": "^11.1.0",
|
|
60
60
|
"semver": "^7.5.4",
|
|
61
61
|
"update-check": "^1.5.4",
|