fix(core): update

This commit is contained in:
2023-08-24 12:06:46 +02:00
parent 7f0985f24d
commit 677aa4f0ea
5 changed files with 45 additions and 43 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/npmextra',
version: '4.0.0',
version: '4.0.1',
description: 'do more with npm'
}

View File

@ -26,7 +26,7 @@ export class KeyValueStore {
}
this.deletedObject = {};
await plugins.smartfile.memory.toFs(
plugins.smartjson.stringify(this.dataObject),
plugins.smartjson.stringifyPretty(this.dataObject),
this.filePath
);
},