@cedarjs/vite 6.0.0-canary.2780 → 6.0.0-canary.2782
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/package.json +19 -18
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.2782",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"build": "node ./build.ts",
|
|
43
43
|
"build:pack": "yarn pack -o cedarjs-vite.tgz",
|
|
44
44
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
45
|
-
"check:attw": "
|
|
45
|
+
"check:attw": "yarn cedar-fwtools-attw --exclude-entrypoints ./bins/cedar-vite-build.mjs",
|
|
46
46
|
"check:package": "concurrently npm:check:attw yarn:publint",
|
|
47
47
|
"test": "vitest run",
|
|
48
48
|
"test:watch": "vitest watch"
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"@babel/parser": "7.29.7",
|
|
54
54
|
"@babel/traverse": "7.29.7",
|
|
55
55
|
"@babel/types": "7.29.7",
|
|
56
|
-
"@cedarjs/api": "6.0.0-canary.
|
|
57
|
-
"@cedarjs/api-server": "6.0.0-canary.
|
|
58
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
59
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
60
|
-
"@cedarjs/cookie-jar": "6.0.0-canary.
|
|
61
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
62
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
63
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
64
|
-
"@cedarjs/server-store": "6.0.0-canary.
|
|
65
|
-
"@cedarjs/testing": "6.0.0-canary.
|
|
56
|
+
"@cedarjs/api": "6.0.0-canary.2782",
|
|
57
|
+
"@cedarjs/api-server": "6.0.0-canary.2782",
|
|
58
|
+
"@cedarjs/babel-config": "6.0.0-canary.2782",
|
|
59
|
+
"@cedarjs/context": "6.0.0-canary.2782",
|
|
60
|
+
"@cedarjs/cookie-jar": "6.0.0-canary.2782",
|
|
61
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2782",
|
|
62
|
+
"@cedarjs/internal": "6.0.0-canary.2782",
|
|
63
|
+
"@cedarjs/project-config": "6.0.0-canary.2782",
|
|
64
|
+
"@cedarjs/server-store": "6.0.0-canary.2782",
|
|
65
|
+
"@cedarjs/testing": "6.0.0-canary.2782",
|
|
66
66
|
"@fastify/url-data": "6.0.3",
|
|
67
67
|
"@swc/core": "1.15.46",
|
|
68
68
|
"@universal-deploy/store": "^0.2.1",
|
|
@@ -99,9 +99,10 @@
|
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@arethetypeswrong/cli": "0.18.5",
|
|
102
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
103
|
-
"@cedarjs/
|
|
104
|
-
"@cedarjs/
|
|
102
|
+
"@cedarjs/auth": "6.0.0-canary.2782",
|
|
103
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2782",
|
|
104
|
+
"@cedarjs/router": "6.0.0-canary.2782",
|
|
105
|
+
"@cedarjs/web": "6.0.0-canary.2782",
|
|
105
106
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
106
107
|
"@jridgewell/trace-mapping": "0.3.31",
|
|
107
108
|
"@types/aws-lambda": "8.10.162",
|
|
@@ -120,9 +121,9 @@
|
|
|
120
121
|
"vitest": "4.1.10"
|
|
121
122
|
},
|
|
122
123
|
"peerDependencies": {
|
|
123
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
124
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
125
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
124
|
+
"@cedarjs/auth": "6.0.0-canary.2782",
|
|
125
|
+
"@cedarjs/router": "6.0.0-canary.2782",
|
|
126
|
+
"@cedarjs/web": "6.0.0-canary.2782"
|
|
126
127
|
},
|
|
127
128
|
"engines": {
|
|
128
129
|
"node": ">=24"
|