Skip to content

Commit 28eda70

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.5 [ci skip]
1 parent ba93fee commit 28eda70

3 files changed

Lines changed: 36 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.5](https://github.com/salesforcecli/plugin-dev/compare/v0.0.4...v0.0.5) (2022-07-06)
6+
7+
8+
### Bug Fixes
9+
10+
* remove cli-ux ([ba93fee](https://github.com/salesforcecli/plugin-dev/commit/ba93fee6757095346697a02aac87a281ad4999aa))
11+
512
### [0.0.4](https://github.com/salesforcecli/plugin-dev/compare/v0.0.3...v0.0.4) (2022-02-22)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-dev",
33
"description": "commands for sf plugin development",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
is-wsl "^2.1.1"
650650
tslib "^2.0.0"
651651

652-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.3.4", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.9.0", "@oclif/core@^1.9.5":
652+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.3.4", "@oclif/core@^1.5.1", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.9.0", "@oclif/core@^1.9.5":
653653
version "1.9.5"
654654
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.9.5.tgz#4dd00f35fceb89906245da791b14bd503103771a"
655655
integrity sha512-C605Cr4RhHTMXYApLxdVt/PL6IA5cguN6MPvsMjxkvBppk2Fvcsj05dtRdDqShskRpZzHtu65emG1tHy8TWPWQ==
@@ -953,7 +953,7 @@
953953
sfdx-faye "^1.0.9"
954954
ts-retry-promise "^0.6.0"
955955

956-
"@salesforce/core@^3.19.2", "@salesforce/core@^3.23.4":
956+
"@salesforce/core@^3.11.0", "@salesforce/core@^3.19.2", "@salesforce/core@^3.23.4":
957957
version "3.23.4"
958958
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.23.4.tgz#89c348c5573f30dd3d23a266de928464f534c7bc"
959959
integrity sha512-gJB2NbWjxcN0SqOy3GLyzwUytYR1bmXZvUi7r8j0Eeu2L7qJFoYBgtkXBfIk7F/urFqYd4VRlXCeJj6ZQEWImw==
@@ -1058,7 +1058,7 @@
10581058
shx "^0.3.3"
10591059
tslib "^2.2.0"
10601060

1061-
"@salesforce/kit@^1.5.41", "@salesforce/kit@^1.5.44":
1061+
"@salesforce/kit@^1.5.34", "@salesforce/kit@^1.5.41", "@salesforce/kit@^1.5.44":
10621062
version "1.5.44"
10631063
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.44.tgz#f070257679f40750e67919020c7e8240b219bf26"
10641064
integrity sha512-QHwmJFgvF0YyBAvPkSMy2opyIgKzATF8lwYHewCr2obyqDiVi9OJkYWgQETkKTpfLzSjWqdsfiVAdlnRcj+xQQ==
@@ -5103,6 +5103,31 @@ jsforce@2.0.0-beta.14:
51035103
strip-ansi "^6.0.0"
51045104
xml2js "^0.4.22"
51055105

5106+
jsforce@2.0.0-beta.7:
5107+
version "2.0.0-beta.7"
5108+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.7.tgz#5d594b1b280f1ee37992b75220b4c7701a1e536c"
5109+
integrity sha512-aiJRbf6v0eQSJLpAg4aEB/yXsQwV9WM3ewT2v/WTLmeeZQ4ZtwlcJhQCTwW4tKX/S8U+t5nL+Iluz8jFSZFqnA==
5110+
dependencies:
5111+
"@babel/runtime" "^7.12.5"
5112+
"@babel/runtime-corejs3" "^7.12.5"
5113+
"@types/node" "^12.19.9"
5114+
abort-controller "^3.0.0"
5115+
base64url "^3.0.1"
5116+
commander "^4.0.1"
5117+
core-js "^3.6.4"
5118+
csv-parse "^4.8.2"
5119+
csv-stringify "^5.3.4"
5120+
faye "^1.4.0"
5121+
fs-extra "^8.1.0"
5122+
https-proxy-agent "^5.0.0"
5123+
inquirer "^7.0.0"
5124+
multistream "^3.1.0"
5125+
node-fetch "^2.6.1"
5126+
open "^7.0.0"
5127+
regenerator-runtime "^0.13.3"
5128+
strip-ansi "^6.0.0"
5129+
xml2js "^0.4.22"
5130+
51065131
jsforce@^1.10.1:
51075132
version "1.10.1"
51085133
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-1.10.1.tgz#ca1cf58d4439d94e1f84482d83081acd12c93269"

0 commit comments

Comments
 (0)