@minimaltech/node-infra 0.5.9-14 → 0.5.9-16

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,3 +1,3 @@
1
- export * from './kvmem';
1
+ export * from './memory';
2
2
  export * from './postgres';
3
3
  export * from './redis';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./kvmem"), exports);
17
+ __exportStar(require("./memory"), exports);
18
18
  __exportStar(require("./postgres"), exports);
19
19
  __exportStar(require("./redis"), exports);
@@ -18,8 +18,8 @@ const datasources_1 = require("../../base/datasources");
18
18
  const utilities_1 = require("../../utilities");
19
19
  const core_1 = require("@loopback/core");
20
20
  const kvmemOptions = {
21
- name: 'kvmem',
22
- connector: 'kv-memory',
21
+ name: 'memory',
22
+ connector: 'memory',
23
23
  };
24
24
  let KvMemDataSource = class KvMemDataSource extends datasources_1.BaseDataSource {
25
25
  static { KvMemDataSource_1 = this; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minimaltech/node-infra",
3
- "version": "0.5.9-14",
3
+ "version": "0.5.9-16",
4
4
  "description": "Minimal Technology - NodeJS Infrastructure - Loopback 4 Framework",
5
5
  "keywords": [
6
6
  "web",
File without changes
File without changes