BREAKING CHANGE(core): update
This commit is contained in:
@@ -59,12 +59,12 @@ export class AppData {
|
||||
this.options.dirPath = nogitAppData;
|
||||
}
|
||||
}
|
||||
this.kvStore = new KeyValueStore(
|
||||
'custom',
|
||||
'appkv',
|
||||
this.options.dirPath,
|
||||
this.options.requiredKeys
|
||||
);
|
||||
this.kvStore = new KeyValueStore({
|
||||
typeArg: 'custom',
|
||||
identityArg: 'appkv',
|
||||
customPath: this.options.dirPath,
|
||||
mandatoryKeys: this.options.requiredKeys
|
||||
});
|
||||
|
||||
if (this.options.envMapping) {
|
||||
const qenvInstance = new plugins.qenv.Qenv(process.cwd(), '~/.cloudlyrc');
|
||||
|
Reference in New Issue
Block a user