graphile-cache 1.5.2 → 1.6.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.
@@ -1,4 +1,4 @@
1
- import { Logger } from '@launchql/logger';
1
+ import { Logger } from '@pgpmjs/logger';
2
2
  import { LRUCache } from 'lru-cache';
3
3
  import { pgCache } from 'pg-cache';
4
4
  const log = new Logger('graphile-cache');
package/graphile-cache.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.closeAllCaches = exports.graphileCache = void 0;
4
- const logger_1 = require("@launchql/logger");
4
+ const logger_1 = require("@pgpmjs/logger");
5
5
  const lru_cache_1 = require("lru-cache");
6
6
  const pg_cache_1 = require("pg-cache");
7
7
  const log = new logger_1.Logger('graphile-cache');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-cache",
3
- "version": "1.5.2",
3
+ "version": "1.6.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostGraphile LRU cache with automatic pool cleanup integration",
6
6
  "main": "index.js",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@launchql/logger": "^1.2.1",
32
+ "@pgpmjs/logger": "^1.3.0",
33
33
  "lru-cache": "^11.2.4",
34
34
  "pg": "^8.16.3",
35
- "pg-cache": "^1.5.2",
35
+ "pg-cache": "^1.6.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": "d20ccff8c779259574a23e93abbae51234695db5"
52
+ "gitHead": "293ffe3db7a328d1a096b8f239d9c71c26b43ec0"
53
53
  }