graphile-utils 5.0.0-beta.31 → 5.0.0-beta.33

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +13 -0
  3. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # graphile-utils
2
2
 
3
+ ## 5.0.0-beta.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`555d65cce`](https://github.com/graphile/crystal/commit/555d65ccecb875f1e34cb40108176f0ddc11df64),
9
+ [`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8),
10
+ [`efa25d97d`](https://github.com/graphile/crystal/commit/efa25d97df2e00f13bc29806d396a8366a121031),
11
+ [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
12
+ [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
13
+ [`a202145c5`](https://github.com/graphile/crystal/commit/a202145c5af3e5467424e6772d532c2db1eb67c6),
14
+ [`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a),
15
+ [`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de),
16
+ [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1),
17
+ [`84f07626d`](https://github.com/graphile/crystal/commit/84f07626d9dd9e22f6ae6a1045053df046fbc4ea),
18
+ [`86e228299`](https://github.com/graphile/crystal/commit/86e22829996a745dc1f8cbaf32e709b1bd346e79),
19
+ [`933786868`](https://github.com/graphile/crystal/commit/9337868689f4f05ab5faf2d4bb18a8ad8e23e189),
20
+ [`cba6ee06d`](https://github.com/graphile/crystal/commit/cba6ee06d38ec5ae4ef4dafa58569fad61f239ac)]:
21
+ - graphile-build-pg@5.0.0-beta.33
22
+ - graphile-build@5.0.0-beta.29
23
+ - grafast@0.1.1-beta.17
24
+ - graphile-config@0.0.1-beta.12
25
+ - @dataplan/pg@0.0.1-beta.28
26
+
27
+ ## 5.0.0-beta.32
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ [[`87bdf9730`](https://github.com/graphile/crystal/commit/87bdf973036a3801e44b22cfc9f0feb639de4aa9),
33
+ [`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
34
+ [`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e),
35
+ [`aa480f6a3`](https://github.com/graphile/crystal/commit/aa480f6a3db8b545ff113e7a3a4b479be42a0eab)]:
36
+ - graphile-build-pg@5.0.0-beta.32
37
+ - graphile-config@0.0.1-beta.11
38
+ - grafast@0.1.1-beta.16
39
+ - @dataplan/pg@0.0.1-beta.27
40
+ - graphile-build@5.0.0-beta.28
41
+
3
42
  ## 5.0.0-beta.31
4
43
 
5
44
  ### Patch Changes
package/README.md CHANGED
@@ -138,3 +138,16 @@ Docs: https://www.graphile.org/postgraphile/make-wrap-resolvers-plugin/
138
138
  Enables you to wrap the field resolvers in the generated GraphQL API, allowing
139
139
  you to take an action before or after the resolver, or even modify the resolver
140
140
  result.
141
+
142
+ ## Developing
143
+
144
+ ### Testing
145
+
146
+ Make sure you first follow the instructions in the
147
+ [CONTRIBUTING.md file at the root of the repository](../../CONTRIBUTING.md),
148
+ then run the test with the following commands:
149
+
150
+ ```bash
151
+ yarn prepack
152
+ yarn test
153
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-utils",
3
- "version": "5.0.0-beta.31",
3
+ "version": "5.0.0-beta.33",
4
4
  "description": "Utilities to help with building graphile-build plugins",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -45,11 +45,11 @@
45
45
  "node": ">=14.17"
46
46
  },
47
47
  "peerDependencies": {
48
- "@dataplan/pg": "^0.0.1-beta.26",
49
- "grafast": "^0.1.1-beta.15",
50
- "graphile-build": "^5.0.0-beta.27",
51
- "graphile-build-pg": "^5.0.0-beta.31",
52
- "graphile-config": "^0.0.1-beta.10",
48
+ "@dataplan/pg": "^0.0.1-beta.28",
49
+ "grafast": "^0.1.1-beta.17",
50
+ "graphile-build": "^5.0.0-beta.29",
51
+ "graphile-build-pg": "^5.0.0-beta.33",
52
+ "graphile-config": "^0.0.1-beta.12",
53
53
  "graphql": "^16.1.0-experimental-stream-defer.6",
54
54
  "tamedevil": "^0.0.0-beta.7"
55
55
  },
@@ -62,12 +62,12 @@
62
62
  }
63
63
  },
64
64
  "devDependencies": {
65
- "graphile-build": "^5.0.0-beta.27",
66
- "graphile-build-pg": "^5.0.0-beta.31",
65
+ "graphile-build": "^5.0.0-beta.29",
66
+ "graphile-build-pg": "^5.0.0-beta.33",
67
67
  "jest": "^29.6.4",
68
68
  "jest-serializer-graphql-schema": "^5.0.0-beta.3",
69
69
  "nodemon": "^3.0.1",
70
- "postgraphile": "^5.0.0-beta.32",
70
+ "postgraphile": "^5.0.0-beta.34",
71
71
  "ts-node": "^10.9.1",
72
72
  "typescript": "^5.2.2"
73
73
  },