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 +2 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +6 -36
- package/CHANGELOG.md +0 -3543
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# graphile-build-pg
|
|
2
2
|
|
|
3
3
|
[](https://github.com/sponsors/benjie)
|
|
4
|
-
[](https://patreon.com/benjie)
|
|
5
4
|
[](http://discord.gg/graphile)
|
|
6
|
-
[](https://bsky.app/profile/graphile.org)
|
|
6
|
+
[](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
|
|
1
|
+
export declare const version = "5.0.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,
|
|
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
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,
|
|
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
|
|
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
|
|
66
|
+
"graphile-config": "^1.0.0",
|
|
71
67
|
"jsonwebtoken": "^9.0.2",
|
|
72
|
-
"pg-introspection": "^1.0.0
|
|
73
|
-
"pg-sql2": "^5.0.0
|
|
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
|
-
|
|
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
|
}
|