@cedarjs/vite 6.0.0-canary.2725 → 6.0.0-canary.2727
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/cjs/index.js +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/package.json +17 -17
package/dist/cjs/index.js
CHANGED
|
@@ -118,6 +118,7 @@ function cedar({ mode, babel } = {}) {
|
|
|
118
118
|
mode === "test" && (0, import_vitest.cedarJsRouterImportTransformPlugin)(),
|
|
119
119
|
mode === "test" && (0, import_vitest.createAuthImportTransformPlugin)(),
|
|
120
120
|
mode === "test" && (0, import_vitest.autoImportsPlugin)(),
|
|
121
|
+
mode === "test" && (0, import_vitest.cedarVitestWebConfigPlugin)(),
|
|
121
122
|
(0, import_vite_plugin_cedar_wait_for_api_server.cedarWaitForApiServer)(),
|
|
122
123
|
(0, import_vite_plugin_cedar_data_uri_shim.cedarDataUriShim)(),
|
|
123
124
|
(0, import_vite_plugin_cedar_html_env.cedarHtmlEnvPlugin)(),
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAoCxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAA;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAA;AACtF,OAAO,EAAE,gCAAgC,EAAE,MAAM,wDAAwD,CAAA;AACzG,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAA;AACtF,OAAO,EACL,uBAAuB,EACvB,wBAAwB,GACzB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gDAAgD,CAAA;AAC1F,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,uDAAuD,CAAA;AACvG,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAA;AAC/E,OAAO,EAAE,4BAA4B,EAAE,MAAM,4DAA4D,CAAA;AACzG,OAAO,EAAE,2BAA2B,EAAE,MAAM,mDAAmD,CAAA;AAC/F,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAA;AACzF,OAAO,EAAE,qCAAqC,EAAE,MAAM,8DAA8D,CAAA;AACpH,OAAO,EAAE,4BAA4B,EAAE,MAAM,oDAAoD,CAAA;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAA;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAA;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAA;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAA;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iDAAiD,CAAA;AAC5F,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAA;AAE1F,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,KAAK,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;CACjC,CAAA;AAED;;GAEG;AACH,wBAAgB,KAAK,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,GAAE,aAAkB,GAAG,YAAY,EAAE,CA6CzE;AAED,8DAA8D;AAC9D,eAAe,KAAK,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import { getConfig } from "@cedarjs/project-config";
|
|
|
10
10
|
import {
|
|
11
11
|
autoImportsPlugin,
|
|
12
12
|
cedarJsRouterImportTransformPlugin,
|
|
13
|
+
cedarVitestWebConfigPlugin,
|
|
13
14
|
createAuthImportTransformPlugin
|
|
14
15
|
} from "@cedarjs/testing/web/vitest";
|
|
15
16
|
import { cedarAutoImportsPlugin } from "./plugins/vite-plugin-cedar-auto-import.js";
|
|
@@ -67,6 +68,7 @@ function cedar({ mode, babel } = {}) {
|
|
|
67
68
|
mode === "test" && cedarJsRouterImportTransformPlugin(),
|
|
68
69
|
mode === "test" && createAuthImportTransformPlugin(),
|
|
69
70
|
mode === "test" && autoImportsPlugin(),
|
|
71
|
+
mode === "test" && cedarVitestWebConfigPlugin(),
|
|
70
72
|
cedarWaitForApiServer(),
|
|
71
73
|
cedarDataUriShim(),
|
|
72
74
|
cedarHtmlEnvPlugin(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2727",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"@babel/parser": "7.29.7",
|
|
64
64
|
"@babel/traverse": "7.29.7",
|
|
65
65
|
"@babel/types": "7.29.7",
|
|
66
|
-
"@cedarjs/api": "6.0.0-canary.
|
|
67
|
-
"@cedarjs/api-server": "6.0.0-canary.
|
|
68
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
69
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
70
|
-
"@cedarjs/cookie-jar": "6.0.0-canary.
|
|
71
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
72
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
73
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
74
|
-
"@cedarjs/server-store": "6.0.0-canary.
|
|
75
|
-
"@cedarjs/testing": "6.0.0-canary.
|
|
66
|
+
"@cedarjs/api": "6.0.0-canary.2727",
|
|
67
|
+
"@cedarjs/api-server": "6.0.0-canary.2727",
|
|
68
|
+
"@cedarjs/babel-config": "6.0.0-canary.2727",
|
|
69
|
+
"@cedarjs/context": "6.0.0-canary.2727",
|
|
70
|
+
"@cedarjs/cookie-jar": "6.0.0-canary.2727",
|
|
71
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2727",
|
|
72
|
+
"@cedarjs/internal": "6.0.0-canary.2727",
|
|
73
|
+
"@cedarjs/project-config": "6.0.0-canary.2727",
|
|
74
|
+
"@cedarjs/server-store": "6.0.0-canary.2727",
|
|
75
|
+
"@cedarjs/testing": "6.0.0-canary.2727",
|
|
76
76
|
"@fastify/url-data": "6.0.3",
|
|
77
77
|
"@swc/core": "1.15.46",
|
|
78
78
|
"@universal-deploy/store": "^0.2.1",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@arethetypeswrong/cli": "0.18.5",
|
|
112
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
113
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
114
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
112
|
+
"@cedarjs/auth": "6.0.0-canary.2727",
|
|
113
|
+
"@cedarjs/router": "6.0.0-canary.2727",
|
|
114
|
+
"@cedarjs/web": "6.0.0-canary.2727",
|
|
115
115
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
116
116
|
"@jridgewell/trace-mapping": "0.3.31",
|
|
117
117
|
"@types/aws-lambda": "8.10.162",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"vitest": "4.1.10"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
134
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
135
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
133
|
+
"@cedarjs/auth": "6.0.0-canary.2727",
|
|
134
|
+
"@cedarjs/router": "6.0.0-canary.2727",
|
|
135
|
+
"@cedarjs/web": "6.0.0-canary.2727"
|
|
136
136
|
},
|
|
137
137
|
"engines": {
|
|
138
138
|
"node": ">=24"
|