graphile-build 5.0.0-beta.21 → 5.0.0-beta.23

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 CHANGED
@@ -1,5 +1,32 @@
1
1
  # graphile-build
2
2
 
3
+ ## 5.0.0-beta.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
9
+ - grafast@0.1.1-beta.13
10
+
11
+ ## 5.0.0-beta.22
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ [[`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
17
+ [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
18
+ [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
19
+ [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
20
+ [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
21
+ [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
22
+ [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
23
+ [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
24
+ [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
25
+ [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
26
+ [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
27
+ [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782)]:
28
+ - grafast@0.1.1-beta.12
29
+
3
30
  ## 5.0.0-beta.21
4
31
 
5
32
  ### Patch Changes
package/README.md CHANGED
@@ -40,11 +40,8 @@ And please give some love to our featured sponsors 🤩:
40
40
  <table><tr>
41
41
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
42
42
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
43
- <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
44
43
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
45
- </tr><tr>
46
44
  <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
47
- <td align="center"><a href="https://www.sylvera.com/"><img src="https://graphile.org/images/sponsors/sylvera.svg" width="90" height="90" alt="Sylvera" /><br />Sylvera</a> *</td>
48
45
  </tr></table>
49
46
 
50
47
  <em>\* Sponsors the entire Graphile suite</em>
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.21";
1
+ export declare const version = "5.0.0-beta.23";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "5.0.0-beta.21";
5
+ exports.version = "5.0.0-beta.23";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-build",
3
- "version": "5.0.0-beta.21",
3
+ "version": "5.0.0-beta.23",
4
4
  "description": "Build a GraphQL schema from plugins",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "node": ">=16"
54
54
  },
55
55
  "peerDependencies": {
56
- "grafast": "^0.1.1-beta.11",
56
+ "grafast": "^0.1.1-beta.13",
57
57
  "graphile-config": "^0.0.1-beta.9",
58
58
  "graphql": "^16.1.0-experimental-stream-defer.6"
59
59
  },
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@types/debug": "^4.1.8",
66
66
  "@types/jest": "^29.5.4",
67
- "graphile-export": "^0.0.2-beta.16",
67
+ "graphile-export": "^0.0.2-beta.18",
68
68
  "graphql": "16.1.0-experimental-stream-defer.6",
69
69
  "jest": "^29.6.4",
70
70
  "ts-node": "^10.9.1",