wxt 0.16.1 → 0.16.3
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/{chunk-7RB7TV6M.js → chunk-4IVGHIAG.js} +711 -635
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +388 -341
- package/dist/client.d.ts +1 -1
- package/dist/{external-2QTHXYDU.d.cts → index-wltPoSyr.d.cts} +120 -1
- package/dist/{external-2QTHXYDU.d.ts → index-wltPoSyr.d.ts} +120 -1
- package/dist/index.cjs +386 -339
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +91 -115
- package/dist/sandbox.d.ts +1 -1
- package/dist/testing.cjs +35 -8
- package/dist/testing.d.cts +3 -1
- package/dist/testing.d.ts +3 -1
- package/dist/testing.js +3 -3
- package/package.json +3 -2
- /package/dist/{external-TYmXqKVq.d.ts → index-TYmXqKVq.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.3",
|
|
5
5
|
"description": "Next gen framework for developing web extensions",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"fs-extra": "^11.1.1",
|
|
100
100
|
"get-port": "^7.0.0",
|
|
101
101
|
"giget": "^1.1.3",
|
|
102
|
+
"hookable": "^5.5.3",
|
|
102
103
|
"immer": "^10.0.3",
|
|
103
104
|
"is-wsl": "^3.0.0",
|
|
104
105
|
"jiti": "^1.21.0",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"@types/prompts": "^2.4.9",
|
|
130
131
|
"@vitest/coverage-v8": "^1.0.1",
|
|
131
132
|
"execa": "^8.0.1",
|
|
132
|
-
"happy-dom": "^
|
|
133
|
+
"happy-dom": "^13.3.8",
|
|
133
134
|
"lint-staged": "^15.2.0",
|
|
134
135
|
"lodash.merge": "^4.6.2",
|
|
135
136
|
"npm-run-all": "^4.1.5",
|
|
File without changes
|