graphile-upload-plugin 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -149,8 +149,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
149
149
 
150
150
  ## Credits
151
151
 
152
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
153
-
152
+ **🛠 Built by the [Constructive](https://constructive.io) team creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
154
153
 
155
154
  ## Disclaimer
156
155
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-upload-plugin",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Graphile upload plugin for PostGraphile",
5
- "author": "Dan Lynch <pyramation@gmail.com>",
5
+ "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
7
7
  "license": "MIT",
8
8
  "main": "index.js",
@@ -39,20 +39,20 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@aws-sdk/client-s3": "^3.0.0",
42
- "@launchql/env": "^2.6.0",
43
- "@launchql/s3-utils": "^2.3.0",
42
+ "@launchql/env": "^2.6.1",
43
+ "@launchql/s3-utils": "^2.3.1",
44
44
  "@types/pg": "^8.15.2",
45
- "graphile-test": "^2.9.0",
45
+ "graphile-test": "^2.9.1",
46
46
  "graphql-tag": "^2.12.6",
47
47
  "makage": "^0.1.6",
48
- "pgsql-test": "^2.15.0",
48
+ "pgsql-test": "^2.15.1",
49
49
  "ts-jest": "^29.1.0"
50
50
  },
51
51
  "dependencies": {
52
- "@launchql/s3-streamer": "^2.7.0",
53
- "@launchql/upload-names": "^2.3.0",
52
+ "@launchql/s3-streamer": "^2.7.1",
53
+ "@launchql/upload-names": "^2.3.1",
54
54
  "graphile-build": "^4.14.1",
55
55
  "graphql": "15.10.1"
56
56
  },
57
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
57
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
58
58
  }