@cedarjs/gqlorm 4.2.1-next.0 → 4.2.1-next.269
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "4.2.1-next.
|
|
3
|
+
"version": "4.2.1-next.269",
|
|
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": "node ./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,27 +138,27 @@
|
|
|
138
138
|
"test:watch": "vitest watch"
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@cedarjs/auth": "4.2.0",
|
|
142
141
|
"@cedarjs/server-store": "4.2.0",
|
|
143
|
-
"
|
|
144
|
-
"graphql": "16.13.2"
|
|
142
|
+
"graphql": "16.14.2"
|
|
145
143
|
},
|
|
146
144
|
"devDependencies": {
|
|
147
|
-
"@arethetypeswrong/cli": "0.18.
|
|
148
|
-
"@babel/cli": "7.
|
|
145
|
+
"@arethetypeswrong/cli": "0.18.4",
|
|
146
|
+
"@babel/cli": "7.29.7",
|
|
149
147
|
"@babel/core": "^7.26.10",
|
|
150
148
|
"@cedarjs/framework-tools": "4.2.0",
|
|
149
|
+
"@cedarjs/web": "4.2.0",
|
|
151
150
|
"@testing-library/jest-dom": "6.9.1",
|
|
152
151
|
"@types/react": "^18.2.55",
|
|
153
152
|
"@types/react-dom": "^18.2.19",
|
|
154
153
|
"concurrently": "9.2.1",
|
|
155
|
-
"publint": "0.3.
|
|
154
|
+
"publint": "0.3.21",
|
|
156
155
|
"tstyche": "5.0.2",
|
|
157
|
-
"tsx": "4.
|
|
156
|
+
"tsx": "4.22.4",
|
|
158
157
|
"typescript": "5.9.3",
|
|
159
|
-
"vitest": "3.2.
|
|
158
|
+
"vitest": "3.2.6"
|
|
160
159
|
},
|
|
161
160
|
"peerDependencies": {
|
|
161
|
+
"@cedarjs/web": "4.2.0",
|
|
162
162
|
"react": "18.3.1",
|
|
163
163
|
"react-dom": "18.3.1"
|
|
164
164
|
},
|