@cedarjs/vite 2.2.1-next.0 → 2.2.1-rc.23
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function cedarVitestPreset(): any[];
|
|
1
|
+
export declare function cedarVitestPreset(): (import("vite").Plugin<any> | import("vite").Plugin<any>[])[];
|
|
2
2
|
//# sourceMappingURL=vite-plugin-cedar-vitest-api-preset.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite-plugin-cedar-vitest-api-preset.d.ts","sourceRoot":"","sources":["../../src/api/vite-plugin-cedar-vitest-api-preset.ts"],"names":[],"mappings":"AAQA,wBAAgB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"vite-plugin-cedar-vitest-api-preset.d.ts","sourceRoot":"","sources":["../../src/api/vite-plugin-cedar-vitest-api-preset.ts"],"names":[],"mappings":"AAQA,wBAAgB,iBAAiB,kEAOhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "2.2.1-
|
|
3
|
+
"version": "2.2.1-rc.23",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"@babel/generator": "7.28.5",
|
|
65
65
|
"@babel/parser": "7.28.5",
|
|
66
66
|
"@babel/traverse": "7.28.5",
|
|
67
|
-
"@cedarjs/auth": "2.2.1-
|
|
68
|
-
"@cedarjs/babel-config": "2.2.1-
|
|
69
|
-
"@cedarjs/cookie-jar": "2.2.1-
|
|
70
|
-
"@cedarjs/internal": "2.2.1-
|
|
71
|
-
"@cedarjs/project-config": "2.2.1-
|
|
72
|
-
"@cedarjs/server-store": "2.2.1-
|
|
73
|
-
"@cedarjs/testing": "2.2.1-
|
|
74
|
-
"@cedarjs/web": "2.2.1-
|
|
67
|
+
"@cedarjs/auth": "2.2.1-rc.23",
|
|
68
|
+
"@cedarjs/babel-config": "2.2.1-rc.23",
|
|
69
|
+
"@cedarjs/cookie-jar": "2.2.1-rc.23",
|
|
70
|
+
"@cedarjs/internal": "2.2.1-rc.23",
|
|
71
|
+
"@cedarjs/project-config": "2.2.1-rc.23",
|
|
72
|
+
"@cedarjs/server-store": "2.2.1-rc.23",
|
|
73
|
+
"@cedarjs/testing": "2.2.1-rc.23",
|
|
74
|
+
"@cedarjs/web": "2.2.1-rc.23",
|
|
75
75
|
"@swc/core": "1.15.7",
|
|
76
76
|
"@vitejs/plugin-react": "4.7.0",
|
|
77
77
|
"@whatwg-node/fetch": "0.10.13",
|
|
@@ -85,7 +85,6 @@
|
|
|
85
85
|
"execa": "5.1.1",
|
|
86
86
|
"express": "4.22.1",
|
|
87
87
|
"find-my-way": "8.2.2",
|
|
88
|
-
"fs-extra": "11.3.3",
|
|
89
88
|
"http-proxy-middleware": "3.0.5",
|
|
90
89
|
"isbot": "5.1.32",
|
|
91
90
|
"react": "18.3.1",
|
|
@@ -102,11 +101,10 @@
|
|
|
102
101
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
103
102
|
"@types/busboy": "^1",
|
|
104
103
|
"@types/express": "4",
|
|
105
|
-
"@types/fs-extra": "11.0.4",
|
|
106
104
|
"@types/react": "^18.2.55",
|
|
107
105
|
"@types/ws": "^8",
|
|
108
106
|
"@types/yargs-parser": "21.0.3",
|
|
109
|
-
"concurrently": "
|
|
107
|
+
"concurrently": "9.2.1",
|
|
110
108
|
"glob": "11.1.0",
|
|
111
109
|
"memfs": "4.51.1",
|
|
112
110
|
"publint": "0.3.16",
|
|
@@ -118,5 +116,5 @@
|
|
|
118
116
|
"publishConfig": {
|
|
119
117
|
"access": "public"
|
|
120
118
|
},
|
|
121
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "24dbb96b93c3cf4a316ac2965158d378c87a76db"
|
|
122
120
|
}
|