postgraphile 5.0.0-beta.2 → 5.0.0-beta.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0-beta.21",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -100,6 +100,11 @@
100
100
  "node": "./fwd/grafserv/fastify/v4/index.js",
101
101
  "default": "./fwd/grafserv/fastify/v4/index.js"
102
102
  },
103
+ "./grafserv/h3/v1": {
104
+ "types": "./fwd/grafserv/h3/v1/index.d.ts",
105
+ "node": "./fwd/grafserv/h3/v1/index.js",
106
+ "default": "./fwd/grafserv/h3/v1/index.js"
107
+ },
103
108
  "./grafserv/ruru": {
104
109
  "types": "./fwd/grafserv/ruru/index.d.ts",
105
110
  "node": "./fwd/grafserv/ruru/index.js",
@@ -148,12 +153,17 @@
148
153
  },
149
154
  "bin": "./dist/cli-run.js",
150
155
  "scripts": {
151
- "test": "jest -i __tests__/queries && jest -i __tests__/mutations && jest -i __tests__/schema",
156
+ "test": "yarn test:v4 && yarn test:polymorphic && yarn test:mutations && yarn test:schema && yarn test:schema-exports",
157
+ "test:v4": "jest -i __tests__/queries/v4",
158
+ "test:polymorphic": "jest -i __tests__/queries/polymorphic",
159
+ "test:mutations": "jest -i __tests__/mutations",
160
+ "test:schema": "jest -i __tests__/schema",
161
+ "test:schema-exports": "node scripts/test-schema-exports.mjs",
152
162
  "prepack": "tsc -b tsconfig.build.json"
153
163
  },
154
164
  "repository": {
155
165
  "type": "git",
156
- "url": "git+https://github.com/graphile/heart.git"
166
+ "url": "git+https://github.com/graphile/crystal.git"
157
167
  },
158
168
  "keywords": [
159
169
  "graphile",
@@ -172,44 +182,44 @@
172
182
  "author": "Benjie Gillam <code@benjiegillam.com>",
173
183
  "license": "MIT",
174
184
  "bugs": {
175
- "url": "https://github.com/graphile/heart/issues"
185
+ "url": "https://github.com/graphile/crystal/issues"
176
186
  },
177
187
  "homepage": "https://graphile.org/graphile-engine/",
178
188
  "dependencies": {
179
- "@dataplan/json": "0.0.1-beta.2",
180
- "@dataplan/pg": "0.0.1-beta.2",
181
- "@graphile/lru": "^5.0.0-beta.1",
182
- "@types/node": "^18.15.5",
183
- "@types/pg": "^8.6.2",
184
- "debug": "^4.3.3",
185
- "grafast": "^0.0.1-beta.2",
186
- "grafserv": "^0.0.1-beta.2",
187
- "graphile-build": "5.0.0-beta.2",
188
- "graphile-build-pg": "5.0.0-beta.2",
189
- "graphile-config": "^0.0.1-beta.1",
190
- "graphile-utils": "^5.0.0-beta.2",
189
+ "@dataplan/json": "0.0.1-beta.15",
190
+ "@dataplan/pg": "0.0.1-beta.17",
191
+ "@graphile/lru": "^5.0.0-beta.3",
192
+ "@types/node": "^20.5.7",
193
+ "@types/pg": "^8.10.2",
194
+ "debug": "^4.3.4",
195
+ "grafast": "^0.1.1-beta.6",
196
+ "grafserv": "^0.1.1-beta.8",
197
+ "graphile-build": "5.0.0-beta.16",
198
+ "graphile-build-pg": "5.0.0-beta.20",
199
+ "graphile-config": "^0.0.1-beta.7",
200
+ "graphile-utils": "^5.0.0-beta.20",
191
201
  "graphql": "^16.1.0-experimental-stream-defer.6",
192
202
  "iterall": "^1.3.0",
193
- "jsonwebtoken": "^8.5.1",
194
- "pg": "^8.7.1",
195
- "pg-sql2": "^5.0.0-beta.1",
196
- "tamedevil": "^0.0.0-beta.1",
197
- "tslib": "^2.5.0",
198
- "ws": "^8.12.1"
203
+ "jsonwebtoken": "^9.0.2",
204
+ "pg": "^8.11.3",
205
+ "pg-sql2": "^5.0.0-beta.5",
206
+ "tamedevil": "^0.0.0-beta.6",
207
+ "tslib": "^2.6.2",
208
+ "ws": "^8.13.0"
199
209
  },
200
210
  "peerDependencies": {
201
- "@dataplan/json": "0.0.1-beta.2",
202
- "@dataplan/pg": "0.0.1-beta.2",
211
+ "@dataplan/json": "0.0.1-beta.15",
212
+ "@dataplan/pg": "0.0.1-beta.17",
203
213
  "@envelop/core": "^3.0.4",
204
- "grafast": "^0.0.1-beta.2",
205
- "grafserv": "^0.0.1-beta.2",
206
- "graphile-build": "5.0.0-beta.2",
207
- "graphile-build-pg": "5.0.0-beta.2",
208
- "graphile-config": "^0.0.1-beta.1",
214
+ "grafast": "^0.1.1-beta.6",
215
+ "grafserv": "^0.1.1-beta.8",
216
+ "graphile-build": "5.0.0-beta.16",
217
+ "graphile-build-pg": "5.0.0-beta.20",
218
+ "graphile-config": "^0.0.1-beta.7",
209
219
  "graphql": "^16.1.0-experimental-stream-defer.6",
210
220
  "pg": "^8.7.1",
211
- "pg-sql2": "^5.0.0-beta.1",
212
- "tamedevil": "^0.0.0-beta.1"
221
+ "pg-sql2": "^5.0.0-beta.5",
222
+ "tamedevil": "^0.0.0-beta.6"
213
223
  },
214
224
  "peerDependenciesMeta": {
215
225
  "@envelop/core": {
@@ -225,16 +235,16 @@
225
235
  "index.js"
226
236
  ],
227
237
  "devDependencies": {
228
- "@types/debug": "^4.1.7",
229
- "@types/express": "^4",
230
- "@types/jest": "^27.5.1",
231
- "@types/jsonwebtoken": "^8",
232
- "@types/nodemon": "1.19.1",
233
- "graphile": "^5.0.0-beta.2",
234
- "graphile-export": "^0.0.2-beta.1",
235
- "jest": "^28.1.3",
236
- "nodemon": "^2.0.15",
238
+ "@types/debug": "^4.1.8",
239
+ "@types/express": "^4.17.17",
240
+ "@types/jest": "^29.5.4",
241
+ "@types/jsonwebtoken": "^9.0.2",
242
+ "@types/nodemon": "1.19.2",
243
+ "graphile": "^5.0.0-beta.21",
244
+ "graphile-export": "^0.0.2-beta.11",
245
+ "jest": "^29.6.4",
246
+ "nodemon": "^3.0.1",
237
247
  "ts-node": "^10.9.1",
238
- "typescript": "^5.0.4"
248
+ "typescript": "^5.2.2"
239
249
  }
240
250
  }