graphile-settings 4.25.2 → 4.26.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/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "graphile settings",
|
|
6
6
|
"main": "index.js",
|
|
@@ -30,39 +30,39 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@aws-sdk/client-s3": "^3.1009.0",
|
|
33
|
-
"@constructive-io/bucket-provisioner": "^0.
|
|
34
|
-
"@constructive-io/graphql-env": "^3.
|
|
35
|
-
"@constructive-io/graphql-types": "^3.
|
|
36
|
-
"@constructive-io/s3-streamer": "^2.
|
|
37
|
-
"@constructive-io/s3-utils": "^2.
|
|
38
|
-
"@constructive-io/upload-names": "^2.
|
|
33
|
+
"@constructive-io/bucket-provisioner": "^0.7.0",
|
|
34
|
+
"@constructive-io/graphql-env": "^3.7.0",
|
|
35
|
+
"@constructive-io/graphql-types": "^3.6.0",
|
|
36
|
+
"@constructive-io/s3-streamer": "^2.20.0",
|
|
37
|
+
"@constructive-io/s3-utils": "^2.13.0",
|
|
38
|
+
"@constructive-io/upload-names": "^2.12.0",
|
|
39
39
|
"@dataplan/json": "1.0.0",
|
|
40
40
|
"@dataplan/pg": "1.0.0",
|
|
41
41
|
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
|
|
42
|
-
"@pgpmjs/logger": "^2.
|
|
43
|
-
"@pgpmjs/types": "^2.
|
|
42
|
+
"@pgpmjs/logger": "^2.7.0",
|
|
43
|
+
"@pgpmjs/types": "^2.23.0",
|
|
44
44
|
"@pgsql/quotes": "^17.1.0",
|
|
45
45
|
"cors": "^2.8.6",
|
|
46
46
|
"express": "^5.2.1",
|
|
47
47
|
"grafast": "1.0.0",
|
|
48
48
|
"grafserv": "1.0.0",
|
|
49
|
-
"graphile-bucket-provisioner-plugin": "0.
|
|
49
|
+
"graphile-bucket-provisioner-plugin": "0.7.0",
|
|
50
50
|
"graphile-build": "5.0.0",
|
|
51
51
|
"graphile-build-pg": "5.0.0",
|
|
52
52
|
"graphile-config": "1.0.0",
|
|
53
|
-
"graphile-connection-filter": "^1.
|
|
54
|
-
"graphile-ltree": "^1.
|
|
55
|
-
"graphile-postgis": "^2.
|
|
56
|
-
"graphile-presigned-url-plugin": "^0.
|
|
57
|
-
"graphile-search": "^1.
|
|
58
|
-
"graphile-sql-expression-validator": "^2.
|
|
59
|
-
"graphile-upload-plugin": "^2.
|
|
53
|
+
"graphile-connection-filter": "^1.6.0",
|
|
54
|
+
"graphile-ltree": "^1.2.0",
|
|
55
|
+
"graphile-postgis": "^2.12.0",
|
|
56
|
+
"graphile-presigned-url-plugin": "^0.10.0",
|
|
57
|
+
"graphile-search": "^1.8.0",
|
|
58
|
+
"graphile-sql-expression-validator": "^2.8.0",
|
|
59
|
+
"graphile-upload-plugin": "^2.7.0",
|
|
60
60
|
"graphile-utils": "5.0.0",
|
|
61
61
|
"graphql": "16.13.0",
|
|
62
62
|
"inflekt": "^0.7.1",
|
|
63
63
|
"lru-cache": "^11.2.7",
|
|
64
64
|
"pg": "^8.20.0",
|
|
65
|
-
"pg-query-context": "^2.
|
|
65
|
+
"pg-query-context": "^2.11.0",
|
|
66
66
|
"pg-sql2": "5.0.0",
|
|
67
67
|
"postgraphile": "5.0.0",
|
|
68
68
|
"request-ip": "^3.3.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@types/express": "^5.0.6",
|
|
74
74
|
"@types/pg": "^8.18.0",
|
|
75
75
|
"@types/request-ip": "^0.0.41",
|
|
76
|
-
"graphile-test": "^4.
|
|
76
|
+
"graphile-test": "^4.10.0",
|
|
77
77
|
"makage": "^0.3.0",
|
|
78
78
|
"nodemon": "^3.1.14",
|
|
79
79
|
"ts-node": "^10.9.2"
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"constructive",
|
|
86
86
|
"graphql"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "fb12131bc72ca66e2eb554e15c49e35dc5b362ac"
|
|
89
89
|
}
|