@crxjs/vite-plugin 2.0.0-beta.2 → 2.0.0-beta.22
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/client.d.ts +15 -0
- package/dist/index.cjs +0 -1848
- package/dist/index.d.ts +33 -12
- package/dist/index.mjs +249 -76
- package/package.json +22 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crxjs/vite-plugin",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.22",
|
|
4
4
|
"description": "Build Chrome Extensions with this Vite plugin.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rollup-plugin",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"author": "Jack and Amy Steam <jacksteamdev@gmail.com>",
|
|
26
|
+
"type": "module",
|
|
26
27
|
"exports": {
|
|
27
28
|
".": {
|
|
28
29
|
"require": "./dist/index.cjs",
|
|
@@ -67,57 +68,58 @@
|
|
|
67
68
|
"acorn-walk": "^8.2.0",
|
|
68
69
|
"cheerio": "^1.0.0-rc.10",
|
|
69
70
|
"connect-injector": "^0.4.4",
|
|
71
|
+
"convert-source-map": "^1.7.0",
|
|
70
72
|
"debug": "^4.3.3",
|
|
71
73
|
"es-module-lexer": "^0.10.0",
|
|
72
74
|
"fast-glob": "^3.2.11",
|
|
73
75
|
"fs-extra": "^10.0.1",
|
|
74
|
-
"get-port": "^6.1.2",
|
|
75
76
|
"jsesc": "^3.0.2",
|
|
76
77
|
"magic-string": "^0.26.0",
|
|
77
78
|
"picocolors": "^1.0.0",
|
|
78
79
|
"react-refresh": "^0.13.0",
|
|
79
|
-
"rollup": "2.78.1"
|
|
80
|
+
"rollup": "2.78.1",
|
|
81
|
+
"rxjs": "7.5.7"
|
|
80
82
|
},
|
|
81
83
|
"devDependencies": {
|
|
82
84
|
"@extend-chrome/messages": "1.2.2",
|
|
83
85
|
"@extend-chrome/storage": "1.5.0",
|
|
84
|
-
"@rollup/plugin-alias": "
|
|
86
|
+
"@rollup/plugin-alias": "4.0.4",
|
|
85
87
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
86
|
-
"@rollup/plugin-json": "^
|
|
88
|
+
"@rollup/plugin-json": "^5.0.0",
|
|
87
89
|
"@rollup/plugin-node-resolve": "13.2.0",
|
|
88
|
-
"@sveltejs/vite-plugin-svelte": "1.0
|
|
90
|
+
"@sveltejs/vite-plugin-svelte": "1.4.0",
|
|
89
91
|
"@types/acorn": "4.0.6",
|
|
90
|
-
"@types/chrome": "0.0.
|
|
92
|
+
"@types/chrome": "0.0.237",
|
|
93
|
+
"@types/convert-source-map": "^2.0.0",
|
|
91
94
|
"@types/debug": "4.1.7",
|
|
92
95
|
"@types/fs-extra": "9.0.13",
|
|
93
96
|
"@types/jest-image-snapshot": "^5.1.0",
|
|
94
97
|
"@types/jsesc": "3.0.1",
|
|
95
98
|
"@types/node": "17.0.18",
|
|
96
|
-
"@types/react": "17.0.
|
|
97
|
-
"@types/react-dom": "17.0.
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
99
|
-
"@typescript-eslint/parser": "5.
|
|
99
|
+
"@types/react": "17.0.52",
|
|
100
|
+
"@types/react-dom": "17.0.18",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "5.41.0",
|
|
102
|
+
"@typescript-eslint/parser": "5.41.0",
|
|
100
103
|
"@vitejs/plugin-react": "^2.1.0",
|
|
101
|
-
"@vitejs/plugin-vue": "3.
|
|
104
|
+
"@vitejs/plugin-vue": "3.2.0",
|
|
102
105
|
"chokidar": "^3.5.3",
|
|
103
|
-
"esbuild": "0.
|
|
106
|
+
"esbuild": "0.17.14",
|
|
104
107
|
"esbuild-runner": "2.2.2",
|
|
105
|
-
"eslint": "8.
|
|
108
|
+
"eslint": "8.43.0",
|
|
106
109
|
"eslint-plugin-react": "^7.29.4",
|
|
107
110
|
"jest-image-snapshot": "^5.2.0",
|
|
108
111
|
"npm-run-all": "^4.1.5",
|
|
109
|
-
"playwright-chromium": "1.
|
|
112
|
+
"playwright-chromium": "1.33.0",
|
|
110
113
|
"react": "17.0.2",
|
|
111
114
|
"react-dom": "17.0.2",
|
|
112
115
|
"rimraf": "3.0.2",
|
|
113
116
|
"rollup-plugin-dts": "^4.2.0",
|
|
114
|
-
"rollup-plugin-esbuild": "4.10.
|
|
115
|
-
"rxjs": "7.5.5",
|
|
117
|
+
"rollup-plugin-esbuild": "4.10.3",
|
|
116
118
|
"svelte": "^3.48.0",
|
|
117
119
|
"typescript": "^4.6.4",
|
|
118
120
|
"vite": "^3.1.7",
|
|
119
|
-
"vite-plugin-inspect": "0.7.
|
|
120
|
-
"vitest": "
|
|
121
|
-
"vue": "3.2.
|
|
121
|
+
"vite-plugin-inspect": "0.7.25",
|
|
122
|
+
"vitest": "0.28.5",
|
|
123
|
+
"vue": "3.2.47"
|
|
122
124
|
}
|
|
123
125
|
}
|