@cedarjs/vite 5.0.0-canary.13902 → 5.0.0-canary.13907
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.13907+714061f63e",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -99,18 +99,18 @@
|
|
|
99
99
|
"@babel/generator": "7.29.1",
|
|
100
100
|
"@babel/parser": "7.29.2",
|
|
101
101
|
"@babel/traverse": "7.29.0",
|
|
102
|
-
"@cedarjs/api": "5.0.0-canary.
|
|
103
|
-
"@cedarjs/api-server": "5.0.0-canary.
|
|
104
|
-
"@cedarjs/auth": "5.0.0-canary.
|
|
105
|
-
"@cedarjs/babel-config": "5.0.0-canary.
|
|
106
|
-
"@cedarjs/context": "5.0.0-canary.
|
|
107
|
-
"@cedarjs/cookie-jar": "5.0.0-canary.
|
|
108
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
109
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
110
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
111
|
-
"@cedarjs/server-store": "5.0.0-canary.
|
|
112
|
-
"@cedarjs/testing": "5.0.0-canary.
|
|
113
|
-
"@cedarjs/web": "5.0.0-canary.
|
|
102
|
+
"@cedarjs/api": "5.0.0-canary.13907",
|
|
103
|
+
"@cedarjs/api-server": "5.0.0-canary.13907",
|
|
104
|
+
"@cedarjs/auth": "5.0.0-canary.13907",
|
|
105
|
+
"@cedarjs/babel-config": "5.0.0-canary.13907",
|
|
106
|
+
"@cedarjs/context": "5.0.0-canary.13907",
|
|
107
|
+
"@cedarjs/cookie-jar": "5.0.0-canary.13907",
|
|
108
|
+
"@cedarjs/graphql-server": "5.0.0-canary.13907",
|
|
109
|
+
"@cedarjs/internal": "5.0.0-canary.13907",
|
|
110
|
+
"@cedarjs/project-config": "5.0.0-canary.13907",
|
|
111
|
+
"@cedarjs/server-store": "5.0.0-canary.13907",
|
|
112
|
+
"@cedarjs/testing": "5.0.0-canary.13907",
|
|
113
|
+
"@cedarjs/web": "5.0.0-canary.13907",
|
|
114
114
|
"@fastify/url-data": "6.0.3",
|
|
115
115
|
"@swc/core": "1.15.32",
|
|
116
116
|
"@universal-deploy/node": "^0.1.6",
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
"publishConfig": {
|
|
167
167
|
"access": "public"
|
|
168
168
|
},
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "714061f63e2f5172793ddd35345b782c2cd00572"
|
|
170
170
|
}
|