extension 2.0.0-alpha.19 → 2.0.0-alpha.20

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -3
  2. 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.19",
117
+ version: "2.0.0-alpha.20",
118
118
  description: "Create cross-browser extensions with no build configuration.",
119
119
  main: "./dist/cli.js",
120
120
  types: "./dist/cli.d.ts",
@@ -162,8 +162,8 @@ var package_default = {
162
162
  "@types/react": "^18.3.5",
163
163
  "@types/react-dom": "^18.2.18",
164
164
  commander: "^11.1.0",
165
- "extension-create": "2.0.0-alpha.19",
166
- "extension-develop": "2.0.0-alpha.19",
165
+ "extension-create": "2.0.0-alpha.20",
166
+ "extension-develop": "2.0.0-alpha.20",
167
167
  semver: "^7.5.4",
168
168
  "update-check": "^1.5.4",
169
169
  "webextension-polyfill": "^0.12.0"
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "node": ">=18"
10
10
  },
11
11
  "name": "extension",
12
- "version": "2.0.0-alpha.19",
12
+ "version": "2.0.0-alpha.20",
13
13
  "description": "Create cross-browser extensions with no build configuration.",
14
14
  "main": "./dist/cli.js",
15
15
  "types": "./dist/cli.d.ts",
@@ -45,8 +45,8 @@
45
45
  "@types/react": "^18.3.5",
46
46
  "@types/react-dom": "^18.2.18",
47
47
  "commander": "^11.1.0",
48
- "extension-create": "2.0.0-alpha.19",
49
- "extension-develop": "2.0.0-alpha.19",
48
+ "extension-create": "2.0.0-alpha.20",
49
+ "extension-develop": "2.0.0-alpha.20",
50
50
  "semver": "^7.5.4",
51
51
  "update-check": "^1.5.4",
52
52
  "webextension-polyfill": "^0.12.0"