graphile-upload-plugin 0.2.3 → 0.3.0

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 +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  <img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
13
13
  </a>
14
14
  <a href="https://www.npmjs.com/package/graphile-upload-plugin">
15
- <img height="20" src="https://img.shields.io/github/package-json/v/launchql/launchql?filename=graphile%2Fgraphile-upload-plugin%2Fpackage.json"/>
15
+ <img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphile%2Fgraphile-upload-plugin%2Fpackage.json"/>
16
16
  </a>
17
17
  </p>
18
18
 
@@ -143,7 +143,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
143
143
 
144
144
  * [pgpm](https://github.com/constructive-io/constructive/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages.
145
145
  * [@launchql/cli](https://github.com/constructive-io/constructive/tree/main/packages/cli): **🖥️ Command-line toolkit** for managing LaunchQL projects—supports database scaffolding, migrations, seeding, code generation, and automation.
146
- * [launchql/launchql-gen](https://github.com/constructive-io/constructive/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
146
+ * [constructive-io/constructive-gen](https://github.com/constructive-io/constructive/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
147
147
  * [@launchql/query-builder](https://github.com/constructive-io/constructive/tree/main/packages/query-builder): **🏗️ SQL constructor** providing a robust TypeScript-based query builder for dynamic generation of `SELECT`, `INSERT`, `UPDATE`, `DELETE`, and stored procedure calls—supports advanced SQL features like `JOIN`, `GROUP BY`, and schema-qualified queries.
148
148
  * [@launchql/query](https://github.com/constructive-io/constructive/tree/main/packages/query): **🧩 Fluent GraphQL builder** for PostGraphile schemas. ⚡ Schema-aware via introspection, 🧩 composable and ergonomic for building deeply nested queries.
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-upload-plugin",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Graphile upload plugin for PostGraphile",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -39,20 +39,20 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@aws-sdk/client-s3": "^3.0.0",
42
- "@launchql/env": "^2.5.7",
43
- "@launchql/s3-utils": "^2.2.11",
42
+ "@launchql/env": "^2.6.0",
43
+ "@launchql/s3-utils": "^2.3.0",
44
44
  "@types/pg": "^8.15.2",
45
- "graphile-test": "^2.8.12",
45
+ "graphile-test": "^2.9.0",
46
46
  "graphql-tag": "^2.12.6",
47
47
  "makage": "^0.1.6",
48
- "pgsql-test": "^2.14.15",
48
+ "pgsql-test": "^2.15.0",
49
49
  "ts-jest": "^29.1.0"
50
50
  },
51
51
  "dependencies": {
52
- "@launchql/s3-streamer": "^2.6.9",
53
- "@launchql/upload-names": "^2.2.11",
52
+ "@launchql/s3-streamer": "^2.7.0",
53
+ "@launchql/upload-names": "^2.3.0",
54
54
  "graphile-build": "^4.14.1",
55
55
  "graphql": "15.10.1"
56
56
  },
57
- "gitHead": "5a0d7c7502624bd42a214f983fd7ab957e1fb3e3"
57
+ "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
58
58
  }