@cedarjs/vite 1.0.0-canary.12599 → 1.0.0-canary.12601
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"}
|
|
@@ -364,7 +364,7 @@ var require_react_react_server_production = __commonJS({
|
|
|
364
364
|
var require_react_react_server_development = __commonJS({
|
|
365
365
|
"../../node_modules/react/cjs/react.react-server.development.js"(exports) {
|
|
366
366
|
"use strict";
|
|
367
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
367
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
368
368
|
function getIteratorFn(maybeIterable) {
|
|
369
369
|
if (null === maybeIterable || "object" !== typeof maybeIterable)
|
|
370
370
|
return null;
|
|
@@ -1150,7 +1150,7 @@ var require_react_react_server_development = __commonJS({
|
|
|
1150
1150
|
return resolveDispatcher().useMemo(create, deps);
|
|
1151
1151
|
};
|
|
1152
1152
|
exports.version = "19.0.0-rc-f2df5694-20240916";
|
|
1153
|
-
}();
|
|
1153
|
+
})();
|
|
1154
1154
|
}
|
|
1155
1155
|
});
|
|
1156
1156
|
|
|
@@ -1282,7 +1282,7 @@ var require_react_dom_react_server_development = __commonJS({
|
|
|
1282
1282
|
"../../node_modules/react-dom/cjs/react-dom.react-server.development.js"(exports) {
|
|
1283
1283
|
"use strict";
|
|
1284
1284
|
var import_react = __toESM(require_react_react_server());
|
|
1285
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
1285
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
1286
1286
|
function noop() {
|
|
1287
1287
|
}
|
|
1288
1288
|
function getCrossOriginStringAs(as, input) {
|
|
@@ -1461,7 +1461,7 @@ var require_react_dom_react_server_development = __commonJS({
|
|
|
1461
1461
|
})) : Internals.d.m(href));
|
|
1462
1462
|
};
|
|
1463
1463
|
exports.version = "19.0.0-rc-f2df5694-20240916";
|
|
1464
|
-
}();
|
|
1464
|
+
})();
|
|
1465
1465
|
}
|
|
1466
1466
|
});
|
|
1467
1467
|
|
|
@@ -3697,7 +3697,7 @@ var require_react_server_dom_webpack_server_node_unbundled_development = __commo
|
|
|
3697
3697
|
"use strict";
|
|
3698
3698
|
var import_react_dom = __toESM(require_react_dom_react_server());
|
|
3699
3699
|
var import_react = __toESM(require_react_react_server());
|
|
3700
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
3700
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
3701
3701
|
function voidHandler() {
|
|
3702
3702
|
}
|
|
3703
3703
|
function _defineProperty(obj, key, value) {
|
|
@@ -6457,7 +6457,7 @@ var require_react_server_dom_webpack_server_node_unbundled_development = __commo
|
|
|
6457
6457
|
}
|
|
6458
6458
|
};
|
|
6459
6459
|
};
|
|
6460
|
-
}();
|
|
6460
|
+
})();
|
|
6461
6461
|
}
|
|
6462
6462
|
});
|
|
6463
6463
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12601+5c4f0354c",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"@babel/generator": "7.27.5",
|
|
65
65
|
"@babel/parser": "7.27.5",
|
|
66
66
|
"@babel/traverse": "7.27.4",
|
|
67
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
68
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
69
|
-
"@cedarjs/cookie-jar": "1.0.0-canary.
|
|
70
|
-
"@cedarjs/internal": "1.0.0-canary.
|
|
71
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
72
|
-
"@cedarjs/server-store": "1.0.0-canary.
|
|
73
|
-
"@cedarjs/testing": "1.0.0-canary.
|
|
74
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
67
|
+
"@cedarjs/auth": "1.0.0-canary.12601",
|
|
68
|
+
"@cedarjs/babel-config": "1.0.0-canary.12601",
|
|
69
|
+
"@cedarjs/cookie-jar": "1.0.0-canary.12601",
|
|
70
|
+
"@cedarjs/internal": "1.0.0-canary.12601",
|
|
71
|
+
"@cedarjs/project-config": "1.0.0-canary.12601",
|
|
72
|
+
"@cedarjs/server-store": "1.0.0-canary.12601",
|
|
73
|
+
"@cedarjs/testing": "1.0.0-canary.12601",
|
|
74
|
+
"@cedarjs/web": "1.0.0-canary.12601",
|
|
75
75
|
"@swc/core": "1.13.3",
|
|
76
76
|
"@vitejs/plugin-react": "4.3.4",
|
|
77
77
|
"@whatwg-node/fetch": "0.9.21",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"typescript": "5.6.2",
|
|
116
116
|
"vitest": "3.2.4"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "5c4f0354c4bb33d16bc1c97cd136a46ce9c72a33"
|
|
119
119
|
}
|