postgraphile 5.0.0-0.16 → 5.0.0-0.17
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/CHANGELOG.md +29 -0
- package/dist/presets/v4.d.ts +2 -2
- package/dist/presets/v4.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-0.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#183](https://github.com/benjie/postgraphile-private/pull/183)
|
|
8
|
+
[`ebb24895c`](https://github.com/benjie/postgraphile-private/commit/ebb24895c3ee05c670ffb6c9b4fa4bd1328d9005)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix bug when handling stable
|
|
10
|
+
void functions
|
|
11
|
+
|
|
12
|
+
- [#181](https://github.com/benjie/postgraphile-private/pull/181)
|
|
13
|
+
[`d3cba220c`](https://github.com/benjie/postgraphile-private/commit/d3cba220c5acb52bb45f1f82f599dd13e0340e65)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - `*FieldName` smart tags are now
|
|
15
|
+
used verbatim rather than being piped through `inflection.camelCase(...)` -
|
|
16
|
+
you've explicitly stated a 'field name' so we should use that. This may be a
|
|
17
|
+
breaking change for you if your field names are currently different
|
|
18
|
+
before/after they are camelCase'd.
|
|
19
|
+
|
|
20
|
+
- [#183](https://github.com/benjie/postgraphile-private/pull/183)
|
|
21
|
+
[`3eb9da95e`](https://github.com/benjie/postgraphile-private/commit/3eb9da95e6834d687972b112ee0c12b01c7d11c2)
|
|
22
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix potential construction loop
|
|
23
|
+
on failure to construct a type
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
[[`ebb24895c`](https://github.com/benjie/postgraphile-private/commit/ebb24895c3ee05c670ffb6c9b4fa4bd1328d9005),
|
|
27
|
+
[`d3cba220c`](https://github.com/benjie/postgraphile-private/commit/d3cba220c5acb52bb45f1f82f599dd13e0340e65),
|
|
28
|
+
[`3eb9da95e`](https://github.com/benjie/postgraphile-private/commit/3eb9da95e6834d687972b112ee0c12b01c7d11c2)]:
|
|
29
|
+
- graphile-build-pg@5.0.0-0.15
|
|
30
|
+
- graphile-build@5.0.0-0.12
|
|
31
|
+
|
|
3
32
|
## 5.0.0-0.16
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/dist/presets/v4.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import "graphile-config";
|
|
3
3
|
import type { IncomingMessage, ServerResponse } from "http";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
type PromiseOrDirect<T> = T | Promise<T>;
|
|
5
|
+
type DirectOrCallback<Request, T> = T | ((req: Request) => PromiseOrDirect<T>);
|
|
6
6
|
export interface V4GraphileBuildOptions {
|
|
7
7
|
pgUseCustomNetworkScalars?: boolean;
|
|
8
8
|
}
|
package/dist/presets/v4.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v4.d.ts","sourceRoot":"","sources":["../../src/presets/v4.ts"],"names":[],"mappings":";AAAA,OAAO,iBAAiB,CAAC;AAGzB,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAO5D,
|
|
1
|
+
{"version":3,"file":"v4.d.ts","sourceRoot":"","sources":["../../src/presets/v4.ts"],"names":[],"mappings":";AAAA,OAAO,iBAAiB,CAAC;AAGzB,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAO5D,KAAK,eAAe,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;AACzC,KAAK,gBAAgB,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,OAAO,KAAK,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;AAE/E,MAAM,WAAW,sBAAsB;IACrC,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,SAAS,CACxB,OAAO,SAAS,eAAe,GAAG,eAAe,EACjD,QAAQ,SAAS,cAAc,GAAG,cAAc;IAEhD,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,cAAc,CAAC,MAAM,EAAE,CAAC;IACxC,WAAW,CAAC,EAAE,cAAc,CAAC,MAAM,EAAE,CAAC;IAEtC,sEAAsE;IACtE,UAAU,CAAC,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC,CAAC;IAC9E,YAAY,CAAC,EAAE,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAClD,8DAA8D;IAC9D,mCAAmC,CAAC,EAAE,CACpC,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,QAAQ,KACV,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAElC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,oBAAoB,CAAC,EAAE,sBAAsB,CAAC;CAC/C;AAmFD,eAAO,MAAM,YAAY,aACd,SAAS,KACjB,eAAe,MAmEjB,CAAC;AAEF,eAAO,MAAM,QAAQ,uBAAiB,CAAC;AACvC,eAAe,QAAQ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.0.0-0.
|
|
3
|
+
"version": "5.0.0-0.17",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"debug": "^4.3.3",
|
|
64
64
|
"grafast": "^0.0.1-0.9",
|
|
65
65
|
"grafserv": "^0.0.1-0.11",
|
|
66
|
-
"graphile-build": "5.0.0-0.
|
|
67
|
-
"graphile-build-pg": "5.0.0-0.
|
|
66
|
+
"graphile-build": "5.0.0-0.12",
|
|
67
|
+
"graphile-build-pg": "5.0.0-0.15",
|
|
68
68
|
"graphile-config": "^0.0.1-0.3",
|
|
69
69
|
"graphile-export": "^0.0.2-0.4",
|
|
70
70
|
"graphql": "16.1.0-experimental-stream-defer.6",
|
|
@@ -91,6 +91,6 @@
|
|
|
91
91
|
"jest": "^28.1.0",
|
|
92
92
|
"nodemon": "^2.0.15",
|
|
93
93
|
"ts-node": "^10.9.1",
|
|
94
|
-
"typescript": "^
|
|
94
|
+
"typescript": "^5.0.0-beta"
|
|
95
95
|
}
|
|
96
96
|
}
|