Skip to content

Commit

Permalink
fix: bump SDR to 4.0.2 (#169)
Browse files Browse the repository at this point in the history
* fix: bump SDR to 4.0.2

* chore: disable sfdx NUTs

* chore: disable sfdx executible in generateNut
  • Loading branch information
WillieRuemmele authored Aug 5, 2021
1 parent 2f38c51 commit f750a3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@oclif/config": "^1",
"@salesforce/command": "^4.0.4",
"@salesforce/core": "^2.26.1",
"@salesforce/source-deploy-retrieve": "^4.0.1",
"@salesforce/source-deploy-retrieve": "^4.0.2",
"chalk": "^4.1.1",
"cli-ux": "^5.6.3",
"open": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/nuts/testMatrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const env = new Env();
export const EXECUTABLES = [
{
path: 'sfdx',
skip: !env.getBoolean('PLUGIN_SOURCE_TEST_SFDX', true),
skip: !env.getBoolean('PLUGIN_SOURCE_TEST_SFDX', false),
},
{
path: path.join(process.cwd(), 'bin', 'run'), // path to the plugin's bin/run executable
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,10 @@
unzipper "0.10.11"
xmldom-sfdx-encoding "^0.1.29"

"@salesforce/source-deploy-retrieve@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-4.0.1.tgz#82442eefb5a55837a86fc25b17830f4fe6712a8e"
integrity sha512-QKK64yLiSNlJS5dSLqpEZ3Tna0fjjG7lI+okRoIVYtIT6eP8qRRFpbGCmf+LCkjeL7wkv2DxElutIl+T4Yzm9g==
"@salesforce/source-deploy-retrieve@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-4.0.2.tgz#2a272a1f6d8bb44513cfc296eab90d161357ed53"
integrity sha512-9qlSqrUCpMr7c9NoWAlFZRD7SEkrYCnoqT7A3T+CRvZeAaRB3cFRiveYRGNNnlAViqpYqgOI4lTNiBt3yTekQg==
dependencies:
"@salesforce/core" "2.25.1"
"@salesforce/kit" "^1.5.0"
Expand Down

0 comments on commit f750a3b

Please sign in to comment.