graphile-build 5.0.0-beta.8 → 5.0.0-beta.9

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,22 @@
1
1
  # graphile-build
2
2
 
3
+ ## 5.0.0-beta.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
8
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
10
+ information
11
+
12
+ - Updated dependencies
13
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
14
+ [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
15
+ [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
16
+ [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
17
+ - graphile-config@0.0.1-beta.3
18
+ - grafast@0.0.1-beta.8
19
+
3
20
  ## 5.0.0-beta.8
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -29,9 +29,9 @@ not know nor care about databases).
29
29
 
30
30
  ## Crowd-funded open-source software
31
31
 
32
- To help us develop this software sustainably under the MIT license, we ask all
33
- individuals and businesses that use it to help support its ongoing maintenance
34
- and development via sponsorship.
32
+ To help us develop this software sustainably, we ask all individuals and
33
+ businesses that use it to help support its ongoing maintenance and development
34
+ via sponsorship.
35
35
 
36
36
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
37
37
 
@@ -40,12 +40,12 @@ 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://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
44
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>
45
- </tr><tr>
46
44
  <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
45
+ </tr><tr>
47
46
  <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>
48
47
  <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
48
+ <td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
49
49
  </tr></table>
50
50
 
51
51
  <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.8";
1
+ export declare const version = "5.0.0-beta.9";
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.8";
5
+ exports.version = "5.0.0-beta.9";
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.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Build a GraphQL schema from plugins",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/graphile/heart.git"
19
+ "url": "git+https://github.com/graphile/crystal.git"
20
20
  },
21
21
  "keywords": [
22
22
  "graphile",
@@ -32,7 +32,7 @@
32
32
  "author": "Benjie Gillam <code@benjiegillam.com>",
33
33
  "license": "MIT",
34
34
  "bugs": {
35
- "url": "https://github.com/graphile/heart/issues"
35
+ "url": "https://github.com/graphile/crystal/issues"
36
36
  },
37
37
  "homepage": "https://graphile.org/graphile-build/",
38
38
  "dependencies": {
@@ -41,7 +41,7 @@
41
41
  "@types/semver": "^7.5.1",
42
42
  "chalk": "^4.1.2",
43
43
  "debug": "^4.3.4",
44
- "graphile-config": "^0.0.1-beta.2",
44
+ "graphile-config": "^0.0.1-beta.3",
45
45
  "graphql": "^16.1.0-experimental-stream-defer.6",
46
46
  "lodash": "^4.17.21",
47
47
  "pluralize": "^7.0.0",
@@ -52,8 +52,8 @@
52
52
  "node": ">=16"
53
53
  },
54
54
  "peerDependencies": {
55
- "grafast": "^0.0.1-beta.7",
56
- "graphile-config": "^0.0.1-beta.2",
55
+ "grafast": "^0.0.1-beta.8",
56
+ "graphile-config": "^0.0.1-beta.3",
57
57
  "graphql": "^16.1.0-experimental-stream-defer.6"
58
58
  },
59
59
  "files": [
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@types/debug": "^4.1.8",
65
65
  "@types/jest": "^29.5.4",
66
- "graphile-export": "^0.0.2-beta.3",
66
+ "graphile-export": "^0.0.2-beta.4",
67
67
  "graphql": "16.1.0-experimental-stream-defer.6",
68
68
  "jest": "^29.6.4",
69
69
  "ts-node": "^10.9.1",