fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-13 02:04:04 +01:00
parent a40b6adeef
commit ee6f5e63ee
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -131,6 +131,7 @@ export class AppData<T = any> {
} else { } else {
console.log('All mandatory keys are present in the appdata'); console.log('All mandatory keys are present in the appdata');
} }
return missingMandatoryKeys;
} }
public async waitForAndGetKey(keyArg: string) { public async waitForAndGetKey(keyArg: string) {