@constructive-io/graphql-server 2.10.5 → 2.10.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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-server",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.6",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -39,50 +39,50 @@
|
|
|
39
39
|
"backend"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@constructive-io/graphql-env": "^2.8.
|
|
43
|
-
"@constructive-io/graphql-types": "^2.12.
|
|
44
|
-
"@constructive-io/s3-utils": "^2.3.
|
|
45
|
-
"@constructive-io/upload-names": "^2.3.
|
|
46
|
-
"@constructive-io/url-domains": "^2.3.
|
|
42
|
+
"@constructive-io/graphql-env": "^2.8.5",
|
|
43
|
+
"@constructive-io/graphql-types": "^2.12.5",
|
|
44
|
+
"@constructive-io/s3-utils": "^2.3.6",
|
|
45
|
+
"@constructive-io/upload-names": "^2.3.4",
|
|
46
|
+
"@constructive-io/url-domains": "^2.3.5",
|
|
47
47
|
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
|
48
|
-
"@pgpmjs/logger": "^1.3.
|
|
49
|
-
"@pgpmjs/server-utils": "^2.8.
|
|
50
|
-
"@pgpmjs/types": "^2.12.
|
|
48
|
+
"@pgpmjs/logger": "^1.3.5",
|
|
49
|
+
"@pgpmjs/server-utils": "^2.8.7",
|
|
50
|
+
"@pgpmjs/types": "^2.12.5",
|
|
51
51
|
"cors": "^2.8.5",
|
|
52
52
|
"dotenv": "^17.2.3",
|
|
53
53
|
"express": "^5.1.0",
|
|
54
54
|
"graphile-build": "^4.14.1",
|
|
55
|
-
"graphile-cache": "^1.6.
|
|
56
|
-
"graphile-i18n": "^0.2.
|
|
57
|
-
"graphile-meta-schema": "^0.3.
|
|
58
|
-
"graphile-plugin-connection-filter": "^2.4.
|
|
59
|
-
"graphile-plugin-connection-filter-postgis": "^1.1.
|
|
60
|
-
"graphile-plugin-fulltext-filter": "^2.1.
|
|
61
|
-
"graphile-query": "^2.4.
|
|
62
|
-
"graphile-search-plugin": "^0.2.
|
|
63
|
-
"graphile-settings": "^2.9.
|
|
64
|
-
"graphile-simple-inflector": "^0.2.
|
|
55
|
+
"graphile-cache": "^1.6.7",
|
|
56
|
+
"graphile-i18n": "^0.2.11",
|
|
57
|
+
"graphile-meta-schema": "^0.3.11",
|
|
58
|
+
"graphile-plugin-connection-filter": "^2.4.11",
|
|
59
|
+
"graphile-plugin-connection-filter-postgis": "^1.1.11",
|
|
60
|
+
"graphile-plugin-fulltext-filter": "^2.1.11",
|
|
61
|
+
"graphile-query": "^2.4.6",
|
|
62
|
+
"graphile-search-plugin": "^0.2.11",
|
|
63
|
+
"graphile-settings": "^2.9.6",
|
|
64
|
+
"graphile-simple-inflector": "^0.2.11",
|
|
65
65
|
"graphile-utils": "^4.14.1",
|
|
66
66
|
"graphql": "15.10.1",
|
|
67
67
|
"graphql-tag": "2.12.6",
|
|
68
68
|
"graphql-upload": "^13.0.0",
|
|
69
69
|
"lru-cache": "^11.2.4",
|
|
70
70
|
"pg": "^8.16.3",
|
|
71
|
-
"pg-cache": "^1.6.
|
|
72
|
-
"pg-query-context": "^2.3.
|
|
71
|
+
"pg-cache": "^1.6.7",
|
|
72
|
+
"pg-query-context": "^2.3.5",
|
|
73
73
|
"postgraphile": "^4.14.1",
|
|
74
74
|
"request-ip": "^3.3.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@aws-sdk/client-s3": "^3.
|
|
77
|
+
"@aws-sdk/client-s3": "^3.956.0",
|
|
78
78
|
"@types/cors": "^2.8.17",
|
|
79
79
|
"@types/express": "^5.0.6",
|
|
80
80
|
"@types/graphql-upload": "^8.0.12",
|
|
81
81
|
"@types/pg": "^8.16.0",
|
|
82
82
|
"@types/request-ip": "^0.0.41",
|
|
83
|
-
"makage": "^0.1.
|
|
83
|
+
"makage": "^0.1.9",
|
|
84
84
|
"nodemon": "^3.1.10",
|
|
85
85
|
"ts-node": "^10.9.2"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "e45ec95404e48d0c0542da882a3baea0cd6de1c7"
|
|
88
88
|
}
|