graphile-test 2.6.3 → 2.6.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -227,6 +227,7 @@ expect(result.data.createUser.username).toBe('alice');
227
227
 
228
228
  ### 🧰 CLI & Codegen
229
229
 
230
+ * [pgpm](https://github.com/launchql/launchql/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages.
230
231
  * [@launchql/cli](https://github.com/launchql/launchql/tree/main/packages/cli): **🖥️ Command-line toolkit** for managing LaunchQL projects—supports database scaffolding, migrations, seeding, code generation, and automation.
231
232
  * [launchql/launchql-gen](https://github.com/launchql/launchql/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
232
233
  * [@launchql/query-builder](https://github.com/launchql/launchql/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-test",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "PostGraphile Testing",
6
6
  "main": "index.js",
@@ -34,12 +34,12 @@
34
34
  "graphql-tag": "2.12.6"
35
35
  },
36
36
  "dependencies": {
37
- "@launchql/types": "^2.7.0",
38
- "graphile-settings": "^2.5.6",
37
+ "@launchql/types": "^2.7.1",
38
+ "graphile-settings": "^2.5.7",
39
39
  "graphql": "15.10.1",
40
40
  "mock-req": "^0.2.0",
41
41
  "pg": "^8.16.0",
42
- "pgsql-test": "^2.13.3",
42
+ "pgsql-test": "^2.13.4",
43
43
  "postgraphile": "^4.14.1"
44
44
  },
45
45
  "keywords": [
@@ -49,5 +49,5 @@
49
49
  "launchql",
50
50
  "test"
51
51
  ],
52
- "gitHead": "2e8a123c53d33ee10377b0f034392b0dff1e8a88"
52
+ "gitHead": "e12fd536094cb6536ae3569a1ab3496b729dd843"
53
53
  }