@cedarjs/gqlorm 5.0.0-rc.261 → 5.0.0-rc.273
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.273",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -126,39 +126,38 @@
|
|
|
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",
|
|
133
133
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
134
|
-
"check:attw": "
|
|
134
|
+
"check:attw": "node ./attw.ts",
|
|
135
135
|
"check:package": "concurrently npm:check:attw yarn publint",
|
|
136
136
|
"prepublishOnly": "NODE_ENV=production yarn build",
|
|
137
137
|
"test": "vitest run",
|
|
138
138
|
"test:watch": "vitest watch"
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@cedarjs/server-store": "5.0.0-rc.
|
|
142
|
-
"graphql": "16.
|
|
141
|
+
"@cedarjs/server-store": "5.0.0-rc.273",
|
|
142
|
+
"graphql": "16.14.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-rc.
|
|
149
|
-
"@cedarjs/web": "5.0.0-rc.
|
|
148
|
+
"@cedarjs/framework-tools": "5.0.0-rc.273",
|
|
149
|
+
"@cedarjs/web": "5.0.0-rc.273",
|
|
150
150
|
"@testing-library/jest-dom": "6.9.1",
|
|
151
151
|
"@types/react": "^18.2.55",
|
|
152
152
|
"@types/react-dom": "^18.2.19",
|
|
153
153
|
"concurrently": "9.2.1",
|
|
154
154
|
"publint": "0.3.21",
|
|
155
155
|
"tstyche": "5.0.2",
|
|
156
|
-
"tsx": "4.22.4",
|
|
157
156
|
"typescript": "5.9.3",
|
|
158
157
|
"vitest": "3.2.6"
|
|
159
158
|
},
|
|
160
159
|
"peerDependencies": {
|
|
161
|
-
"@cedarjs/web": "5.0.0-rc.
|
|
160
|
+
"@cedarjs/web": "5.0.0-rc.273",
|
|
162
161
|
"react": "18.3.1",
|
|
163
162
|
"react-dom": "18.3.1"
|
|
164
163
|
},
|