pg-cache 1.6.9 → 1.6.11

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-server-utils"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%2Fserver-utils%2Fpackage.json"/></a>
12
+ <a href="https://www.npmjs.com/package/@constructive-io/pg-cache"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=postgres%2Fpg-cache%2Fpackage.json"/></a>
13
13
  </p>
14
14
 
15
15
  PostgreSQL connection pool LRU cache manager with zero PostGraphile dependencies.
@@ -181,7 +181,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
181
181
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
182
182
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
183
183
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
184
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
185
184
 
186
185
  ### 🚀 API & Dev Tools
187
186
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-cache",
3
- "version": "1.6.9",
3
+ "version": "1.6.11",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL connection pool LRU cache manager",
6
6
  "main": "index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@pgpmjs/logger": "^1.3.5",
33
- "@pgpmjs/types": "^2.12.6",
33
+ "@pgpmjs/types": "^2.12.8",
34
34
  "lru-cache": "^11.2.4",
35
35
  "pg": "^8.16.3",
36
36
  "pg-env": "^1.2.4"
@@ -48,5 +48,5 @@
48
48
  "connection",
49
49
  "constructive"
50
50
  ],
51
- "gitHead": "fc182ff9e4c4745a3e86eda6d58e3b0061f36564"
51
+ "gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
52
52
  }