@constructive-io/graphql-server 2.17.0 → 2.18.1
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.1",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -41,51 +41,51 @@
|
|
|
41
41
|
"backend"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@constructive-io/graphql-env": "^2.
|
|
45
|
-
"@constructive-io/graphql-types": "^2.
|
|
46
|
-
"@constructive-io/s3-utils": "^2.
|
|
47
|
-
"@constructive-io/upload-names": "^2.
|
|
48
|
-
"@constructive-io/url-domains": "^2.
|
|
44
|
+
"@constructive-io/graphql-env": "^2.9.0",
|
|
45
|
+
"@constructive-io/graphql-types": "^2.13.0",
|
|
46
|
+
"@constructive-io/s3-utils": "^2.5.0",
|
|
47
|
+
"@constructive-io/upload-names": "^2.4.0",
|
|
48
|
+
"@constructive-io/url-domains": "^2.4.0",
|
|
49
49
|
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
|
50
|
-
"@pgpmjs/logger": "^1.
|
|
51
|
-
"@pgpmjs/server-utils": "^2.
|
|
52
|
-
"@pgpmjs/types": "^2.
|
|
50
|
+
"@pgpmjs/logger": "^1.4.0",
|
|
51
|
+
"@pgpmjs/server-utils": "^2.9.0",
|
|
52
|
+
"@pgpmjs/types": "^2.15.0",
|
|
53
53
|
"cors": "^2.8.5",
|
|
54
54
|
"express": "^5.2.1",
|
|
55
55
|
"graphile-build": "^4.14.1",
|
|
56
|
-
"graphile-cache": "^1.
|
|
57
|
-
"graphile-i18n": "^0.
|
|
58
|
-
"graphile-meta-schema": "^0.
|
|
59
|
-
"graphile-plugin-connection-filter": "^2.
|
|
60
|
-
"graphile-plugin-connection-filter-postgis": "^1.
|
|
61
|
-
"graphile-plugin-fulltext-filter": "^2.
|
|
62
|
-
"graphile-query": "^2.
|
|
63
|
-
"graphile-search-plugin": "^0.
|
|
64
|
-
"graphile-settings": "^2.
|
|
65
|
-
"graphile-simple-inflector": "^0.
|
|
56
|
+
"graphile-cache": "^1.7.0",
|
|
57
|
+
"graphile-i18n": "^0.5.0",
|
|
58
|
+
"graphile-meta-schema": "^0.6.0",
|
|
59
|
+
"graphile-plugin-connection-filter": "^2.7.0",
|
|
60
|
+
"graphile-plugin-connection-filter-postgis": "^1.4.0",
|
|
61
|
+
"graphile-plugin-fulltext-filter": "^2.4.0",
|
|
62
|
+
"graphile-query": "^2.5.0",
|
|
63
|
+
"graphile-search-plugin": "^0.5.0",
|
|
64
|
+
"graphile-settings": "^2.13.0",
|
|
65
|
+
"graphile-simple-inflector": "^0.5.0",
|
|
66
66
|
"graphile-utils": "^4.14.1",
|
|
67
67
|
"graphql": "15.10.1",
|
|
68
68
|
"graphql-tag": "2.12.6",
|
|
69
69
|
"graphql-upload": "^13.0.0",
|
|
70
70
|
"lru-cache": "^11.2.4",
|
|
71
71
|
"pg": "^8.16.3",
|
|
72
|
-
"pg-cache": "^1.
|
|
73
|
-
"pg-query-context": "^2.
|
|
72
|
+
"pg-cache": "^1.7.0",
|
|
73
|
+
"pg-query-context": "^2.4.0",
|
|
74
74
|
"postgraphile": "^4.14.1",
|
|
75
75
|
"request-ip": "^3.3.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@aws-sdk/client-s3": "^3.958.0",
|
|
79
|
-
"@constructive-io/graphql-codegen": "2.
|
|
79
|
+
"@constructive-io/graphql-codegen": "2.27.1",
|
|
80
80
|
"@types/cors": "^2.8.17",
|
|
81
81
|
"@types/express": "^5.0.6",
|
|
82
82
|
"@types/graphql-upload": "^8.0.12",
|
|
83
83
|
"@types/pg": "^8.16.0",
|
|
84
84
|
"@types/request-ip": "^0.0.41",
|
|
85
|
-
"graphile-test": "2.
|
|
85
|
+
"graphile-test": "2.14.0",
|
|
86
86
|
"makage": "^0.1.10",
|
|
87
87
|
"nodemon": "^3.1.10",
|
|
88
88
|
"ts-node": "^10.9.2"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "1da9596c2e7b9445466626b7b809339361aa0b65"
|
|
91
91
|
}
|