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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
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.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
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.0",
32
+ "@launchql/logger": "^1.2.1",
33
33
  "lru-cache": "^11.1.0",
34
34
  "pg": "^8.16.0",
35
- "pg-cache": "^1.5.0",
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": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
52
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
53
53
  }