@constructive-io/graphql-query 2.4.4 → 2.4.5

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 +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
10
10
  </a>
11
11
  <a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
- <a href="https://www.npmjs.com/package/@constructive-io/graphql-query"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%query%2Fpackage.json"/></a>
12
+ <a href="https://www.npmjs.com/package/@constructive-io/graphql-query"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphql%2Fquery%2Fpackage.json"/></a>
13
13
  </p>
14
14
 
15
15
  > Fluent GraphQL query and mutation builder for PostGraphile-based schemas.
@@ -166,7 +166,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
166
166
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
167
167
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
168
168
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
169
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
170
169
 
171
170
  ### 🚀 API & Dev Tools
172
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-query",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "Constructive GraphQL Query",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "ajv": "^7.0.4",
33
- "gql-ast": "^2.4.4",
33
+ "gql-ast": "^2.4.5",
34
34
  "graphql": "15.10.1",
35
35
  "inflection": "1.12.0",
36
36
  "pluralize": "8.0.0"
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "makage": "^0.1.9"
47
47
  },
48
- "gitHead": "e45ec95404e48d0c0542da882a3baea0cd6de1c7"
48
+ "gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
49
49
  }