extension-create 1.2.5 → 1.3.0

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -139,7 +139,7 @@ var package_default = {
139
139
  node: ">=18"
140
140
  },
141
141
  name: "extension-create",
142
- version: "1.2.5",
142
+ version: "1.3.0",
143
143
  description: "Create cross-browser extensions with no build configuration.",
144
144
  main: "./dist/cli.js",
145
145
  types: "./dist/cli.d.ts",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "node": ">=18"
10
10
  },
11
11
  "name": "extension-create",
12
- "version": "1.2.5",
12
+ "version": "1.3.0",
13
13
  "description": "Create cross-browser extensions with no build configuration.",
14
14
  "main": "./dist/cli.js",
15
15
  "types": "./dist/cli.d.ts",