pg-query-context 2.3.4 → 2.3.6

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/pg-query-context"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%2Fpg-query-context%2Fpackage.json"/></a>
12
+ <a href="https://www.npmjs.com/package/pg-query-context"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=postgres%2Fpg-query-context%2Fpackage.json"/></a>
13
13
  </p>
14
14
 
15
15
  # pg-query-context
@@ -129,7 +129,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
129
129
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
130
130
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
131
131
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
132
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
133
132
 
134
133
  ### 🚀 API & Dev Tools
135
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-query-context",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "pg query context",
6
6
  "main": "index.js",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/pg": "^8.16.0",
36
- "makage": "^0.1.8"
36
+ "makage": "^0.1.9"
37
37
  },
38
38
  "keywords": [
39
39
  "postgresql",
@@ -42,5 +42,5 @@
42
42
  "pg",
43
43
  "graphile"
44
44
  ],
45
- "gitHead": "22cfe32e994e26a6490e04e28bab26d1e7e6345c"
45
+ "gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
46
46
  }