graphile-utils 5.0.0-rc.7 → 5.0.0

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/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ # The MIT License (MIT)
2
+
3
+ Copyright © 2026 Benjie Gillam
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # graphile-utils
2
2
 
3
- <span class="badge-patreon"><a href="https://patreon.com/benjie" title="Support Graphile development on Patreon"><img src="https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg" alt="Patreon sponsor button" /></a></span>
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
4
  [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
5
5
  [![Package on npm](https://img.shields.io/npm/v/graphile-utils.svg?style=flat)](https://www.npmjs.com/package/graphile-utils)
6
6
  ![MIT license](https://img.shields.io/npm/l/graphile-utils.svg)
7
- [![Follow](https://img.shields.io/badge/twitter-@GraphileHQ-blue.svg)](https://twitter.com/GraphileHQ)
7
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
8
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](https://fosstodon.org/@graphile)
8
9
 
9
10
  This package contains helpers for building plugins for GraphQL schemas utilising
10
11
  Graphile Build, such as the one produced by
@@ -28,7 +29,6 @@ via sponsorship.
28
29
  And please give some love to our featured sponsors 🤩:
29
30
 
30
31
  <table><tr>
31
- <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>
32
32
  <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
33
33
  </tr></table>
34
34
 
@@ -152,6 +152,6 @@ Make sure you first follow the instructions in the
152
152
  then run the test with the following commands:
153
153
 
154
154
  ```bash
155
- yarn prepack
155
+ yarn build
156
156
  yarn test
157
157
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-utils",
3
- "version": "5.0.0-rc.7",
3
+ "version": "5.0.0",
4
4
  "description": "Utilities to help with building graphile-build plugins",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -11,10 +11,6 @@
11
11
  "default": "./dist/index.js"
12
12
  }
13
13
  },
14
- "scripts": {
15
- "test": "jest",
16
- "prepack": "tsc -b tsconfig.build.json"
17
- },
18
14
  "repository": {
19
15
  "type": "git",
20
16
  "url": "git+https://github.com/graphile/crystal.git"
@@ -45,10 +41,10 @@
45
41
  "node": ">=22"
46
42
  },
47
43
  "peerDependencies": {
48
- "@dataplan/pg": "^1.0.0-rc.6",
44
+ "@dataplan/pg": "^1.0.0-rc.7",
49
45
  "grafast": "^1.0.0-rc.8",
50
46
  "graphile-build": "^5.0.0-rc.5",
51
- "graphile-build-pg": "^5.0.0-rc.6",
47
+ "graphile-build-pg": "^5.0.0-rc.7",
52
48
  "graphile-config": "^1.0.0-rc.5",
53
49
  "graphql": "^16.9.0",
54
50
  "tamedevil": "^0.1.0-rc.5"
@@ -58,24 +54,7 @@
58
54
  "optional": true
59
55
  }
60
56
  },
61
- "devDependencies": {
62
- "@dataplan/pg": "^1.0.0-rc.6",
63
- "@types/node": "^22.19.1",
64
- "grafast": "^1.0.0-rc.8",
65
- "graphile-build": "^5.0.0-rc.5",
66
- "graphile-build-pg": "^5.0.0-rc.6",
67
- "graphile-config": "^1.0.0-rc.5",
68
- "graphql": "^16.9.0",
69
- "jest": "^30.2.0",
70
- "jest-serializer-graphql-schema": "^5.0.0-rc.4",
71
- "nodemon": "^3.1.11",
72
- "postgraphile": "^5.0.0-rc.8",
73
- "tamedevil": "^0.1.0-rc.5",
74
- "ts-node": "^10.9.2",
75
- "typescript": "^5.9.3"
76
- },
77
57
  "files": [
78
- "dist",
79
- "index.js"
58
+ "dist"
80
59
  ]
81
60
  }