graphile-build-pg 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/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # graphile-build-pg
2
2
 
3
3
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
- [![Patreon sponsor button](https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg)](https://patreon.com/benjie)
5
4
  [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
6
- [![Follow](https://img.shields.io/badge/twitter-@GraphileHQ-blue.svg)](https://twitter.com/GraphileHQ)
5
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
6
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](https://fosstodon.org/@graphile)
7
7
 
8
8
  `graphile-build-pg` is a collection of [graphile-build][] plugins that extend
9
9
  your GraphQL schema with types and fields based on the tables, views, functions
@@ -38,7 +38,6 @@ via sponsorship.
38
38
  And please give some love to our featured sponsors 🤩:
39
39
 
40
40
  <table><tr>
41
- <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>
42
41
  <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>
43
42
  </tr></table>
44
43
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-rc.7";
1
+ export declare const version = "5.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,eAAe,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
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-rc.7";
5
+ exports.version = "5.0.0";
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,YAAY,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-build-pg",
3
- "version": "5.0.0-rc.7",
3
+ "version": "5.0.0",
4
4
  "description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -36,10 +36,6 @@
36
36
  "default": "./fwd/pg-sql2/index.js"
37
37
  }
38
38
  },
39
- "scripts": {
40
- "test": "jest",
41
- "prepack": "tsc -b && cp src/.npmignore dist/.npmignore"
42
- },
43
39
  "repository": {
44
40
  "type": "git",
45
41
  "url": "git+https://github.com/graphile/crystal.git"
@@ -67,10 +63,10 @@
67
63
  "dependencies": {
68
64
  "@types/node": "^22.19.1",
69
65
  "debug": "^4.4.3",
70
- "graphile-config": "^1.0.0-rc.5",
66
+ "graphile-config": "^1.0.0",
71
67
  "jsonwebtoken": "^9.0.2",
72
- "pg-introspection": "^1.0.0-rc.4",
73
- "pg-sql2": "^5.0.0-rc.4",
68
+ "pg-introspection": "^1.0.0",
69
+ "pg-sql2": "^5.0.0",
74
70
  "tslib": "^2.8.1"
75
71
  },
76
72
  "peerDependencies": {
@@ -93,32 +89,6 @@
93
89
  },
94
90
  "files": [
95
91
  "dist",
96
- "fwd",
97
- "index.js"
98
- ],
99
- "devDependencies": {
100
- "@envelop/core": "^5.3.0",
101
- "@envelop/parser-cache": "^10.0.0",
102
- "@envelop/validation-cache": "^10.0.0",
103
- "@fastify/static": "^5.0.0",
104
- "@types/debug": "^4.1.12",
105
- "@types/express": "^4.17.25",
106
- "@types/jest": "^30.0.0",
107
- "@types/jsonwebtoken": "^9.0.10",
108
- "chalk": "^4.1.2",
109
- "express": "^4.21.2",
110
- "fastify": "^4.29.1 || ^5.0.0",
111
- "grafast": "^1.0.0-rc.8",
112
- "grafserv": "^1.0.0-rc.6",
113
- "graphile-export": "^1.0.0-rc.5",
114
- "graphql": "^16.9.0",
115
- "graphql-helix": "^1.13.0",
116
- "graphql-ws": "^6.0.5",
117
- "jest": "^30.2.0",
118
- "pg": "^8.16.3",
119
- "ruru": "^2.0.0-rc.6",
120
- "ts-node": "^10.9.2",
121
- "typescript": "^5.9.3",
122
- "ws": "^8.18.3"
123
- }
92
+ "fwd"
93
+ ]
124
94
  }