graphile-settings 4.9.0 → 4.9.2
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 +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "graphile settings",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,46 +29,46 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@constructive-io/graphql-env": "^3.4.
|
|
33
|
-
"@constructive-io/graphql-types": "^3.3.
|
|
34
|
-
"@constructive-io/s3-streamer": "^2.16.
|
|
35
|
-
"@constructive-io/upload-names": "^2.9.
|
|
36
|
-
"@dataplan/json": "1.0.0-rc.
|
|
37
|
-
"@dataplan/pg": "1.0.0-rc.
|
|
38
|
-
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.
|
|
39
|
-
"@pgpmjs/logger": "^2.4.
|
|
40
|
-
"@pgpmjs/types": "^2.19.
|
|
32
|
+
"@constructive-io/graphql-env": "^3.4.4",
|
|
33
|
+
"@constructive-io/graphql-types": "^3.3.4",
|
|
34
|
+
"@constructive-io/s3-streamer": "^2.16.4",
|
|
35
|
+
"@constructive-io/upload-names": "^2.9.3",
|
|
36
|
+
"@dataplan/json": "1.0.0-rc.6",
|
|
37
|
+
"@dataplan/pg": "1.0.0-rc.8",
|
|
38
|
+
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
|
|
39
|
+
"@pgpmjs/logger": "^2.4.3",
|
|
40
|
+
"@pgpmjs/types": "^2.19.3",
|
|
41
41
|
"cors": "^2.8.6",
|
|
42
42
|
"express": "^5.2.1",
|
|
43
|
-
"grafast": "1.0.0-rc.
|
|
44
|
-
"grafserv": "1.0.0-rc.
|
|
45
|
-
"graphile-build": "5.0.0-rc.
|
|
46
|
-
"graphile-build-pg": "5.0.0-rc.
|
|
47
|
-
"graphile-config": "1.0.0-rc.
|
|
48
|
-
"graphile-connection-filter": "^1.1.
|
|
49
|
-
"graphile-misc-plugins": "^1.4.
|
|
50
|
-
"graphile-postgis": "^2.6.
|
|
51
|
-
"graphile-search": "^1.1.
|
|
52
|
-
"graphile-sql-expression-validator": "^2.4.
|
|
53
|
-
"graphile-upload-plugin": "^2.4.
|
|
54
|
-
"graphql": "
|
|
43
|
+
"grafast": "1.0.0-rc.9",
|
|
44
|
+
"grafserv": "1.0.0-rc.7",
|
|
45
|
+
"graphile-build": "5.0.0-rc.6",
|
|
46
|
+
"graphile-build-pg": "5.0.0-rc.8",
|
|
47
|
+
"graphile-config": "1.0.0-rc.6",
|
|
48
|
+
"graphile-connection-filter": "^1.1.2",
|
|
49
|
+
"graphile-misc-plugins": "^1.4.4",
|
|
50
|
+
"graphile-postgis": "^2.6.2",
|
|
51
|
+
"graphile-search": "^1.1.2",
|
|
52
|
+
"graphile-sql-expression-validator": "^2.4.4",
|
|
53
|
+
"graphile-upload-plugin": "^2.4.4",
|
|
54
|
+
"graphql": "16.13.0",
|
|
55
55
|
"inflekt": "^0.3.3",
|
|
56
|
-
"lru-cache": "^11.2.
|
|
57
|
-
"pg": "^8.
|
|
58
|
-
"pg-sql2": "5.0.0-rc.
|
|
59
|
-
"postgraphile": "5.0.0-rc.
|
|
56
|
+
"lru-cache": "^11.2.7",
|
|
57
|
+
"pg": "^8.20.0",
|
|
58
|
+
"pg-sql2": "5.0.0-rc.5",
|
|
59
|
+
"postgraphile": "5.0.0-rc.10",
|
|
60
60
|
"request-ip": "^3.3.0",
|
|
61
|
-
"tamedevil": "0.1.0-rc.
|
|
61
|
+
"tamedevil": "0.1.0-rc.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/cors": "^2.8.17",
|
|
65
65
|
"@types/express": "^5.0.6",
|
|
66
66
|
"@types/pg": "^8.18.0",
|
|
67
67
|
"@types/request-ip": "^0.0.41",
|
|
68
|
-
"graphile-test": "^4.5.
|
|
68
|
+
"graphile-test": "^4.5.4",
|
|
69
69
|
"makage": "^0.1.10",
|
|
70
70
|
"nodemon": "^3.1.14",
|
|
71
|
-
"pgsql-test": "^4.5.
|
|
71
|
+
"pgsql-test": "^4.5.4",
|
|
72
72
|
"ts-node": "^10.9.2"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"constructive",
|
|
79
79
|
"graphql"
|
|
80
80
|
],
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
|
|
82
82
|
}
|