diff --git a/README.md b/README.md index 4a7e2787..d718b4d0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.132.11 linux-x64 node-v22.22.2 +@salesforce/cli/2.132.12 linux-x64 node-v22.22.2 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -2031,7 +2031,7 @@ EXAMPLES $ sf api request graphql --body example.txt --stream-to-file output.txt --include ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.19/src/commands/api/request/graphql.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/graphql.ts)_ ## `sf api request rest [URL]` @@ -2140,7 +2140,7 @@ FLAG DESCRIPTIONS https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project. ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.19/src/commands/api/request/rest.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/rest.ts)_ ## `sf autocomplete [SHELL]` @@ -2453,7 +2453,7 @@ EXAMPLES $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -2502,7 +2502,7 @@ EXAMPLES $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -2558,7 +2558,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -2617,7 +2617,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -2678,7 +2678,7 @@ EXAMPLES $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -2717,7 +2717,7 @@ EXAMPLES $ sf data delete resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -2784,7 +2784,7 @@ EXAMPLES --result-format json --wait 10 --all-rows ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/export/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -2823,7 +2823,7 @@ EXAMPLES $ sf data export resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/export/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -2883,7 +2883,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/export/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -2947,7 +2947,7 @@ EXAMPLES $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/get/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -2999,7 +2999,7 @@ EXAMPLES $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/import/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -3035,7 +3035,7 @@ EXAMPLES $ sf data import resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/import/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -3099,7 +3099,7 @@ FLAG DESCRIPTIONS - files(array) - Files: An array of files paths to load ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/import/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -3152,7 +3152,7 @@ EXAMPLES $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/query.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/query.ts)_ ## `sf data resume` @@ -3189,7 +3189,7 @@ EXAMPLES $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/resume.ts)_ ## `sf data search` @@ -3239,7 +3239,7 @@ EXAMPLES $ sf data search --file query.txt --target-org my-scratch --result-format csv ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/search.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -3294,7 +3294,7 @@ EXAMPLES $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/update/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -3356,7 +3356,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/update/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -3395,7 +3395,7 @@ EXAMPLES $ sf data update resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/update/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -3451,7 +3451,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/upsert/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -3490,7 +3490,7 @@ EXAMPLES $ sf data upsert resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/data/upsert/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/resume.ts)_ ## `sf doctor` @@ -3538,7 +3538,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.122/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -3585,7 +3585,7 @@ EXAMPLES $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/force/data/bulk/delete.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -3622,7 +3622,7 @@ EXAMPLES $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/force/data/bulk/status.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -3680,7 +3680,7 @@ EXAMPLES --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.91/src/commands/force/data/bulk/upsert.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/upsert.ts)_ ## `sf help [COMMAND]` @@ -3740,7 +3740,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.122/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/info/releasenotes/display.ts)_ ## `sf logic get test` @@ -9598,7 +9598,7 @@ FLAG DESCRIPTIONS If you don't specify this flag, the command prompts you to choose from your local objects. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/field.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/field.ts)_ ## `sf schema generate platformevent` @@ -9630,7 +9630,7 @@ EXAMPLES $ sf schema generate platformevent --label "My Platform Event" ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/platformevent.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -9687,7 +9687,7 @@ FLAG DESCRIPTIONS - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/sobject.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -9735,7 +9735,7 @@ FLAG DESCRIPTIONS The API name for a custom object always ends in `__c`, such as `MyObject__c`. ``` -_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.97/src/commands/schema/generate/tab.ts)_ +_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/tab.ts)_ ## `sf search` @@ -9798,7 +9798,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.104/src/commands/sobject/describe.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -9837,7 +9837,7 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.104/src/commands/sobject/list.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/list.ts)_ ## `sf template generate analytics template` @@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS server-side type stripping. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate ui-bundle` @@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/ui-bundle/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/ui-bundle/index.ts)_ ## `sf template generate visualforce component` @@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS The name can be up to 40 characters and must start with a letter. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` diff --git a/package.json b/package.json index 1c68fd82..5fa590c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.132.11", + "version": "2.132.12", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -78,7 +78,7 @@ "jitPlugins": { "@salesforce/plugin-code-analyzer": "5.11.1", "@salesforce/plugin-community": "3.3.56", - "@salesforce/plugin-custom-metadata": "3.3.94", + "@salesforce/plugin-custom-metadata": "3.3.95", "@salesforce/plugin-dev": "2.5.2", "@salesforce/plugin-devops-center": "1.2.27", "@salesforce/plugin-flow": "1.0.5", @@ -161,20 +161,20 @@ "@salesforce/kit": "^3.1.6", "@salesforce/plugin-agent": "1.32.19", "@salesforce/plugin-apex": "3.9.21", - "@salesforce/plugin-api": "1.3.19", + "@salesforce/plugin-api": "1.3.20", "@salesforce/plugin-auth": "4.3.7", - "@salesforce/plugin-data": "4.0.91", + "@salesforce/plugin-data": "4.0.92", "@salesforce/plugin-deploy-retrieve": "3.24.32", - "@salesforce/plugin-info": "3.4.122", + "@salesforce/plugin-info": "3.4.123", "@salesforce/plugin-limits": "3.3.84", "@salesforce/plugin-marketplace": "1.3.18", "@salesforce/plugin-org": "5.9.86", "@salesforce/plugin-packaging": "2.27.5", - "@salesforce/plugin-schema": "3.3.104", + "@salesforce/plugin-schema": "3.3.105", "@salesforce/plugin-settings": "2.4.69", - "@salesforce/plugin-sobject": "1.4.97", + "@salesforce/plugin-sobject": "1.4.98", "@salesforce/plugin-telemetry": "3.8.13", - "@salesforce/plugin-templates": "56.15.5", + "@salesforce/plugin-templates": "56.15.7", "@salesforce/plugin-trust": "3.7.124", "@salesforce/plugin-user": "3.8.3", "@salesforce/sf-plugins-core": "12.2.6", diff --git a/yarn.lock b/yarn.lock index 67d52c95..945474df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1498,6 +1498,11 @@ resolved "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz" integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ== +"@nodable/entities@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2" + integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA== + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" @@ -2289,13 +2294,13 @@ "@salesforce/sf-plugins-core" "^12.2.6" ansis "^3.3.1" -"@salesforce/plugin-api@1.3.19": - version "1.3.19" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.19.tgz#d4463618f4906350d615cbf7cf72acf6776c5e11" - integrity sha512-qfFGgLfolk80C7qq5ql+WJ13N4BUd7GwL0etATuHAjda1VtrjI1elJ0FrRV/pTmEht6RTrUSVJMtwOUlZwyvIA== +"@salesforce/plugin-api@1.3.20": + version "1.3.20" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.20.tgz#798f90c06bd49832fa82b04e4428195a60995444" + integrity sha512-gKCRr8+ckH3JtTOt2UclglYR27oiC0bMEfK5yMh6uKNsaAh9CpSDD9Pg110w9WSyCgB5zOLots7ZD6fgrSsxVA== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.25.1" + "@salesforce/core" "^8.28.3" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.6" "@salesforce/ts-types" "^2.0.12" @@ -2333,10 +2338,10 @@ debug "^4.4.3" handlebars "^4.7.9" -"@salesforce/plugin-data@4.0.91": - version "4.0.91" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.91.tgz#a352001610e5332fc23355f4ad8dac6025a43a48" - integrity sha512-+s/+2rt/NX0PvWUpQKnVmoYOV3OdfLq9POB6NuT6Qy4SafC60ENnUOl+q6vJdEHuOsKJVAp9nPhAPMwCwAb1Ow== +"@salesforce/plugin-data@4.0.92": + version "4.0.92" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.92.tgz#0c153bd9de4b089937d8e9e73ba0b81bf356054c" + integrity sha512-NQtedJyvfqjv1irhGJgAD8UecR0pxpcZw8jsZfDDGzFD24Pa81T9yAIktzUj6xIh+pe206mXb90dm58oPutjrA== dependencies: "@jsforce/jsforce-node" "^3.10.14" "@oclif/multi-stage-output" "^0.8.36" @@ -2350,7 +2355,7 @@ csv-stringify "^6.7.0" form-data "^4.0.5" terminal-link "^3.0.0" - undici "^7.24.7" + undici "^7.25.0" zod "^4.3.6" "@salesforce/plugin-deploy-retrieve@3.24.32": @@ -2372,15 +2377,15 @@ ansis "^3.17.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.122", "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.121", "@salesforce/plugin-info@^3.4.122": - version "3.4.122" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.122.tgz#309d7d29bfe9a88f5f4db2d47c3bb07cc1bcf9d8" - integrity sha512-6g0RrcESu5PrNxgiXFNPf7UmpA3cjHnuFdxVDOVhZiEABimDPc9MIVsSKxgRISiIvIlmHtM3dBlYDHaH2ebdHw== +"@salesforce/plugin-info@3.4.123", "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.121", "@salesforce/plugin-info@^3.4.122": + version "3.4.123" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.123.tgz#4b28c42a0e6fa5cb209d473f35cab9e8efdc6e37" + integrity sha512-1UdiouEXdlZPHMpuhYSJJr+IUJP+wgMdvAkGg6yMxZwCTvz5BHcOYSTAk5x3lmvDQMF2Il3f7dfHJM0BeAhypQ== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.10.14" "@oclif/core" "^4" - "@salesforce/core" "^8.28.1" + "@salesforce/core" "^8.28.3" "@salesforce/kit" "^3.2.6" "@salesforce/sf-plugins-core" "^12" got "^13.0.0" @@ -2469,13 +2474,13 @@ strip-ansi "^6" yarn-deduplicate "^6.0.2" -"@salesforce/plugin-schema@3.3.104": - version "3.3.104" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.104.tgz#11d5cd26f5cf021c40e76e93b984b47bd9e00804" - integrity sha512-RSYsRj6mPgfSENKPKUZKMlUGPwNpK9scDXdT173TODeWCAP3iHgHnqUiAZJrOfXNOStXHXQXQBqwoWmAOgz/uQ== +"@salesforce/plugin-schema@3.3.105": + version "3.3.105" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.105.tgz#2da3df34e45b43887feadb6ff36a78c3be39d298" + integrity sha512-kspWBkIoIm8fZ/SHg/F6nzCl40jVQlGV6hlawRo4N0+Zi7ulrxPEJQnLGVFsv1aB7OZi7p97J7A7uyNk09A9bw== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.27.1" + "@salesforce/core" "^8.28.3" "@salesforce/sf-plugins-core" "^11.3.12" "@salesforce/plugin-settings@2.4.69": @@ -2488,10 +2493,10 @@ "@salesforce/sf-plugins-core" "^12.2.6" fast-levenshtein "^3.0.0" -"@salesforce/plugin-sobject@1.4.97": - version "1.4.97" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.97.tgz#2276436a9aa7b3ae17f5d0e3c0df2bf5f611ff18" - integrity sha512-wjS3jLES+fgGUG+cuwZuULhbam5TXbok/FtTSmMl7vBOeSC0tT7fHkJ+YnP5uOEApEpI9sfDVrxwIjKUHdqSPA== +"@salesforce/plugin-sobject@1.4.98": + version "1.4.98" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.98.tgz#e6da9f3b6ab8c039177a5b511c85b2ac440fd878" + integrity sha512-RhtZFh8za7G0VLf6lUr1xf81YWQ0O6+3lBzMWD+qfMUsMe3PcNgKgL4Nv+ynuPVnqdkfeIm4Asckpm5HoEK8fQ== dependencies: "@inquirer/confirm" "^3.2.0" "@inquirer/input" "^2.3.0" @@ -2501,7 +2506,7 @@ "@salesforce/kit" "^3.2.6" "@salesforce/sf-plugins-core" "^11.3.12" fast-glob "^3.3.3" - fast-xml-parser "^5.5.11" + fast-xml-parser "^5.7.1" js2xmlparser "^4.0.2" "@salesforce/plugin-telemetry@3.8.13": @@ -2517,14 +2522,14 @@ "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" -"@salesforce/plugin-templates@56.15.5": - version "56.15.5" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.15.5.tgz#fe59d5f3c5d1e2b82aa5fc2befbcf4aa4a9bbf8f" - integrity sha512-03ghEf2r0dcLl5dheWXoS0m+3nkuFiKmV1XktB1SXYWB4i+/pMGHrGrnkrnaNgN5WH+Ra5+21RJbTFEzSiyizA== +"@salesforce/plugin-templates@56.15.7": + version "56.15.7" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.15.7.tgz#3fc54daca9a6e7a2878daec89f4c8964191490ca" + integrity sha512-cTCObEb9JwmeoUEvZdMUSnNuOXtqLLsShZJrESBmwi8PzqrPkt7MBwgQ/v01Ej183+nRc24wLLSMQfI/z+rpJw== dependencies: - "@salesforce/core" "^8.27.1" + "@salesforce/core" "^8.28.3" "@salesforce/sf-plugins-core" "^12" - "@salesforce/templates" "^66.7.10" + "@salesforce/templates" "^66.7.11" "@salesforce/plugin-trust@3.7.124", "@salesforce/plugin-trust@^3.7.89": version "3.7.124" @@ -2644,10 +2649,10 @@ o11y_schema "^260.63.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.7.10": - version "66.7.10" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.7.10.tgz#576d041133a60710a5ebef626d5b9493857e0dfc" - integrity sha512-zIaYUpZHfvRa5nP8LwA5dKBaoBo40fFoch38iFw519gFJ9CXmcRu5crE7BVQ03trfj6pNsaUJSYl6cSIjsdy9A== +"@salesforce/templates@^66.7.11": + version "66.7.11" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.7.11.tgz#51dd1b62f31a8575f1ea284e32ed2f61c621ac3b" + integrity sha512-s6J9E7c4Z+u9oaCHlHX8uQ/46iKuwNozLIZSghsl1w4XKugJdrdArhx4PLX956TghZHjrG+KiHI/cZcB2hnArw== dependencies: "@salesforce/kit" "^3.2.6" ejs "^3.1.10" @@ -5905,10 +5910,10 @@ fast-uri@^3.0.1: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134" integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw== -fast-xml-builder@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017" - integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg== +fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11" + integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA== dependencies: path-expression-matcher "^1.1.3" @@ -5921,13 +5926,14 @@ fast-xml-parser@5.5.8: path-expression-matcher "^1.2.0" strnum "^2.2.0" -fast-xml-parser@^5.3.6, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.8: - version "5.5.11" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz#406a888587aed0ba6b3e60382dfbb3b1f80692ad" - integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA== +fast-xml-parser@^5.3.6, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.8, fast-xml-parser@^5.7.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06" + integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA== dependencies: - fast-xml-builder "^1.1.4" - path-expression-matcher "^1.4.0" + "@nodable/entities" "^2.1.0" + fast-xml-builder "^1.1.5" + path-expression-matcher "^1.5.0" strnum "^2.2.3" fastest-levenshtein@^1.0.16, fastest-levenshtein@^1.0.7: @@ -9263,7 +9269,7 @@ path-exists@^4.0.0: resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== -path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.4.0: +path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a" integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ== @@ -11063,10 +11069,10 @@ undici-types@~7.8.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== -undici@^7.24.7: - version "7.24.7" - resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.7.tgz#af9535341bbe80625ca403a02418477a5c6a8760" - integrity sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ== +undici@^7.25.0: + version "7.25.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.25.0.tgz#7d72fc429a0421769ca2966fd07cac875c85b781" + integrity sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ== unicorn-magic@^0.1.0: version "0.1.0"