@constructive-io/graphql-server 5.16.2 → 5.16.4
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-server",
|
|
3
|
-
"version": "5.16.
|
|
3
|
+
"version": "5.16.4",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -43,41 +43,41 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@agentic-kit/ollama": "2.13.0",
|
|
45
45
|
"@constructive-io/csrf": "^0.27.0",
|
|
46
|
-
"@constructive-io/errors": "^0.
|
|
47
|
-
"@constructive-io/express-context": "^0.24.
|
|
48
|
-
"@constructive-io/graphql-env": "^3.29.
|
|
49
|
-
"@constructive-io/graphql-types": "^3.28.
|
|
46
|
+
"@constructive-io/errors": "^0.10.0",
|
|
47
|
+
"@constructive-io/express-context": "^0.24.3",
|
|
48
|
+
"@constructive-io/graphql-env": "^3.29.3",
|
|
49
|
+
"@constructive-io/graphql-types": "^3.28.3",
|
|
50
50
|
"@constructive-io/llm-env": "^0.13.0",
|
|
51
51
|
"@constructive-io/query-builder": "^3.10.1",
|
|
52
52
|
"@constructive-io/s3-utils": "^2.30.0",
|
|
53
53
|
"@constructive-io/url-domains": "^2.29.0",
|
|
54
54
|
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
|
|
55
|
-
"@pgpmjs/env": "^2.41.
|
|
55
|
+
"@pgpmjs/env": "^2.41.3",
|
|
56
56
|
"@pgpmjs/logger": "^2.24.0",
|
|
57
|
-
"@pgpmjs/server-utils": "^3.25.
|
|
58
|
-
"@pgpmjs/types": "^2.50.
|
|
57
|
+
"@pgpmjs/server-utils": "^3.25.3",
|
|
58
|
+
"@pgpmjs/types": "^2.50.3",
|
|
59
59
|
"cors": "^2.8.6",
|
|
60
60
|
"deepmerge": "^4.3.1",
|
|
61
61
|
"express": "^5.2.1",
|
|
62
62
|
"gql-ast": "^3.23.0",
|
|
63
|
-
"grafast": "1.
|
|
64
|
-
"grafserv": "1.0.
|
|
65
|
-
"graphile-build": "5.
|
|
66
|
-
"graphile-build-pg": "5.
|
|
67
|
-
"graphile-cache": "^4.10.
|
|
68
|
-
"graphile-config": "1.0
|
|
69
|
-
"graphile-function-bindings": "^1.11.
|
|
70
|
-
"graphile-settings": "^6.13.
|
|
71
|
-
"graphile-utils": "5.0.
|
|
63
|
+
"grafast": "1.1.1",
|
|
64
|
+
"grafserv": "1.0.1",
|
|
65
|
+
"graphile-build": "5.1.1",
|
|
66
|
+
"graphile-build-pg": "5.1.3",
|
|
67
|
+
"graphile-cache": "^4.10.3",
|
|
68
|
+
"graphile-config": "1.1.0",
|
|
69
|
+
"graphile-function-bindings": "^1.11.4",
|
|
70
|
+
"graphile-settings": "^6.13.4",
|
|
71
|
+
"graphile-utils": "5.0.3",
|
|
72
72
|
"graphql": "16.13.0",
|
|
73
73
|
"graphql-upload": "^13.0.0",
|
|
74
74
|
"lru-cache": "^11.2.7",
|
|
75
75
|
"pg": "^8.21.0",
|
|
76
|
-
"pg-cache": "^3.25.
|
|
77
|
-
"pg-env": "^1.29.
|
|
78
|
-
"pg-query-context": "^2.29.
|
|
76
|
+
"pg-cache": "^3.25.3",
|
|
77
|
+
"pg-env": "^1.29.1",
|
|
78
|
+
"pg-query-context": "^2.29.1",
|
|
79
79
|
"pg-sql2": "5.0.1",
|
|
80
|
-
"postgraphile": "5.
|
|
80
|
+
"postgraphile": "5.1.3",
|
|
81
81
|
"request-ip": "^3.3.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
@@ -86,15 +86,15 @@
|
|
|
86
86
|
"@types/cors": "^2.8.17",
|
|
87
87
|
"@types/express": "^5.0.6",
|
|
88
88
|
"@types/graphql-upload": "^8.0.12",
|
|
89
|
-
"@types/pg": "^8.20.
|
|
89
|
+
"@types/pg": "^8.20.4",
|
|
90
90
|
"@types/request-ip": "^0.0.41",
|
|
91
|
-
"@types/supertest": "^7.2.
|
|
91
|
+
"@types/supertest": "^7.2.1",
|
|
92
92
|
"cookie-parser": "^1.4.7",
|
|
93
|
-
"graphile-test": "5.11.
|
|
93
|
+
"graphile-test": "5.11.4",
|
|
94
94
|
"makage": "^0.3.0",
|
|
95
95
|
"nodemon": "^3.1.14",
|
|
96
96
|
"supertest": "^7.2.2",
|
|
97
97
|
"ts-node": "^10.9.2"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "0d9f0718a8c768cc8b7659525953dc762833bd6b"
|
|
100
100
|
}
|