graphile-upload-plugin 0.5.15 → 0.5.17
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/README.md +0 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -123,7 +123,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
123
123
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
124
124
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
125
125
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
126
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
127
126
|
|
|
128
127
|
### 🚀 API & Dev Tools
|
|
129
128
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-upload-plugin",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.17",
|
|
4
4
|
"description": "Graphile upload plugin for PostGraphile",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"url": "https://github.com/constructive-io/constructive/issues"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@aws-sdk/client-s3": "^3.
|
|
42
|
+
"@aws-sdk/client-s3": "^3.958.0",
|
|
43
43
|
"@constructive-io/graphql-env": "^2.8.8",
|
|
44
|
-
"@constructive-io/s3-utils": "^2.3.
|
|
44
|
+
"@constructive-io/s3-utils": "^2.3.7",
|
|
45
45
|
"@types/pg": "^8.16.0",
|
|
46
|
-
"graphile-test": "^2.11.
|
|
46
|
+
"graphile-test": "^2.11.17",
|
|
47
47
|
"graphql-tag": "^2.12.6",
|
|
48
48
|
"makage": "^0.1.9",
|
|
49
|
-
"pgsql-test": "^2.18.
|
|
49
|
+
"pgsql-test": "^2.18.8",
|
|
50
50
|
"ts-jest": "^29.4.6"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@constructive-io/s3-streamer": "^2.8.
|
|
53
|
+
"@constructive-io/s3-streamer": "^2.8.10",
|
|
54
54
|
"@constructive-io/upload-names": "^2.3.4",
|
|
55
55
|
"graphile-build": "^4.14.1",
|
|
56
56
|
"graphql": "15.10.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
|
|
59
59
|
}
|