Skip to content

Commit

Permalink
Merge branch 'wr/cleanupExports' of github.com:salesforcecli/plugin-p…
Browse files Browse the repository at this point in the history
…ackaging into wr/cleanupExports
  • Loading branch information
WillieRuemmele committed Nov 8, 2022
2 parents 895efa5 + 67fd908 commit 046e582
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@salesforce/cli-plugins-testkit": "^3.2.2",
"@salesforce/dev-config": "^3.1.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-auth": "^2.2.16",
"@salesforce/plugin-auth": "^2.2.21",
"@salesforce/plugin-command-reference": "^1.3.20",
"@salesforce/plugin-config": "^1.4.12",
"@salesforce/plugin-config": "^1.4.22",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "1.4.1",
"@salesforce/ts-types": "^1.5.20",
Expand Down
59 changes: 29 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,13 +737,13 @@
is-wsl "^2.1.1"
tslib "^2.3.1"

"@oclif/core@^1.14.1", "@oclif/core@^1.16.4", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.20.0":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.0.tgz#04a37b66cedeeb21630b91095466641bc499f706"
integrity sha512-yByf6w5JOFsbIeyYEF8rSbvN4uCI/7O9lGNg0kY0N+HH6edtpCtGHe6p/4+5yPNEmGL6P8IEKi+9s0Ys774mgw==
"@oclif/core@^1.14.1", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2":
version "1.20.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"
"@oclif/screen" "^3.0.3"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
Expand All @@ -767,7 +767,7 @@
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tslib "^2.3.1"
tslib "^2.4.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

Expand Down Expand Up @@ -914,12 +914,12 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==

"@oclif/screen@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670"
integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==
"@oclif/screen@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==

"@oclif/test@^2.1.0", "@oclif/test@^2.2.4":
"@oclif/test@^2.2.4":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.6.tgz#2c98bb1ecab3ddf6b01b51f8a3489c9105353d67"
integrity sha512-rf67rTBkEeulpomdeBYm0D+Q0e1uMqTPUNPhY2/G6guAJhmu3M+78HvSKpLdG7WqpbfQJ68D5Dh5HnauO+MY2g==
Expand Down Expand Up @@ -1055,15 +1055,15 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.13", "@salesforce/command@^5.2.15", "@salesforce/command@^5.2.17":
version "5.2.17"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.17.tgz#9987b889b0e9fc9b33f8b9a91a2264a595c66ce0"
integrity sha512-CDM7i7ZAySzKbccKCmlUu9IF8F4CZaFPU8hkz4j+WPljmdHzlG8Glc55LAHvtsw/zbNJDVR6/MqKu9ARGYNOQA==
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.15", "@salesforce/command@^5.2.17", "@salesforce/command@^5.2.18":
version "5.2.20"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.20.tgz#27b5f7837af3f8e4e263fb2d2ddd68cdee7ed9ee"
integrity sha512-AXusWyYc1IZeQtmOHO2Can7/Up+GxLmDrp13VMq+mQDDm+phZ1CkNMoBCFW9Y81vFb3nyu3xz+LekFIhJ/75AA==
dependencies:
"@oclif/core" "^1.19.1"
"@oclif/core" "^1.20.2"
"@oclif/test" "^2.2.4"
"@salesforce/core" "^3.31.17"
"@salesforce/kit" "^1.6.1"
"@salesforce/kit" "^1.7.1"
"@salesforce/ts-types" "^1.5.21"
chalk "^2.4.2"

Expand Down Expand Up @@ -1167,13 +1167,13 @@
ts-retry-promise "^0.7.0"
xml2js "^0.4.23"

"@salesforce/plugin-auth@^2.2.16":
version "2.2.16"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-2.2.16.tgz#4560484adefbbda76656a381507ee26e839a1a6a"
integrity sha512-0XLjzUo1zE3HDax+sFYZrQAZPuUsZelRa7cmUoKpzxsuWREOZKkt33nV/+Kw6ObEdcIIZNl/E4YoGvW8Yj8Gag==
"@salesforce/plugin-auth@^2.2.21":
version "2.2.21"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-2.2.21.tgz#5eba37d3b135900cbc7e834e5a5398272da43c90"
integrity sha512-di4KAlEE8bNunRtAAGbQQRU4WM6FSap0n70IquGdO6W6XIfaTlZoQRuBbDeU/2xuPUizMXDXqsVgh2N07Lh8Bw==
dependencies:
"@oclif/core" "^1.19.1"
"@salesforce/command" "^5.2.13"
"@oclif/core" "^1.20.2"
"@salesforce/command" "^5.2.18"
"@salesforce/core" "^3.31.10"
"@salesforce/kit" "^1.7.0"
chalk "^4.1.2"
Expand All @@ -1195,13 +1195,12 @@
shelljs "^0.8.5"
tslib "^2"

"@salesforce/plugin-config@^1.4.12":
version "1.4.21"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-config/-/plugin-config-1.4.21.tgz#d1141fc410202038a5d82acfd2a2c648f3eeec26"
integrity sha512-ZFRh1Bsfm/E1vgvoL+OsMMXaC3y4oQqUBggrTMGxIg9HASvrXoitTyHXjKwZ6Kf2/dYlNcYBfGDL60dVBzfYYg==
"@salesforce/plugin-config@^1.4.22":
version "1.4.22"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-config/-/plugin-config-1.4.22.tgz#bfab04bbffedb178210495afe22e7b60ee26f292"
integrity sha512-ajqBnPxuE318ngVYRJpCMqrl812vSHsSPkBpINy6HU5GY5PqziO2UDIupmAHUiwtgqJKfjzQ+5LUhnNb6EK7tA==
dependencies:
"@oclif/core" "^1.16.4"
"@oclif/test" "^2.1.0"
"@oclif/core" "^1.20.0"
"@salesforce/command" "^5.1.0"
"@salesforce/core" "^3.15.5"
tslib "^2"
Expand Down Expand Up @@ -7701,7 +7700,7 @@ tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0:
tslib@^2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
Expand Down

0 comments on commit 046e582

Please sign in to comment.