graphile-settings 2.5.5 → 2.5.7

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 +7 -7
package/README.md CHANGED
@@ -161,6 +161,7 @@ app.listen(settings.port);
161
161
 
162
162
  ### 🧰 CLI & Codegen
163
163
 
164
+ * [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.
164
165
  * [@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.
165
166
  * [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.
166
167
  * [@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-settings",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "graphile settings",
6
6
  "main": "index.js",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@graphile-contrib/pg-many-to-many": "^1.0.2",
34
- "@launchql/env": "^2.4.4",
35
- "@launchql/s3-streamer": "^2.5.4",
36
- "@launchql/types": "^2.6.3",
37
- "@launchql/upload-names": "^2.2.2",
34
+ "@launchql/env": "^2.4.6",
35
+ "@launchql/s3-streamer": "^2.5.6",
36
+ "@launchql/types": "^2.7.1",
37
+ "@launchql/upload-names": "^2.2.3",
38
38
  "@pyramation/postgis": "^0.1.1",
39
39
  "@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
40
40
  "cors": "^2.8.5",
@@ -42,7 +42,7 @@
42
42
  "graphile-build": "^4.14.1",
43
43
  "graphile-i18n": "^0.0.3",
44
44
  "graphile-meta-schema": "^0.2.5",
45
- "graphile-query": "^2.3.2",
45
+ "graphile-query": "^2.3.3",
46
46
  "graphile-search-plugin": "^0.1.2",
47
47
  "graphile-simple-inflector": "^0.1.1",
48
48
  "graphql-tag": "2.12.6",
@@ -71,5 +71,5 @@
71
71
  "launchql",
72
72
  "graphql"
73
73
  ],
74
- "gitHead": "ab60dc92d8b8a620cf59f7962c213ca70d735406"
74
+ "gitHead": "e12fd536094cb6536ae3569a1ab3496b729dd843"
75
75
  }