wxt 0.8.6 → 0.9.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.
- package/README.md +8 -8
- package/dist/{chunk-VFZ5667B.js → chunk-TCKBDQAK.js} +3 -4
- package/dist/cli.cjs +512 -292
- package/dist/client.d.ts +87 -41
- package/dist/client.js +105 -65
- package/dist/{execa-WKZHVHC5.js → execa-Z7B33P3C.js} +494 -346
- package/dist/index.cjs +512 -292
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/testing.js +1 -1
- package/package.json +21 -21
package/dist/index.d.cts
CHANGED
|
@@ -61,6 +61,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
61
61
|
*/
|
|
62
62
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
63
63
|
|
|
64
|
-
var version = "0.
|
|
64
|
+
var version = "0.9.0";
|
|
65
65
|
|
|
66
66
|
export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
|
package/dist/index.d.ts
CHANGED
|
@@ -61,6 +61,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
61
61
|
*/
|
|
62
62
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
63
63
|
|
|
64
|
-
var version = "0.
|
|
64
|
+
var version = "0.9.0";
|
|
65
65
|
|
|
66
66
|
export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
|
package/dist/index.js
CHANGED
package/dist/testing.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"description": "Next gen framework for developing web extensions",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18",
|
|
@@ -59,46 +59,46 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@types/webextension-polyfill": "^0.10.
|
|
62
|
+
"@types/webextension-polyfill": "^0.10.5",
|
|
63
63
|
"@webext-core/fake-browser": "^1.2.2",
|
|
64
64
|
"@webext-core/isolated-element": "^1.0.4",
|
|
65
65
|
"@webext-core/match-patterns": "^1.0.2",
|
|
66
66
|
"async-mutex": "^0.4.0",
|
|
67
|
-
"c12": "^1.
|
|
67
|
+
"c12": "^1.5.1",
|
|
68
68
|
"cac": "^6.7.14",
|
|
69
69
|
"consola": "^3.2.3",
|
|
70
|
-
"esbuild": "^0.19.
|
|
70
|
+
"esbuild": "^0.19.5",
|
|
71
71
|
"fast-glob": "^3.3.1",
|
|
72
72
|
"filesize": "^10.0.8",
|
|
73
73
|
"fs-extra": "^11.1.1",
|
|
74
74
|
"get-port": "^7.0.0",
|
|
75
|
-
"giget": "^1.1.
|
|
76
|
-
"immer": "^10.0.
|
|
75
|
+
"giget": "^1.1.3",
|
|
76
|
+
"immer": "^10.0.3",
|
|
77
77
|
"is-wsl": "^3.0.0",
|
|
78
|
-
"jiti": "^1.
|
|
78
|
+
"jiti": "^1.21.0",
|
|
79
79
|
"json5": "^2.2.3",
|
|
80
|
-
"linkedom": "^0.
|
|
80
|
+
"linkedom": "^0.16.1",
|
|
81
81
|
"minimatch": "^9.0.3",
|
|
82
82
|
"ora": "^7.0.1",
|
|
83
83
|
"picocolors": "^1.0.0",
|
|
84
84
|
"prompts": "^2.4.2",
|
|
85
85
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
86
|
-
"unimport": "^3.
|
|
87
|
-
"vite": "^4.
|
|
86
|
+
"unimport": "^3.4.0",
|
|
87
|
+
"vite": "^4.5.0",
|
|
88
88
|
"web-ext-run": "^0.1.0",
|
|
89
89
|
"webextension-polyfill": "^0.10.0",
|
|
90
90
|
"zip-dir": "^2.0.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@faker-js/faker": "^8.0
|
|
94
|
-
"@types/fs-extra": "^11.0.
|
|
95
|
-
"@types/lodash.merge": "^4.6.
|
|
96
|
-
"@types/node": "^20.8.
|
|
97
|
-
"@types/prompts": "^2.4.
|
|
93
|
+
"@faker-js/faker": "^8.2.0",
|
|
94
|
+
"@types/fs-extra": "^11.0.3",
|
|
95
|
+
"@types/lodash.merge": "^4.6.8",
|
|
96
|
+
"@types/node": "^20.8.10",
|
|
97
|
+
"@types/prompts": "^2.4.7",
|
|
98
98
|
"@vitest/coverage-v8": "^0.34.6",
|
|
99
|
-
"execa": "^
|
|
99
|
+
"execa": "^8.0.1",
|
|
100
100
|
"happy-dom": "^12.4.0",
|
|
101
|
-
"lint-staged": "^
|
|
101
|
+
"lint-staged": "^15.0.2",
|
|
102
102
|
"lodash.merge": "^4.6.2",
|
|
103
103
|
"npm-run-all": "^4.1.5",
|
|
104
104
|
"p-map": "^6.0.0",
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
"simple-git-hooks": "^2.9.0",
|
|
107
107
|
"tsup": "^7.2.0",
|
|
108
108
|
"tsx": "^3.12.7",
|
|
109
|
-
"typedoc": "^0.25.
|
|
109
|
+
"typedoc": "^0.25.3",
|
|
110
110
|
"typedoc-plugin-markdown": "4.0.0-next.23",
|
|
111
111
|
"typedoc-vitepress-theme": "1.0.0-next.3",
|
|
112
112
|
"typescript": "^5.2.2",
|
|
113
|
-
"vitepress": "1.0.0-rc.
|
|
113
|
+
"vitepress": "1.0.0-rc.24",
|
|
114
114
|
"vitest": "^0.34.6",
|
|
115
115
|
"vitest-mock-extended": "^1.3.1",
|
|
116
|
-
"vue": "^3.3.
|
|
116
|
+
"vue": "^3.3.7",
|
|
117
117
|
"webextension-polyfill": "^0.10.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"pre-commit": "pnpm lint-staged"
|
|
125
125
|
},
|
|
126
126
|
"lint-staged": {
|
|
127
|
-
"*": "prettier --write"
|
|
127
|
+
"*": "prettier --ignore-unknown --write"
|
|
128
128
|
},
|
|
129
129
|
"changelog": {
|
|
130
130
|
"excludeAuthors": [
|