@hyperone/cli-framework
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,5 +16,14 @@ /* eslint-disable no-console */ | ||
} | ||
async configSave(/*content*/) { | ||
async configStore() { | ||
return; | ||
} | ||
async configGet(/* key, defaultValue */) { | ||
return /* value */; | ||
} | ||
async configSet(/* key, value */) { | ||
return; | ||
} | ||
async configUnset(/* key */) { | ||
return; | ||
} | ||
async headers() { | ||
@@ -21,0 +30,0 @@ return {}; |
{ | ||
"name": "@hyperone/cli-framework", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "a1f4646802ff375cf76525b67a8defdfba6cc5a4" | ||
"gitHead": "a29a3896594a8d151caddae859dbbd9a50969fe6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11399
337