generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: bump sf-plugins-core * chore: format
- Loading branch information
1 parent
b4b5401
commit db254e2
Showing
6 changed files
with
88 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"records": [ | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef1" | ||
}, | ||
"Name": "Reading to Kids at Vis Valley Elementary", | ||
"Description__c": "<p>It's our monthly trip to read books for the kindergartners again! </p><p>We'll take some of our favorite books...dress as yourselves!</p>", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef2" | ||
}, | ||
"Name": "Animal Adoption Fair", | ||
"Description__c": "Help people find their next pet from the shelter...we need staff to welcome people, help them complete paperwork, take animals for microchipping, and maintain order", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef3" | ||
}, | ||
"Name": "Trail Maintenance", | ||
"Description__c": "We need 7 people for some outdoor work--trimming branches and vines and removing roots that might trip people on the local park trails", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
} | ||
] | ||
} | ||
"records": [ | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef1" | ||
}, | ||
"Name": "Reading to Kids at Vis Valley Elementary", | ||
"Description__c": "<p>It's our monthly trip to read books for the kindergartners again! </p><p>We'll take some of our favorite books...dress as yourselves!</p>", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef2" | ||
}, | ||
"Name": "Animal Adoption Fair", | ||
"Description__c": "Help people find their next pet from the shelter...we need staff to welcome people, help them complete paperwork, take animals for microchipping, and maintain order", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Volunteer_Event__c", | ||
"referenceId": "Volunteer_Event__cRef3" | ||
}, | ||
"Name": "Trail Maintenance", | ||
"Description__c": "We need 7 people for some outdoor work--trimming branches and vines and removing roots that might trip people on the local park trails", | ||
"End__c": "2017-09-18T18:00:00.000+0000", | ||
"Start__c": "2017-09-18T15:00:00.000+0000" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
[ | ||
{ | ||
"sobject": "Volunteer_Event__c", | ||
"saveRefs": true, | ||
"resolveRefs": false, | ||
"files": [ | ||
"Volunteer_Event__cs.json" | ||
] | ||
} | ||
|
||
] | ||
{ | ||
"sobject": "Volunteer_Event__c", | ||
"saveRefs": true, | ||
"resolveRefs": false, | ||
"files": ["Volunteer_Event__cs.json"] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1307,7 +1307,7 @@ | |
"@nodelib/fs.scandir" "2.1.5" | ||
fastq "^1.6.0" | ||
|
||
"@oclif/[email protected]", "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0": | ||
"@oclif/[email protected]", "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0": | ||
version "3.25.2" | ||
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973" | ||
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA== | ||
|
@@ -1404,7 +1404,7 @@ | |
strip-ansi "6.0.1" | ||
ts-retry-promise "^0.8.0" | ||
|
||
"@salesforce/core@^6.4.1", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3": | ||
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3": | ||
version "6.7.3" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268" | ||
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q== | ||
|
@@ -1510,15 +1510,15 @@ | |
chalk "^4" | ||
inquirer "^8.2.5" | ||
|
||
"@salesforce/sf-plugins-core@^7.1.14": | ||
version "7.1.14" | ||
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260" | ||
integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug== | ||
"@salesforce/sf-plugins-core@^8.0.1": | ||
version "8.0.1" | ||
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c" | ||
integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA== | ||
dependencies: | ||
"@inquirer/confirm" "^2.0.17" | ||
"@inquirer/password" "^1.1.16" | ||
"@oclif/core" "^3.19.6" | ||
"@salesforce/core" "^6.6.0" | ||
"@oclif/core" "^3.23.0" | ||
"@salesforce/core" "^6.7.3" | ||
"@salesforce/kit" "^3.0.15" | ||
"@salesforce/ts-types" "^2.0.9" | ||
chalk "^5.3.0" | ||
|