pg-cache 1.5.0 → 1.5.2

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 +9 -9
package/README.md CHANGED
@@ -207,8 +207,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
207
207
 
208
208
  ## Credits
209
209
 
210
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
211
-
210
+ **🛠 Built by the [Constructive](https://constructive.io) team creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
212
211
 
213
212
  ## Disclaimer
214
213
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pg-cache",
3
- "version": "1.5.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "1.5.2",
4
+ "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL connection pool LRU cache manager",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
@@ -29,14 +29,14 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@launchql/logger": "^1.2.0",
33
- "@launchql/types": "^2.10.0",
34
- "lru-cache": "^11.1.0",
35
- "pg": "^8.16.0",
36
- "pg-env": "^1.2.0"
32
+ "@launchql/logger": "^1.2.1",
33
+ "@launchql/types": "^2.10.1",
34
+ "lru-cache": "^11.2.4",
35
+ "pg": "^8.16.3",
36
+ "pg-env": "^1.2.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/pg": "^8.15.2",
39
+ "@types/pg": "^8.16.0",
40
40
  "makage": "^0.1.8"
41
41
  },
42
42
  "keywords": [
@@ -48,5 +48,5 @@
48
48
  "connection",
49
49
  "launchql"
50
50
  ],
51
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
51
+ "gitHead": "d20ccff8c779259574a23e93abbae51234695db5"
52
52
  }