graphile-pg-type-mappings 0.2.2 → 0.2.3

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 +5 -5
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-pg-type-mappings">
15
- <img height="20" src="https://img.shields.io/github/package-json/v/launchql/launchql?filename=graphile%2Fgraphile-pg-type-mappings%2Fpackage.json"/>
15
+ <img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphile%2Fgraphile-pg-type-mappings%2Fpackage.json"/>
16
16
  </a>
17
17
  </p>
18
18
 
@@ -232,7 +232,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
232
232
 
233
233
  * [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.
234
234
  * [@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.
235
- * [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.
235
+ * [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.
236
236
  * [@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.
237
237
  * [@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.
238
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-pg-type-mappings",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Custom PostgreSQL type mappings plugin for Graphile/PostGraphile",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -39,14 +39,14 @@
39
39
  "url": "https://github.com/constructive-io/constructive/issues"
40
40
  },
41
41
  "devDependencies": {
42
- "graphile-postgis": "^0.1.4",
43
- "graphile-test": "^2.8.12",
42
+ "graphile-postgis": "^0.1.5",
43
+ "graphile-test": "^2.8.13",
44
44
  "graphql-tag": "2.12.6",
45
45
  "makage": "^0.1.6",
46
- "pgsql-test": "^2.14.15"
46
+ "pgsql-test": "^2.14.16"
47
47
  },
48
48
  "dependencies": {
49
49
  "graphile-build": "^4.14.1"
50
50
  },
51
- "gitHead": "5a0d7c7502624bd42a214f983fd7ab957e1fb3e3"
51
+ "gitHead": "6a35ff5a2c49e0c4cf1ec9abdd81b62c57d621e9"
52
52
  }