extension-create 1.0.5 → 1.0.6

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
@@ -116,7 +116,7 @@ var package_default = {
116
116
  node: ">=18"
117
117
  },
118
118
  name: "extension-create",
119
- version: "1.0.5",
119
+ version: "1.0.6",
120
120
  description: "Create cross-browser extensions with no build configuration.",
121
121
  main: "./dist/cli.js",
122
122
  types: "./dist/cli.d.ts",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "node": ">=18"
9
9
  },
10
10
  "name": "extension-create",
11
- "version": "1.0.5",
11
+ "version": "1.0.6",
12
12
  "description": "Create cross-browser extensions with no build configuration.",
13
13
  "main": "./dist/cli.js",
14
14
  "types": "./dist/cli.d.ts",