Skip to content

Commit

Permalink
fix: πŸ› prevent auth files from being accidentally overwritten
Browse files Browse the repository at this point in the history
Merge PR#114 to prevent auth file overwrite will cause a breaking change
such that when the user runs a command that passes both a username and
oauth2Options together to authInfo.ts then an error will be thrown.

BREAKING CHANGE: 🧨 some commands that call getCoreConnection with auth options and a
username will now throw an error.
  • Loading branch information
jonnyhork committed Jun 11, 2019
1 parent 081549b commit 06d96fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@
tslint-microsoft-contrib "^5"
typescript "3.1.6"

"@salesforce/dev-scripts@^0.3.14":
"@salesforce/dev-scripts@0.3.14":
version "0.3.14"
resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-0.3.14.tgz#29ed5afe451ca70b633eb63e45bfad860b32670a"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-0.3.14.tgz#29ed5afe451ca70b633eb63e45bfad860b32670a"
integrity sha512-OQIKPSt1wX/VlzHknn2uXb/lsq9Wpawkur4OyKYmTrqBMqRJnsgqzfolXcPFrbgdQJrm4Dd+DWj6fWhIcrt6tg==
dependencies:
"@commitlint/cli" "^7"
Expand Down

0 comments on commit 06d96fc

Please sign in to comment.