pg-cache 1.5.0 → 1.5.1
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.
- package/README.md +1 -2
- package/package.json +6 -6
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
|
-
|
|
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.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "1.5.1",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@launchql/logger": "^1.2.
|
|
33
|
-
"@launchql/types": "^2.10.
|
|
32
|
+
"@launchql/logger": "^1.2.1",
|
|
33
|
+
"@launchql/types": "^2.10.1",
|
|
34
34
|
"lru-cache": "^11.1.0",
|
|
35
35
|
"pg": "^8.16.0",
|
|
36
|
-
"pg-env": "^1.2.
|
|
36
|
+
"pg-env": "^1.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/pg": "^8.15.2",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"connection",
|
|
49
49
|
"launchql"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
52
52
|
}
|