fix(core): update
This commit is contained in:
parent
320c627d4f
commit
4c9d3c7148
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/npmextra',
|
name: '@push.rocks/npmextra',
|
||||||
version: '4.0.3',
|
version: '4.0.4',
|
||||||
description: 'do more with npm'
|
description: 'do more with npm'
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ import * as paths from './npmextra.paths.js';
|
|||||||
import { KeyValueStore } from './npmextra.classes.keyvaluestore.js';
|
import { KeyValueStore } from './npmextra.classes.keyvaluestore.js';
|
||||||
|
|
||||||
export class AppData {
|
export class AppData {
|
||||||
public static async createAndInit(pathArg: string) {
|
public static async createAndInit(pathArg?: string) {
|
||||||
const appData = new AppData(pathArg);
|
const appData = new AppData(pathArg);
|
||||||
await appData.init();
|
await appData.init();
|
||||||
return appData;
|
return appData;
|
||||||
|
Loading…
Reference in New Issue
Block a user