graphile-schema 2.11.12 → 2.12.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 +0 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -90,12 +90,6 @@ Fetches a GraphQL SDL string from a running GraphQL endpoint via introspection q
|
|
|
90
90
|
| `opts.auth` | `string` | `Authorization` header value |
|
|
91
91
|
| `opts.headers` | `Record<string, string>` | Additional request headers |
|
|
92
92
|
|
|
93
|
-
## Disclaimer
|
|
94
|
-
|
|
95
|
-
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
|
|
96
|
-
|
|
97
|
-
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
|
|
98
|
-
|
|
99
93
|
---
|
|
100
94
|
|
|
101
95
|
## Education and Tutorials
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
|
|
6
6
|
"main": "index.js",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"deepmerge": "^4.3.1",
|
|
33
33
|
"graphile-build": "5.1.1",
|
|
34
34
|
"graphile-config": "1.1.0",
|
|
35
|
-
"graphile-settings": "^6.
|
|
35
|
+
"graphile-settings": "^6.16.0",
|
|
36
36
|
"graphql": "16.13.0",
|
|
37
|
-
"pg-cache": "^3.25.
|
|
38
|
-
"pg-env": "^1.29.
|
|
37
|
+
"pg-cache": "^3.25.7",
|
|
38
|
+
"pg-env": "^1.29.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"makage": "^0.3.0",
|
|
42
|
-
"pgsql-test": "^5.10.
|
|
42
|
+
"pgsql-test": "^5.10.10",
|
|
43
43
|
"ts-node": "^10.9.2"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"introspection",
|
|
52
52
|
"constructive"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "10ee73e43c2277405c0e19423e2075baef6c2755"
|
|
55
55
|
}
|