graphile 5.0.0-1.3 → 5.0.0-alpha.2

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,29 @@
1
1
  # graphile
2
2
 
3
+ ## 5.0.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
8
+ Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
9
+ TypeScript/tslib
10
+
11
+ - Updated dependencies
12
+ [[`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
13
+ - graphile-config@0.0.1-alpha.2
14
+
15
+ ## 5.0.0-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
20
+ Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
21
+ https://postgraphile.org/news/2023-04-26-version-5-alpha
22
+
23
+ - Updated dependencies
24
+ [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
25
+ - graphile-config@0.0.1-alpha.1
26
+
3
27
  ## 5.0.0-1.3
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export {};
2
1
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile",
3
- "version": "5.0.0-1.3",
3
+ "version": "5.0.0-alpha.2",
4
4
  "description": "Swiss army knife for dealing with all things Graphile",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/cli-run.js",
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@typescript/vfs": "^1.4.0",
35
35
  "chalk": "^4.1.2",
36
- "graphile-config": "^0.0.1-1.2",
37
- "tslib": "^2.4.0",
38
- "typescript": "^5.0.0-beta"
36
+ "graphile-config": "^0.0.1-alpha.2",
37
+ "tslib": "^2.5.0",
38
+ "typescript": "^5.0.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/jest": "^27.5.1",