graphile-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 +5 -5
package/README.md
CHANGED
|
@@ -248,8 +248,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
248
248
|
|
|
249
249
|
## Credits
|
|
250
250
|
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
**🛠 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).**
|
|
253
252
|
|
|
254
253
|
## Disclaimer
|
|
255
254
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-cache",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@launchql/logger": "^1.2.
|
|
32
|
+
"@launchql/logger": "^1.2.1",
|
|
33
33
|
"lru-cache": "^11.1.0",
|
|
34
34
|
"pg": "^8.16.0",
|
|
35
|
-
"pg-cache": "^1.5.
|
|
35
|
+
"pg-cache": "^1.5.1",
|
|
36
36
|
"postgraphile": "^4.14.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"postgresql",
|
|
50
50
|
"launchql"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
53
53
|
}
|