graphile 5.0.0-beta.1 → 5.0.0-beta.10

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,93 @@
1
1
  # graphile
2
2
 
3
+ ## 5.0.0-beta.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - postgraphile@5.0.0-beta.10
9
+
10
+ ## 5.0.0-beta.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - graphile-build@5.0.0-beta.8
16
+ - postgraphile@5.0.0-beta.9
17
+
18
+ ## 5.0.0-beta.8
19
+
20
+ ### Patch Changes
21
+
22
+ - [#496](https://github.com/benjie/crystal/pull/496)
23
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
24
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
25
+ through major versions).
26
+
27
+ - Updated dependencies
28
+ [[`ac092e021`](https://github.com/benjie/crystal/commit/ac092e0217d1385967dcdf39c9c1a390ebf6add8),
29
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)]:
30
+ - postgraphile@5.0.0-beta.8
31
+ - graphile-build@5.0.0-beta.7
32
+ - graphile-config@0.0.1-beta.2
33
+
34
+ ## 5.0.0-beta.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+ [[`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad),
40
+ [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958)]:
41
+ - postgraphile@5.0.0-beta.7
42
+ - graphile-build@5.0.0-beta.6
43
+
44
+ ## 5.0.0-beta.6
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies
49
+ [[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa),
50
+ [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439),
51
+ [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
52
+ [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
53
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
54
+ - postgraphile@5.0.0-beta.6
55
+ - graphile-build@5.0.0-beta.5
56
+
57
+ ## 5.0.0-beta.5
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies []:
62
+ - postgraphile@5.0.0-beta.5
63
+
64
+ ## 5.0.0-beta.4
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies
69
+ [[`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd),
70
+ [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)]:
71
+ - graphile-build@5.0.0-beta.4
72
+ - postgraphile@5.0.0-beta.4
73
+
74
+ ## 5.0.0-beta.3
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies
79
+ [[`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)]:
80
+ - graphile-build@5.0.0-beta.3
81
+ - postgraphile@5.0.0-beta.3
82
+
83
+ ## 5.0.0-beta.2
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies []:
88
+ - graphile-build@5.0.0-beta.2
89
+ - postgraphile@5.0.0-beta.2
90
+
3
91
  ## 5.0.0-beta.1
4
92
 
5
93
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile",
3
- "version": "5.0.0-beta.1",
3
+ "version": "5.0.0-beta.10",
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",
@@ -32,16 +32,16 @@
32
32
  "LICENSE.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@typescript/vfs": "^1.4.0",
35
+ "@typescript/vfs": "^1.5.0",
36
36
  "chalk": "^4.1.2",
37
- "graphile-config": "^0.0.1-beta.1",
38
- "tslib": "^2.5.0",
39
- "typescript": "^5.0.4"
37
+ "graphile-config": "^0.0.1-beta.2",
38
+ "tslib": "^2.6.2",
39
+ "typescript": "^5.2.2"
40
40
  },
41
41
  "peerDependencies": {
42
- "graphile-build": "^5.0.0-beta.1",
43
- "graphile-config": "^0.0.1-beta.1",
44
- "postgraphile": "^5.0.0-beta.1"
42
+ "graphile-build": "^5.0.0-beta.8",
43
+ "graphile-config": "^0.0.1-beta.2",
44
+ "postgraphile": "^5.0.0-beta.10"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "graphile-build": {
@@ -52,9 +52,9 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@types/jest": "^27.5.1",
56
- "@types/node": "^18.15.5",
57
- "jest": "^28.1.3",
55
+ "@types/jest": "^29.5.4",
56
+ "@types/node": "^20.5.7",
57
+ "jest": "^29.6.4",
58
58
  "ts-node": "^10.9.1"
59
59
  }
60
60
  }