From cd44237e82eefb6f191e919f29b380f8daa41c69 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 3 Aug 2021 11:04:57 -0700 Subject: [PATCH] fix: mark commands as beta (#28) --- package.json | 11 ++++++----- yarn.lock | 25 ++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2c5d95c2..f84203c4 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "oclif": { "bin": "sf", "scope": "salesforce", + "state": "beta", "topicSeparator": " ", "commands": "./dist/commands", "plugins": [ @@ -61,15 +62,15 @@ } }, "dependencies": { - "@oclif/core": "^0.5.23", + "@oclif/core": "^0.5.28", "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-not-found": "^2.1.1", "@oclif/plugin-plugins": "^1.10.1", "@sf/config": "npm:@salesforce/plugin-config@2.0.7", - "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@0.0.12", - "@sf/dr-metadata": "npm:@salesforce/plugin-deploy-retrieve-metadata@0.0.12", - "@sf/env": "npm:@salesforce/plugin-env@0.0.16", - "@sf/login": "npm:@salesforce/plugin-login@0.0.11", + "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@0.0.14", + "@sf/dr-metadata": "npm:@salesforce/plugin-deploy-retrieve-metadata@0.0.14", + "@sf/env": "npm:@salesforce/plugin-env@0.0.18", + "@sf/login": "npm:@salesforce/plugin-login@0.0.12", "@sf/telemetry": "npm:@salesforce/plugin-telemetry@1.2.3", "tslib": "^2.3.0" }, diff --git a/yarn.lock b/yarn.lock index 2e60fd7f..29ee3ceb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -496,7 +496,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^0.5.21", "@oclif/core@^0.5.23": +"@oclif/core@^0.5.21": version "0.5.23" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.23.tgz#7cd14c9bb7ab9415228e38895310cfefcbea536f" integrity sha512-VpoXCu4w+rtw4q5EgBCWhtf+zau6d3U6pjyF9RJpAwMUrypnShFqdy11qSdD5LvH5oC3cNGfR9RIwJSkUMG/Bw== @@ -565,6 +565,29 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" +"@oclif/core@^0.5.28": + version "0.5.28" + resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.28.tgz#bb4c32f8f7cb0661db0aa8960c68e0f6d9c60e6a" + integrity sha512-t9jaGLRP5yJKwiMIzKmzYyP1eRxltWAY02lduUDp3d6cE+Dt2pcIGd7KtsOImKUWv+ClLI7O/CVHnMkOfNJvYA== + dependencies: + "@oclif/linewrap" "^1.0.0" + chalk "^4.1.0" + clean-stack "^3.0.0" + cli-ux "^5.1.0" + debug "^4.1.1" + fs-extra "^9.0.1" + get-package-type "^0.1.0" + globby "^11.0.1" + indent-string "^4.0.0" + is-wsl "^2.1.1" + lodash.template "^4.4.0" + semver "^7.3.2" + string-width "^4.2.0" + strip-ansi "^6.0.0" + tslib "^2.0.0" + widest-line "^3.1.0" + wrap-ansi "^7.0.0" + "@oclif/dev-cli@^1": version "1.26.0" resolved "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"