graphile-settings 2.6.7 → 2.6.8
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/esm/index.js +0 -1
- package/index.js +0 -1
- package/package.json +8 -9
package/esm/index.js
CHANGED
|
@@ -11,7 +11,6 @@ import { additionalGraphQLContextFromRequest as langAdditional, LangPlugin,
|
|
|
11
11
|
import PgMetaschema from 'graphile-meta-schema';
|
|
12
12
|
// @ts-ignore
|
|
13
13
|
import PgSearch from 'graphile-search-plugin';
|
|
14
|
-
// @ts-ignore
|
|
15
14
|
import PgSimpleInflector from 'graphile-simple-inflector';
|
|
16
15
|
import ConnectionFilterPlugin from 'postgraphile-plugin-connection-filter';
|
|
17
16
|
// @ts-ignore
|
package/index.js
CHANGED
|
@@ -15,7 +15,6 @@ const graphile_i18n_1 = require("graphile-i18n");
|
|
|
15
15
|
const graphile_meta_schema_1 = __importDefault(require("graphile-meta-schema"));
|
|
16
16
|
// @ts-ignore
|
|
17
17
|
const graphile_search_plugin_1 = __importDefault(require("graphile-search-plugin"));
|
|
18
|
-
// @ts-ignore
|
|
19
18
|
const graphile_simple_inflector_1 = __importDefault(require("graphile-simple-inflector"));
|
|
20
19
|
const postgraphile_plugin_connection_filter_1 = __importDefault(require("postgraphile-plugin-connection-filter"));
|
|
21
20
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.8",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "graphile settings",
|
|
6
6
|
"main": "index.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
|
34
|
-
"@launchql/env": "^2.5.
|
|
35
|
-
"@launchql/s3-streamer": "^2.6.
|
|
36
|
-
"@launchql/types": "^2.8.
|
|
37
|
-
"@launchql/upload-names": "^2.2.
|
|
34
|
+
"@launchql/env": "^2.5.4",
|
|
35
|
+
"@launchql/s3-streamer": "^2.6.5",
|
|
36
|
+
"@launchql/types": "^2.8.4",
|
|
37
|
+
"@launchql/upload-names": "^2.2.8",
|
|
38
38
|
"@pyramation/postgis": "^0.1.1",
|
|
39
39
|
"@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
|
|
40
40
|
"cors": "^2.8.5",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"graphile-i18n": "^0.0.3",
|
|
44
44
|
"graphile-meta-schema": "^0.2.5",
|
|
45
45
|
"graphile-query": "^2.3.8",
|
|
46
|
-
"graphile-search-plugin": "^0.1.
|
|
47
|
-
"graphile-simple-inflector": "^0.1.
|
|
46
|
+
"graphile-search-plugin": "^0.1.8",
|
|
47
|
+
"graphile-simple-inflector": "^0.1.3",
|
|
48
48
|
"graphql": "15.10.1",
|
|
49
49
|
"graphql-tag": "2.12.6",
|
|
50
50
|
"graphql-upload": "^13.0.0",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"@types/express": "^5.0.1",
|
|
62
62
|
"@types/pg": "^8.15.2",
|
|
63
63
|
"@types/request-ip": "^0.0.41",
|
|
64
|
-
"@types/rimraf": "^4.0.5",
|
|
65
64
|
"nodemon": "^3.1.10",
|
|
66
65
|
"ts-node": "^10.9.2"
|
|
67
66
|
},
|
|
@@ -72,5 +71,5 @@
|
|
|
72
71
|
"launchql",
|
|
73
72
|
"graphql"
|
|
74
73
|
],
|
|
75
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "4cd832ebee39d7be9375340e8e3283692d15b464"
|
|
76
75
|
}
|