graphile-build 5.0.0-rc.6 → 5.0.1
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 +4 -4
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# graphile-build
|
|
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` provides a framework to build extensible GraphQL APIs by
|
|
9
9
|
combining plugins. Each plugin typically has its own small purpose (such as
|
|
@@ -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.
|
|
1
|
+
export declare const version = "5.0.1";
|
|
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",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Build a GraphQL schema from plugins",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@types/semver": "^7.7.1",
|
|
39
39
|
"chalk": "^4.1.2",
|
|
40
40
|
"debug": "^4.4.3",
|
|
41
|
-
"graphile-config": "^1.0.
|
|
41
|
+
"graphile-config": "^1.0.1",
|
|
42
42
|
"graphql": "^16.9.0",
|
|
43
|
-
"lodash": "^4.
|
|
43
|
+
"lodash": "^4.18.1",
|
|
44
44
|
"pluralize": "^7.0.0",
|
|
45
45
|
"semver": "^7.7.3",
|
|
46
|
-
"tamedevil": "^0.1.
|
|
46
|
+
"tamedevil": "^0.1.1",
|
|
47
47
|
"transliteration": "^2.3.5",
|
|
48
48
|
"tslib": "^2.8.1"
|
|
49
49
|
},
|