@cedarjs/gqlorm 5.0.0-canary.2595 → 5.0.0-rc.261
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-rc.261",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"dist"
|
|
127
127
|
],
|
|
128
128
|
"scripts": {
|
|
129
|
-
"build": "
|
|
129
|
+
"build": "tsx ./build.ts",
|
|
130
130
|
"build:pack": "yarn pack -o cedarjs-gqlorm.tgz",
|
|
131
131
|
"build:types": "tsc --build --verbose tsconfig.build.json",
|
|
132
132
|
"build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
|
|
@@ -138,15 +138,15 @@
|
|
|
138
138
|
"test:watch": "vitest watch"
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@cedarjs/server-store": "5.0.0-
|
|
141
|
+
"@cedarjs/server-store": "5.0.0-rc.261",
|
|
142
142
|
"graphql": "16.13.2"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
145
|
"@arethetypeswrong/cli": "0.18.4",
|
|
146
146
|
"@babel/cli": "7.29.7",
|
|
147
147
|
"@babel/core": "^7.26.10",
|
|
148
|
-
"@cedarjs/framework-tools": "5.0.0-
|
|
149
|
-
"@cedarjs/web": "5.0.0-
|
|
148
|
+
"@cedarjs/framework-tools": "5.0.0-rc.261",
|
|
149
|
+
"@cedarjs/web": "5.0.0-rc.261",
|
|
150
150
|
"@testing-library/jest-dom": "6.9.1",
|
|
151
151
|
"@types/react": "^18.2.55",
|
|
152
152
|
"@types/react-dom": "^18.2.19",
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
"vitest": "3.2.6"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"@cedarjs/web": "
|
|
162
|
-
"react": "
|
|
163
|
-
"react-dom": "
|
|
161
|
+
"@cedarjs/web": "5.0.0-rc.261",
|
|
162
|
+
"react": "18.3.1",
|
|
163
|
+
"react-dom": "18.3.1"
|
|
164
164
|
},
|
|
165
165
|
"engines": {
|
|
166
166
|
"node": ">=24"
|