vite 3.0.0-beta.2 → 3.0.0-beta.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/node/chunks/{dep-e8ca8d40.js → dep-07a79996.js} +121 -113
- package/dist/node/chunks/{dep-58d622b1.js → dep-3856e872.js} +3 -3
- package/dist/node/chunks/{dep-ce359b6c.js → dep-769a2d15.js} +3119 -3119
- package/dist/node/chunks/dep-87668933.js +7545 -0
- package/dist/node/chunks/{dep-7c996900.js → dep-b5bfa135.js} +6470 -5944
- package/dist/node/chunks/{dep-48fd67df.js → dep-f57ad27b.js} +6 -6
- package/dist/node/cli.js +12 -12
- package/dist/node/constants.js +4 -2
- package/dist/node/index.d.ts +5 -0
- package/dist/node/index.js +2 -2
- package/dist/node-cjs/publicUtils.cjs +1004 -963
- package/package.json +3 -4
- package/dist/node/chunks/dep-42600871.js +0 -7505
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Evan You",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"build-bundle": "rollup --config rollup.config.ts --configPlugin typescript",
|
|
49
49
|
"build-types": "run-s build-temp-types patch-types roll-types check-dist-types",
|
|
50
50
|
"build-temp-types": "tsc --emitDeclarationOnly --outDir temp/node -p src/node",
|
|
51
|
-
"patch-types": "
|
|
51
|
+
"patch-types": "tsx scripts/patchTypes.ts",
|
|
52
52
|
"roll-types": "api-extractor run && rimraf temp",
|
|
53
53
|
"check-dist-types": "tsc --project tsconfig.check.json",
|
|
54
54
|
"lint": "eslint --cache --ext .ts src/**",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@babel/types": "^7.18.4",
|
|
72
72
|
"@jridgewell/trace-mapping": "^0.3.13",
|
|
73
73
|
"@rollup/plugin-alias": "^3.1.9",
|
|
74
|
-
"@rollup/plugin-commonjs": "^
|
|
74
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
|
75
75
|
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
|
|
76
76
|
"@rollup/plugin-json": "^4.1.0",
|
|
77
77
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
"dotenv": "^14.3.2",
|
|
91
91
|
"dotenv-expand": "^5.1.0",
|
|
92
92
|
"es-module-lexer": "^0.10.5",
|
|
93
|
-
"esno": "^0.16.3",
|
|
94
93
|
"estree-walker": "^3.0.1",
|
|
95
94
|
"etag": "^1.8.1",
|
|
96
95
|
"fast-glob": "^3.2.11",
|