Skip to content

Commit

Permalink
chore: 1.0.0 (#66)
Browse files Browse the repository at this point in the history
* chore: 1.0.0

* chore: remove beta tag
  • Loading branch information
mdonnalley authored Sep 30, 2021
1 parent ba26783 commit f9aa087
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 68 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "0.0.47",
"version": "1.0.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand All @@ -26,7 +26,6 @@
"oclif": {
"bin": "sf",
"scope": "salesforce",
"state": "beta",
"topicSeparator": " ",
"commands": "./dist/commands",
"helpClass": "./dist/help/sfHelp.js",
Expand Down Expand Up @@ -82,7 +81,7 @@
"@sf/deploy-retrieve": "npm:@salesforce/[email protected]",
"@sf/drm": "npm:@salesforce/[email protected]",
"@sf/env": "npm:@salesforce/[email protected]",
"@sf/functions": "npm:@salesforce/plugin-functions@0.2.54",
"@sf/functions": "npm:@salesforce/plugin-functions@1.0.0",
"@sf/gen": "npm:@salesforce/[email protected]",
"@sf/login": "npm:@salesforce/[email protected]",
"inquirer": "https://github.com/salesforcecli/Inquirer.js/tarball/github_release",
Expand Down
84 changes: 19 additions & 65 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -718,29 +718,6 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/[email protected]":
version "0.5.39"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.39.tgz#d00705f31c5e6617145e84bb9dd50156cf3b01c5"
integrity sha512-4XusxLX8PnHDQxtRP25PImlkIj1Mlx6wt0NWb1FxQGvTJOAgXGJZl3YB02ZeXZLYbeKA2A3AqqxFTTKbADnZng==
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/core@^0.5.32", "@oclif/core@^0.5.34", "@oclif/core@^0.5.39":
version "0.5.40"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.40.tgz#40aab74e623daf94c8da2033cd5feb499aff2f3f"
Expand Down Expand Up @@ -893,7 +870,7 @@
dependencies:
"@oclif/core" "^0.5.39"

"@oclif/plugin-not-found@^1.2.2", "@oclif/plugin-not-found@^1.2.4":
"@oclif/plugin-not-found@^1.2.2":
version "1.2.4"
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b"
integrity sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==
Expand All @@ -915,6 +892,17 @@
fast-levenshtein "^3.0.0"
lodash "^4.17.21"

"@oclif/plugin-not-found@^2.2.0":
version "2.2.0"
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.2.0.tgz#400fd862f3c4a1a5f64e610dbb2478bcf83d6ce6"
integrity sha512-CdDXDgO0DR60GD+AnjHOscVfZedBMqCJfwl3qknYxvreIXFTatH9pZfPpxy9umla47Mum1J3UOem3ihnmbx7MA==
dependencies:
"@oclif/color" "^0.x"
"@oclif/core" "^0.5.39"
cli-ux "^5.6.3"
fast-levenshtein "^3.0.0"
lodash "^4.17.21"

"@oclif/plugin-plugins@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.0.0.tgz#401f13d879e501eb5ea8f1c006d7c7a6dc4300e3"
Expand Down Expand Up @@ -1159,28 +1147,6 @@
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/core@^3.6.2":
version "3.6.4"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.6.4.tgz#9c2cf29650325c332788ec81811dc43fe0bfdb45"
integrity sha512-BLnNz6xxI2yu4W7PoEKXrmrqAc7iCA6/lgKvOrPfFXRf6nnHA5eNxJ+oU9icgKnPv1/Ls/Fvki92lIXRQlK7BA==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.20"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
change-case "^4.1.2"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/dev-config@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-2.1.2.tgz#b4e206f860e87065d068bf8ba3994a032389ad81"
Expand Down Expand Up @@ -1312,18 +1278,6 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==

"@salesforce/sf-plugins-core@^0.0.25":
version "0.0.25"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-0.0.25.tgz#bb8012cae2911c8965d959595006a570ab5c6405"
integrity sha512-2mxQvEldZYG5BSvFNReeu/MIZ0h2+6KYfGC8i1lWan8YYsUbrzdWS6JK3pVw/IOMTuBXuxs05vOVVmzsR6vyCA==
dependencies:
"@oclif/core" "^0.5.39"
"@salesforce/core" "^3.6.2"
"@salesforce/kit" "^1.5.17"
"@salesforce/ts-types" "^1.5.20"
cli-ux "^5.6.3"
inquirer "^8.1.1"

"@salesforce/sf-plugins-core@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-1.0.0.tgz#0a267560eb73a04b946959c048578131fa8a0a46"
Expand Down Expand Up @@ -1424,22 +1378,22 @@
open "^8.2.0"
tslib "^2"

"@sf/functions@npm:@salesforce/plugin-functions@0.2.54":
version "0.2.54"
resolved "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-0.2.54.tgz#5d7b00bbbfcf4727929d566a8c254a827f29c2c7"
integrity sha512-PU87r8cYI2u5DsZelTcCAKLyHbiYoWbc9dD98bvH9rsE6w0fuuHzp0vkLL2Yc4jgLyHGbs1odKVIF1YeYUSYFw==
"@sf/functions@npm:@salesforce/plugin-functions@1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.0.0.tgz#a9ac6e5103f746b47c28aea47d9d6f07cdb564d8"
integrity sha512-lO6tD6uGhF6t5MEDOYG7M5PMST18Py4F0MjM8JHEdh6USjSX9HDVlkkbgMvWYkzsnHLmxUc4LL+VXB3LZr7xmg==
dependencies:
"@heroku-cli/color" "^1.1.14"
"@heroku-cli/schema" "^1.0.25"
"@heroku/eventsource" "^1.0.7"
"@heroku/function-toml" "^0.0.3"
"@heroku/functions-core" "0.1.3"
"@heroku/project-descriptor" "0.0.5"
"@oclif/core" "0.5.39"
"@oclif/plugin-not-found" "^1.2.4"
"@oclif/core" "^1.0.0"
"@oclif/plugin-not-found" "^2.2.0"
"@salesforce/core" "3.6.5"
"@salesforce/plugin-org" "^1.6.7"
"@salesforce/sf-plugins-core" "^0.0.25"
"@salesforce/sf-plugins-core" "^1.0.0"
"@salesforce/ts-sinon" "^1.3.18"
"@salesforce/ts-types" "^1.5.5"
axios "^0.21.1"
Expand Down

0 comments on commit f9aa087

Please sign in to comment.