Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 093d1a9

Browse files
committed
feat: v2
BREAKING CHANGE: Library upgrade and services-config added
1 parent 78f935a commit 093d1a9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

lib/cache/providers/cache.strategy.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {ApplicationConfig} from '@loopback/core';
22
import {inject, Provider} from '@loopback/context';
3-
import {ConfigBindings} from '@labshare/lb-services-config';
3+
import {ConfigBindings} from '@labshare/services-config';
44
import {MemoryStorage, RedisStorage, LabShareCache} from '../index';
55

66
import * as _ from 'lodash';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@labshare/lb-services-config": "^1.0.9",
21+
"@labshare/services-config": "^1.0.0",
2222
"@loopback/authentication": "^2.0.3",
2323
"@loopback/build": "1.5.3",
2424
"@loopback/context": "1.16.0",

0 commit comments

Comments
 (0)