@constructive-io/graphql-server 4.15.4 → 4.15.6
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 +28 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-server",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.6",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -41,41 +41,40 @@
|
|
|
41
41
|
"backend"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@constructive-io/graphql-env": "^3.5.
|
|
45
|
-
"@constructive-io/graphql-types": "^3.4.
|
|
46
|
-
"@constructive-io/s3-utils": "^2.10.
|
|
47
|
-
"@constructive-io/upload-names": "^2.10.
|
|
48
|
-
"@constructive-io/url-domains": "^2.10.
|
|
44
|
+
"@constructive-io/graphql-env": "^3.5.2",
|
|
45
|
+
"@constructive-io/graphql-types": "^3.4.2",
|
|
46
|
+
"@constructive-io/s3-utils": "^2.10.2",
|
|
47
|
+
"@constructive-io/upload-names": "^2.10.2",
|
|
48
|
+
"@constructive-io/url-domains": "^2.10.2",
|
|
49
49
|
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
|
|
50
|
-
"@graphile/simplify-inflection": "8.0.0
|
|
51
|
-
"@pgpmjs/env": "^2.16.
|
|
52
|
-
"@pgpmjs/logger": "^2.5.
|
|
53
|
-
"@pgpmjs/server-utils": "^3.5.
|
|
54
|
-
"@pgpmjs/types": "^2.20.
|
|
50
|
+
"@graphile/simplify-inflection": "8.0.0",
|
|
51
|
+
"@pgpmjs/env": "^2.16.2",
|
|
52
|
+
"@pgpmjs/logger": "^2.5.2",
|
|
53
|
+
"@pgpmjs/server-utils": "^3.5.2",
|
|
54
|
+
"@pgpmjs/types": "^2.20.2",
|
|
55
55
|
"@pgsql/quotes": "^17.1.0",
|
|
56
56
|
"cors": "^2.8.6",
|
|
57
57
|
"deepmerge": "^4.3.1",
|
|
58
58
|
"express": "^5.2.1",
|
|
59
|
-
"gql-ast": "^3.4.
|
|
60
|
-
"grafast": "1.0.0
|
|
61
|
-
"grafserv": "1.0.0
|
|
62
|
-
"graphile-build": "5.0.0
|
|
63
|
-
"graphile-build-pg": "5.0.0
|
|
64
|
-
"graphile-cache": "^3.4.
|
|
65
|
-
"graphile-config": "1.0.0
|
|
66
|
-
"graphile-settings": "^4.
|
|
67
|
-
"graphile-utils": "5.0.0
|
|
59
|
+
"gql-ast": "^3.4.2",
|
|
60
|
+
"grafast": "1.0.0",
|
|
61
|
+
"grafserv": "1.0.0",
|
|
62
|
+
"graphile-build": "5.0.0",
|
|
63
|
+
"graphile-build-pg": "5.0.0",
|
|
64
|
+
"graphile-cache": "^3.4.2",
|
|
65
|
+
"graphile-config": "1.0.0",
|
|
66
|
+
"graphile-settings": "^4.18.1",
|
|
67
|
+
"graphile-utils": "5.0.0",
|
|
68
68
|
"graphql": "16.13.0",
|
|
69
69
|
"graphql-upload": "^13.0.0",
|
|
70
70
|
"lru-cache": "^11.2.7",
|
|
71
71
|
"multer": "^2.1.1",
|
|
72
72
|
"pg": "^8.20.0",
|
|
73
|
-
"pg-cache": "^3.4.
|
|
74
|
-
"pg-env": "^1.8.
|
|
75
|
-
"pg-query-context": "^2.9.
|
|
76
|
-
"pg-sql2": "5.0.0
|
|
77
|
-
"postgraphile": "5.0.0
|
|
78
|
-
"postgraphile-plugin-connection-filter": "3.0.0-rc.1",
|
|
73
|
+
"pg-cache": "^3.4.2",
|
|
74
|
+
"pg-env": "^1.8.2",
|
|
75
|
+
"pg-query-context": "^2.9.2",
|
|
76
|
+
"pg-sql2": "5.0.0",
|
|
77
|
+
"postgraphile": "5.0.0",
|
|
79
78
|
"request-ip": "^3.3.0"
|
|
80
79
|
},
|
|
81
80
|
"devDependencies": {
|
|
@@ -86,10 +85,10 @@
|
|
|
86
85
|
"@types/multer": "^2.1.0",
|
|
87
86
|
"@types/pg": "^8.18.0",
|
|
88
87
|
"@types/request-ip": "^0.0.41",
|
|
89
|
-
"graphile-test": "4.7.
|
|
90
|
-
"makage": "^0.
|
|
88
|
+
"graphile-test": "4.7.4",
|
|
89
|
+
"makage": "^0.3.0",
|
|
91
90
|
"nodemon": "^3.1.14",
|
|
92
91
|
"ts-node": "^10.9.2"
|
|
93
92
|
},
|
|
94
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "2f6e083d11764a04b2a6bc14df5b2ca2725defc6"
|
|
95
94
|
}
|