extension 1.6.0-beta.1 → 1.6.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
@@ -141,7 +141,7 @@ var package_default = {
141
141
  node: ">=18"
142
142
  },
143
143
  name: "extension",
144
- version: "1.6.0-beta.1",
144
+ version: "1.6.0",
145
145
  description: "Create cross-browser extensions with no build configuration.",
146
146
  main: "./dist/cli.js",
147
147
  types: "./dist/cli.d.ts",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "node": ">=18"
10
10
  },
11
11
  "name": "extension",
12
- "version": "1.6.0-beta.1",
12
+ "version": "1.6.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",