graphile-settings 2.9.35 → 2.10.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/esm/index.js +1 -0
- package/index.js +1 -0
- package/package.json +15 -15
package/esm/index.js
CHANGED
|
@@ -21,6 +21,7 @@ export const getGraphileSettings = (rawOpts) => {
|
|
|
21
21
|
awsAccessKey: cdn.awsAccessKey,
|
|
22
22
|
awsSecretKey: cdn.awsSecretKey,
|
|
23
23
|
minioEndpoint: cdn.minioEndpoint,
|
|
24
|
+
provider: cdn.provider,
|
|
24
25
|
});
|
|
25
26
|
const resolveUpload = uploader.resolveUpload.bind(uploader);
|
|
26
27
|
const plugins = [
|
package/index.js
CHANGED
|
@@ -60,6 +60,7 @@ const getGraphileSettings = (rawOpts) => {
|
|
|
60
60
|
awsAccessKey: cdn.awsAccessKey,
|
|
61
61
|
awsSecretKey: cdn.awsSecretKey,
|
|
62
62
|
minioEndpoint: cdn.minioEndpoint,
|
|
63
|
+
provider: cdn.provider,
|
|
63
64
|
});
|
|
64
65
|
const resolveUpload = uploader.resolveUpload.bind(uploader);
|
|
65
66
|
const plugins = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "graphile settings",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@constructive-io/graphql-env": "^2.8.
|
|
33
|
-
"@constructive-io/graphql-types": "^2.12.
|
|
32
|
+
"@constructive-io/graphql-env": "^2.8.12",
|
|
33
|
+
"@constructive-io/graphql-types": "^2.12.9",
|
|
34
34
|
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
|
35
|
-
"@pgpmjs/types": "^2.
|
|
35
|
+
"@pgpmjs/types": "^2.13.0",
|
|
36
36
|
"cors": "^2.8.5",
|
|
37
37
|
"express": "^5.2.1",
|
|
38
38
|
"graphile-build": "^4.14.1",
|
|
39
|
-
"graphile-i18n": "^0.2.
|
|
40
|
-
"graphile-meta-schema": "^0.3.
|
|
41
|
-
"graphile-pg-type-mappings": "^0.3.
|
|
42
|
-
"graphile-plugin-connection-filter": "^2.4.
|
|
43
|
-
"graphile-plugin-connection-filter-postgis": "^1.1.
|
|
44
|
-
"graphile-plugin-fulltext-filter": "^2.1.
|
|
45
|
-
"graphile-postgis": "^0.2.
|
|
39
|
+
"graphile-i18n": "^0.2.41",
|
|
40
|
+
"graphile-meta-schema": "^0.3.41",
|
|
41
|
+
"graphile-pg-type-mappings": "^0.3.42",
|
|
42
|
+
"graphile-plugin-connection-filter": "^2.4.41",
|
|
43
|
+
"graphile-plugin-connection-filter-postgis": "^1.1.42",
|
|
44
|
+
"graphile-plugin-fulltext-filter": "^2.1.41",
|
|
45
|
+
"graphile-postgis": "^0.2.42",
|
|
46
46
|
"graphile-query": "^2.4.6",
|
|
47
|
-
"graphile-search-plugin": "^0.2.
|
|
48
|
-
"graphile-simple-inflector": "^0.2.
|
|
49
|
-
"graphile-upload-plugin": "^0.
|
|
47
|
+
"graphile-search-plugin": "^0.2.41",
|
|
48
|
+
"graphile-simple-inflector": "^0.2.41",
|
|
49
|
+
"graphile-upload-plugin": "^0.6.0",
|
|
50
50
|
"graphql": "15.10.1",
|
|
51
51
|
"graphql-tag": "2.12.6",
|
|
52
52
|
"graphql-upload": "^13.0.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"constructive",
|
|
72
72
|
"graphql"
|
|
73
73
|
],
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "f04912cac2edf6435c6add5a6ec65a11d6b79df2"
|
|
75
75
|
}
|