postgraphile 5.0.0-beta.10 → 5.0.0-beta.11

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,31 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.11
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-build-pg@5.0.0-beta.10
18
+ - graphile-build@5.0.0-beta.9
19
+ - graphile-utils@5.0.0-beta.10
20
+ - @dataplan/json@0.0.1-beta.8
21
+ - graphile-config@0.0.1-beta.3
22
+ - @dataplan/pg@0.0.1-beta.8
23
+ - grafserv@0.0.1-beta.9
24
+ - grafast@0.0.1-beta.8
25
+ - tamedevil@0.0.0-beta.3
26
+ - pg-sql2@5.0.0-beta.3
27
+ - @graphile/lru@5.0.0-beta.3
28
+
3
29
  ## 5.0.0-beta.10
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -22,9 +22,9 @@ significant changes to).
22
22
 
23
23
  ## Crowd-funded open-source software
24
24
 
25
- To help us develop this software sustainably under the MIT license, we ask all
26
- individuals and businesses that use it to help support its ongoing maintenance
27
- and development via sponsorship.
25
+ To help us develop this software sustainably, we ask all individuals and
26
+ businesses that use it to help support its ongoing maintenance and development
27
+ via sponsorship.
28
28
 
29
29
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
30
30
 
@@ -33,12 +33,12 @@ And please give some love to our featured sponsors 🤩:
33
33
  <table><tr>
34
34
  <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>
35
35
  <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>
36
- <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>
37
36
  <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>
38
- </tr><tr>
39
37
  <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>
38
+ </tr><tr>
40
39
  <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>
41
40
  <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>
41
+ <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>
42
42
  <td align="center"><a href="https://politicsrewired.com/"><img src="https://graphile.org/images/sponsors/politics-rewired.png" width="90" height="90" alt="Politics Rewired" /><br />Politics Rewired</a></td>
43
43
  </tr></table>
44
44
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.10";
1
+ export declare const version = "5.0.0-beta.11";
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.10";
5
+ exports.version = "5.0.0-beta.11";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-beta.10",
3
+ "version": "5.0.0-beta.11",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "repository": {
164
164
  "type": "git",
165
- "url": "git+https://github.com/graphile/heart.git"
165
+ "url": "git+https://github.com/graphile/crystal.git"
166
166
  },
167
167
  "keywords": [
168
168
  "graphile",
@@ -181,44 +181,44 @@
181
181
  "author": "Benjie Gillam <code@benjiegillam.com>",
182
182
  "license": "MIT",
183
183
  "bugs": {
184
- "url": "https://github.com/graphile/heart/issues"
184
+ "url": "https://github.com/graphile/crystal/issues"
185
185
  },
186
186
  "homepage": "https://graphile.org/graphile-engine/",
187
187
  "dependencies": {
188
- "@dataplan/json": "0.0.1-beta.7",
189
- "@dataplan/pg": "0.0.1-beta.7",
190
- "@graphile/lru": "^5.0.0-beta.2",
188
+ "@dataplan/json": "0.0.1-beta.8",
189
+ "@dataplan/pg": "0.0.1-beta.8",
190
+ "@graphile/lru": "^5.0.0-beta.3",
191
191
  "@types/node": "^20.5.7",
192
192
  "@types/pg": "^8.10.2",
193
193
  "debug": "^4.3.4",
194
- "grafast": "^0.0.1-beta.7",
195
- "grafserv": "^0.0.1-beta.8",
196
- "graphile-build": "5.0.0-beta.8",
197
- "graphile-build-pg": "5.0.0-beta.9",
198
- "graphile-config": "^0.0.1-beta.2",
199
- "graphile-utils": "^5.0.0-beta.9",
194
+ "grafast": "^0.0.1-beta.8",
195
+ "grafserv": "^0.0.1-beta.9",
196
+ "graphile-build": "5.0.0-beta.9",
197
+ "graphile-build-pg": "5.0.0-beta.10",
198
+ "graphile-config": "^0.0.1-beta.3",
199
+ "graphile-utils": "^5.0.0-beta.10",
200
200
  "graphql": "^16.1.0-experimental-stream-defer.6",
201
201
  "iterall": "^1.3.0",
202
202
  "jsonwebtoken": "^9.0.2",
203
203
  "pg": "^8.11.3",
204
- "pg-sql2": "^5.0.0-beta.2",
205
- "tamedevil": "^0.0.0-beta.2",
204
+ "pg-sql2": "^5.0.0-beta.3",
205
+ "tamedevil": "^0.0.0-beta.3",
206
206
  "tslib": "^2.6.2",
207
207
  "ws": "^8.13.0"
208
208
  },
209
209
  "peerDependencies": {
210
- "@dataplan/json": "0.0.1-beta.7",
211
- "@dataplan/pg": "0.0.1-beta.7",
210
+ "@dataplan/json": "0.0.1-beta.8",
211
+ "@dataplan/pg": "0.0.1-beta.8",
212
212
  "@envelop/core": "^3.0.4",
213
- "grafast": "^0.0.1-beta.7",
214
- "grafserv": "^0.0.1-beta.8",
215
- "graphile-build": "5.0.0-beta.8",
216
- "graphile-build-pg": "5.0.0-beta.9",
217
- "graphile-config": "^0.0.1-beta.2",
213
+ "grafast": "^0.0.1-beta.8",
214
+ "grafserv": "^0.0.1-beta.9",
215
+ "graphile-build": "5.0.0-beta.9",
216
+ "graphile-build-pg": "5.0.0-beta.10",
217
+ "graphile-config": "^0.0.1-beta.3",
218
218
  "graphql": "^16.1.0-experimental-stream-defer.6",
219
219
  "pg": "^8.7.1",
220
- "pg-sql2": "^5.0.0-beta.2",
221
- "tamedevil": "^0.0.0-beta.2"
220
+ "pg-sql2": "^5.0.0-beta.3",
221
+ "tamedevil": "^0.0.0-beta.3"
222
222
  },
223
223
  "peerDependenciesMeta": {
224
224
  "@envelop/core": {
@@ -239,8 +239,8 @@
239
239
  "@types/jest": "^29.5.4",
240
240
  "@types/jsonwebtoken": "^9.0.2",
241
241
  "@types/nodemon": "1.19.2",
242
- "graphile": "^5.0.0-beta.10",
243
- "graphile-export": "^0.0.2-beta.3",
242
+ "graphile": "^5.0.0-beta.11",
243
+ "graphile-export": "^0.0.2-beta.4",
244
244
  "jest": "^29.6.4",
245
245
  "nodemon": "^3.0.1",
246
246
  "ts-node": "^10.9.1",