@salesforce/plugin-agent 1.7.3-dev.3 → 1.7.3-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +1 -1
- package/README.md +9 -9
- package/lib/commands/agent/generate/test-cases.js +12 -14
- package/lib/commands/agent/generate/test-cases.js.map +1 -1
- package/lib/commands/agent/test/results.d.ts +2 -2
- package/lib/commands/agent/test/results.js +1 -1
- package/lib/handleTestResults.d.ts +2 -2
- package/lib/read-dir.js +6 -1
- package/lib/read-dir.js.map +1 -1
- package/lib/testStages.d.ts +2 -2
- package/npm-shrinkwrap.json +443 -135
- package/oclif.lock +73 -22
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/schemas/agent-test-results.json +2 -2
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ EXAMPLES
|
|
|
111
111
|
$ sf agent create --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
114
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/create.ts)_
|
|
115
115
|
|
|
116
116
|
## `sf agent generate spec`
|
|
117
117
|
|
|
@@ -172,7 +172,7 @@ EXAMPLES
|
|
|
172
172
|
$ sf agent generate spec --output-dir specs --target-org my-org
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
175
|
+
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/generate/spec.ts)_
|
|
176
176
|
|
|
177
177
|
## `sf agent generate test-cases`
|
|
178
178
|
|
|
@@ -195,7 +195,7 @@ EXAMPLES
|
|
|
195
195
|
$ sf agent generate test-cases
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
198
|
+
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/generate/test-cases.ts)_
|
|
199
199
|
|
|
200
200
|
## `sf agent generate test-definition`
|
|
201
201
|
|
|
@@ -220,7 +220,7 @@ EXAMPLES
|
|
|
220
220
|
$ sf agent generate test-definition
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
223
|
+
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/generate/test-definition.ts)_
|
|
224
224
|
|
|
225
225
|
## `sf agent preview`
|
|
226
226
|
|
|
@@ -255,7 +255,7 @@ FLAG DESCRIPTIONS
|
|
|
255
255
|
the API name of the agent? (TBD based on agents library)
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
258
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/preview.ts)_
|
|
259
259
|
|
|
260
260
|
## `sf agent test cancel`
|
|
261
261
|
|
|
@@ -292,7 +292,7 @@ EXAMPLES
|
|
|
292
292
|
$ sf agent test cancel --job-id 4KBfake0000003F4AQ --target-org my-org
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
295
|
+
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/test/cancel.ts)_
|
|
296
296
|
|
|
297
297
|
## `sf agent test results`
|
|
298
298
|
|
|
@@ -348,7 +348,7 @@ FLAG DESCRIPTIONS
|
|
|
348
348
|
test results aren't written.
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
351
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/test/results.ts)_
|
|
352
352
|
|
|
353
353
|
## `sf agent test resume`
|
|
354
354
|
|
|
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
|
|
|
411
411
|
test results aren't written.
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
414
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/test/resume.ts)_
|
|
415
415
|
|
|
416
416
|
## `sf agent test run`
|
|
417
417
|
|
|
@@ -474,6 +474,6 @@ FLAG DESCRIPTIONS
|
|
|
474
474
|
test results aren't written.
|
|
475
475
|
```
|
|
476
476
|
|
|
477
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.
|
|
477
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.3-dev.5/src/commands/agent/test/run.ts)_
|
|
478
478
|
|
|
479
479
|
<!-- commandsstop -->
|
|
@@ -101,20 +101,18 @@ export function constructTestSetXML(testCases) {
|
|
|
101
101
|
<inputs>
|
|
102
102
|
<utterance>${testCase.utterance}</utterance>
|
|
103
103
|
</inputs>
|
|
104
|
-
<
|
|
105
|
-
<
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
<
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
<
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</expectation>
|
|
117
|
-
</expectations>
|
|
104
|
+
<expectation>
|
|
105
|
+
<name>topic_sequence_match</name>
|
|
106
|
+
<expectedValue>${testCase.topicSequenceExpectedValue}</expectedValue>
|
|
107
|
+
</expectation>
|
|
108
|
+
<expectation>
|
|
109
|
+
<name>action_sequence_match</name>
|
|
110
|
+
<expectedValue>${`[${testCase.actionSequenceExpectedValue.map((v) => `"${v}"`).join(',')}]`}</expectedValue>
|
|
111
|
+
</expectation>
|
|
112
|
+
<expectation>
|
|
113
|
+
<name>bot_response_rating</name>
|
|
114
|
+
<expectedValue>${testCase.botRatingExpectedValue}</expectedValue>
|
|
115
|
+
</expectation>
|
|
118
116
|
</testCase>\n`;
|
|
119
117
|
});
|
|
120
118
|
xml += '</AiEvaluationTestSet>';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-cases.js","sourceRoot":"","sources":["../../../../src/commands/agent/generate/test-cases.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"test-cases.js","sourceRoot":"","sources":["../../../../src/commands/agent/generate/test-cases.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SfCommand } from '@salesforce/sf-plugins-core';
|
|
2
|
-
import {
|
|
3
|
-
export type AgentTestResultsResult =
|
|
2
|
+
import { AgentTestResultsResponse } from '@salesforce/agents';
|
|
3
|
+
export type AgentTestResultsResult = AgentTestResultsResponse;
|
|
4
4
|
export default class AgentTestResults extends SfCommand<AgentTestResultsResult> {
|
|
5
5
|
static readonly summary: string;
|
|
6
6
|
static readonly description: string;
|
|
@@ -30,7 +30,7 @@ export default class AgentTestResults extends SfCommand {
|
|
|
30
30
|
async run() {
|
|
31
31
|
const { flags } = await this.parse(AgentTestResults);
|
|
32
32
|
const agentTester = new AgentTester(flags['target-org'].getConnection(flags['api-version']));
|
|
33
|
-
const response = await agentTester.
|
|
33
|
+
const response = await agentTester.results(flags['job-id']);
|
|
34
34
|
await handleTestResults({
|
|
35
35
|
id: flags['job-id'],
|
|
36
36
|
format: flags['result-format'],
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AgentTestResultsResponse } from '@salesforce/agents';
|
|
2
2
|
export declare function handleTestResults({ id, format, results, jsonEnabled, outputDir, }: {
|
|
3
3
|
id: string;
|
|
4
4
|
format: 'human' | 'json' | 'junit' | 'tap';
|
|
5
|
-
results:
|
|
5
|
+
results: AgentTestResultsResponse | undefined;
|
|
6
6
|
jsonEnabled: boolean;
|
|
7
7
|
outputDir?: string;
|
|
8
8
|
}): Promise<void>;
|
package/lib/read-dir.js
CHANGED
|
@@ -6,6 +6,11 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { readdir } from 'node:fs/promises';
|
|
8
8
|
export async function readDir(path) {
|
|
9
|
-
|
|
9
|
+
try {
|
|
10
|
+
return (await readdir(path)).filter((bot) => !bot.startsWith('.'));
|
|
11
|
+
}
|
|
12
|
+
catch {
|
|
13
|
+
return [];
|
|
14
|
+
}
|
|
10
15
|
}
|
|
11
16
|
//# sourceMappingURL=read-dir.js.map
|
package/lib/read-dir.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-dir.js","sourceRoot":"","sources":["../src/read-dir.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,IAAY;IACxC,OAAO,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"read-dir.js","sourceRoot":"","sources":["../src/read-dir.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,IAAY;IACxC,IAAI,CAAC;QACH,OAAO,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;IACrE,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,EAAE,CAAC;IACZ,CAAC;AACH,CAAC"}
|
package/lib/testStages.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AgentTestResultsResponse, AgentTester } from '@salesforce/agents';
|
|
2
2
|
import { Duration } from '@salesforce/kit';
|
|
3
3
|
type Data = {
|
|
4
4
|
id: string;
|
|
@@ -17,7 +17,7 @@ export declare class TestStages {
|
|
|
17
17
|
start(data?: Partial<Data>): void;
|
|
18
18
|
poll(agentTester: AgentTester, id: string, wait: Duration): Promise<{
|
|
19
19
|
completed: boolean;
|
|
20
|
-
response?:
|
|
20
|
+
response?: AgentTestResultsResponse;
|
|
21
21
|
}>;
|
|
22
22
|
update(data: Partial<Data>): void;
|
|
23
23
|
stop(finalStatus?: 'async'): void;
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.7.3-dev.
|
|
3
|
+
"version": "1.7.3-dev.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-agent",
|
|
9
|
-
"version": "1.7.3-dev.
|
|
9
|
+
"version": "1.7.3-dev.5",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/figures": "^1.0.7",
|
|
13
13
|
"@inquirer/prompts": "^7.2.0",
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
15
|
"@oclif/multi-stage-output": "^0.7.12",
|
|
16
|
-
"@salesforce/agents": "
|
|
16
|
+
"@salesforce/agents": "0.5.10-dev.0",
|
|
17
17
|
"@salesforce/core": "^8.8.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.1",
|
|
19
19
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
@@ -3187,18 +3187,6 @@
|
|
|
3187
3187
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
|
-
"node_modules/@oclif/core/node_modules/widest-line": {
|
|
3191
|
-
"version": "3.1.0",
|
|
3192
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
3193
|
-
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
3194
|
-
"license": "MIT",
|
|
3195
|
-
"dependencies": {
|
|
3196
|
-
"string-width": "^4.0.0"
|
|
3197
|
-
},
|
|
3198
|
-
"engines": {
|
|
3199
|
-
"node": ">=8"
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
3190
|
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3203
3191
|
"version": "7.0.0",
|
|
3204
3192
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -3431,17 +3419,16 @@
|
|
|
3431
3419
|
}
|
|
3432
3420
|
},
|
|
3433
3421
|
"node_modules/@salesforce/agents": {
|
|
3434
|
-
"version": "0.5.
|
|
3435
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.5.
|
|
3436
|
-
"integrity": "sha512-
|
|
3422
|
+
"version": "0.5.10-dev.0",
|
|
3423
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.5.10-dev.0.tgz",
|
|
3424
|
+
"integrity": "sha512-7u6x7Ufb/P406wswpJVBzpZBMWK6DE4Ib0WAwlIfL86QpQg555jJatyov1ekKQLizhr/+hKszF7lqv/cXdk4qw==",
|
|
3437
3425
|
"license": "BSD-3-Clause",
|
|
3438
3426
|
"dependencies": {
|
|
3439
|
-
"@oclif/table": "^0.3.5",
|
|
3440
3427
|
"@salesforce/core": "^8.8.0",
|
|
3441
3428
|
"@salesforce/kit": "^3.2.3",
|
|
3442
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
3443
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
|
3444
|
-
"ansis": "^3.
|
|
3429
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
3430
|
+
"@salesforce/source-deploy-retrieve": "^12.10.4",
|
|
3431
|
+
"ansis": "^3.5.2",
|
|
3445
3432
|
"fast-xml-parser": "^4",
|
|
3446
3433
|
"nock": "^13.5.6"
|
|
3447
3434
|
},
|
|
@@ -3449,10 +3436,39 @@
|
|
|
3449
3436
|
"node": ">=18.0.0"
|
|
3450
3437
|
}
|
|
3451
3438
|
},
|
|
3439
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/core": {
|
|
3440
|
+
"version": "4.2.1",
|
|
3441
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.1.tgz",
|
|
3442
|
+
"integrity": "sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==",
|
|
3443
|
+
"license": "MIT",
|
|
3444
|
+
"dependencies": {
|
|
3445
|
+
"ansi-escapes": "^4.3.2",
|
|
3446
|
+
"ansis": "^3.5.2",
|
|
3447
|
+
"clean-stack": "^3.0.1",
|
|
3448
|
+
"cli-spinners": "^2.9.2",
|
|
3449
|
+
"debug": "^4.4.0",
|
|
3450
|
+
"ejs": "^3.1.10",
|
|
3451
|
+
"get-package-type": "^0.1.0",
|
|
3452
|
+
"globby": "^11.1.0",
|
|
3453
|
+
"indent-string": "^4.0.0",
|
|
3454
|
+
"is-wsl": "^2.2.0",
|
|
3455
|
+
"lilconfig": "^3.1.3",
|
|
3456
|
+
"minimatch": "^9.0.5",
|
|
3457
|
+
"semver": "^7.6.3",
|
|
3458
|
+
"string-width": "^4.2.3",
|
|
3459
|
+
"supports-color": "^8",
|
|
3460
|
+
"widest-line": "^3.1.0",
|
|
3461
|
+
"wordwrap": "^1.0.0",
|
|
3462
|
+
"wrap-ansi": "^7.0.0"
|
|
3463
|
+
},
|
|
3464
|
+
"engines": {
|
|
3465
|
+
"node": ">=18.0.0"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3452
3468
|
"node_modules/@salesforce/agents/node_modules/@oclif/table": {
|
|
3453
|
-
"version": "0.
|
|
3454
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
3455
|
-
"integrity": "sha512-
|
|
3469
|
+
"version": "0.4.0",
|
|
3470
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz",
|
|
3471
|
+
"integrity": "sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==",
|
|
3456
3472
|
"license": "MIT",
|
|
3457
3473
|
"dependencies": {
|
|
3458
3474
|
"@oclif/core": "^4",
|
|
@@ -3470,13 +3486,164 @@
|
|
|
3470
3486
|
"node": ">=18.0.0"
|
|
3471
3487
|
}
|
|
3472
3488
|
},
|
|
3473
|
-
"node_modules/@salesforce/agents/node_modules/
|
|
3489
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/@oclif/core": {
|
|
3490
|
+
"version": "4.0.34",
|
|
3491
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
|
|
3492
|
+
"integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
|
|
3493
|
+
"license": "MIT",
|
|
3494
|
+
"dependencies": {
|
|
3495
|
+
"ansi-escapes": "^4.3.2",
|
|
3496
|
+
"ansis": "^3.3.2",
|
|
3497
|
+
"clean-stack": "^3.0.1",
|
|
3498
|
+
"cli-spinners": "^2.9.2",
|
|
3499
|
+
"debug": "^4.3.7",
|
|
3500
|
+
"ejs": "^3.1.10",
|
|
3501
|
+
"get-package-type": "^0.1.0",
|
|
3502
|
+
"globby": "^11.1.0",
|
|
3503
|
+
"indent-string": "^4.0.0",
|
|
3504
|
+
"is-wsl": "^2.2.0",
|
|
3505
|
+
"lilconfig": "^3.1.2",
|
|
3506
|
+
"minimatch": "^9.0.5",
|
|
3507
|
+
"semver": "^7.6.3",
|
|
3508
|
+
"string-width": "^4.2.3",
|
|
3509
|
+
"supports-color": "^8",
|
|
3510
|
+
"widest-line": "^3.1.0",
|
|
3511
|
+
"wordwrap": "^1.0.0",
|
|
3512
|
+
"wrap-ansi": "^7.0.0"
|
|
3513
|
+
},
|
|
3514
|
+
"engines": {
|
|
3515
|
+
"node": ">=18.0.0"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
3519
|
+
"version": "4.3.0",
|
|
3520
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3521
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3522
|
+
"license": "MIT",
|
|
3523
|
+
"dependencies": {
|
|
3524
|
+
"color-convert": "^2.0.1"
|
|
3525
|
+
},
|
|
3526
|
+
"engines": {
|
|
3527
|
+
"node": ">=8"
|
|
3528
|
+
},
|
|
3529
|
+
"funding": {
|
|
3530
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/@oclif/core/node_modules/strip-ansi": {
|
|
3534
|
+
"version": "6.0.1",
|
|
3535
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3536
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3537
|
+
"license": "MIT",
|
|
3538
|
+
"dependencies": {
|
|
3539
|
+
"ansi-regex": "^5.0.1"
|
|
3540
|
+
},
|
|
3541
|
+
"engines": {
|
|
3542
|
+
"node": ">=8"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3474
3546
|
"version": "7.0.0",
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
3476
|
-
"integrity": "sha512-
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3548
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3477
3549
|
"license": "MIT",
|
|
3478
3550
|
"dependencies": {
|
|
3479
|
-
"
|
|
3551
|
+
"ansi-styles": "^4.0.0",
|
|
3552
|
+
"string-width": "^4.1.0",
|
|
3553
|
+
"strip-ansi": "^6.0.0"
|
|
3554
|
+
},
|
|
3555
|
+
"engines": {
|
|
3556
|
+
"node": ">=10"
|
|
3557
|
+
},
|
|
3558
|
+
"funding": {
|
|
3559
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3560
|
+
}
|
|
3561
|
+
},
|
|
3562
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/ansi-regex": {
|
|
3563
|
+
"version": "5.0.1",
|
|
3564
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3565
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3566
|
+
"license": "MIT",
|
|
3567
|
+
"engines": {
|
|
3568
|
+
"node": ">=8"
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/ansi-styles": {
|
|
3572
|
+
"version": "6.2.1",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3574
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3575
|
+
"license": "MIT",
|
|
3576
|
+
"engines": {
|
|
3577
|
+
"node": ">=12"
|
|
3578
|
+
},
|
|
3579
|
+
"funding": {
|
|
3580
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3583
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/ansis": {
|
|
3584
|
+
"version": "3.3.2",
|
|
3585
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
|
|
3586
|
+
"integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
|
|
3587
|
+
"license": "ISC",
|
|
3588
|
+
"engines": {
|
|
3589
|
+
"node": ">=15"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/debug": {
|
|
3593
|
+
"version": "4.3.7",
|
|
3594
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
3595
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
3596
|
+
"license": "MIT",
|
|
3597
|
+
"dependencies": {
|
|
3598
|
+
"ms": "^2.1.3"
|
|
3599
|
+
},
|
|
3600
|
+
"engines": {
|
|
3601
|
+
"node": ">=6.0"
|
|
3602
|
+
},
|
|
3603
|
+
"peerDependenciesMeta": {
|
|
3604
|
+
"supports-color": {
|
|
3605
|
+
"optional": true
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/lilconfig": {
|
|
3610
|
+
"version": "3.1.2",
|
|
3611
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
|
|
3612
|
+
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
|
3613
|
+
"license": "MIT",
|
|
3614
|
+
"engines": {
|
|
3615
|
+
"node": ">=14"
|
|
3616
|
+
},
|
|
3617
|
+
"funding": {
|
|
3618
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
3622
|
+
"version": "9.0.0",
|
|
3623
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3624
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3625
|
+
"license": "MIT",
|
|
3626
|
+
"dependencies": {
|
|
3627
|
+
"ansi-styles": "^6.2.1",
|
|
3628
|
+
"string-width": "^7.0.0",
|
|
3629
|
+
"strip-ansi": "^7.1.0"
|
|
3630
|
+
},
|
|
3631
|
+
"engines": {
|
|
3632
|
+
"node": ">=18"
|
|
3633
|
+
},
|
|
3634
|
+
"funding": {
|
|
3635
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3638
|
+
"node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
|
|
3639
|
+
"version": "7.2.0",
|
|
3640
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3641
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3642
|
+
"license": "MIT",
|
|
3643
|
+
"dependencies": {
|
|
3644
|
+
"emoji-regex": "^10.3.0",
|
|
3645
|
+
"get-east-asian-width": "^1.0.0",
|
|
3646
|
+
"strip-ansi": "^7.1.0"
|
|
3480
3647
|
},
|
|
3481
3648
|
"engines": {
|
|
3482
3649
|
"node": ">=18"
|
|
@@ -3485,6 +3652,36 @@
|
|
|
3485
3652
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3486
3653
|
}
|
|
3487
3654
|
},
|
|
3655
|
+
"node_modules/@salesforce/agents/node_modules/@salesforce/sf-plugins-core": {
|
|
3656
|
+
"version": "12.1.2",
|
|
3657
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz",
|
|
3658
|
+
"integrity": "sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==",
|
|
3659
|
+
"license": "BSD-3-Clause",
|
|
3660
|
+
"dependencies": {
|
|
3661
|
+
"@inquirer/confirm": "^3.1.22",
|
|
3662
|
+
"@inquirer/password": "^2.2.0",
|
|
3663
|
+
"@oclif/core": "^4.0.34",
|
|
3664
|
+
"@oclif/table": "^0.4.0",
|
|
3665
|
+
"@salesforce/core": "^8.5.1",
|
|
3666
|
+
"@salesforce/kit": "^3.2.3",
|
|
3667
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
3668
|
+
"ansis": "^3.3.2",
|
|
3669
|
+
"cli-progress": "^3.12.0",
|
|
3670
|
+
"terminal-link": "^3.0.0"
|
|
3671
|
+
},
|
|
3672
|
+
"engines": {
|
|
3673
|
+
"node": ">=18.0.0"
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
"node_modules/@salesforce/agents/node_modules/@salesforce/sf-plugins-core/node_modules/ansis": {
|
|
3677
|
+
"version": "3.3.2",
|
|
3678
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
|
|
3679
|
+
"integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
|
|
3680
|
+
"license": "ISC",
|
|
3681
|
+
"engines": {
|
|
3682
|
+
"node": ">=15"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3488
3685
|
"node_modules/@salesforce/agents/node_modules/ansi-regex": {
|
|
3489
3686
|
"version": "6.0.1",
|
|
3490
3687
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -3497,10 +3694,25 @@
|
|
|
3497
3694
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3498
3695
|
}
|
|
3499
3696
|
},
|
|
3697
|
+
"node_modules/@salesforce/agents/node_modules/ansi-styles": {
|
|
3698
|
+
"version": "4.3.0",
|
|
3699
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3700
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3701
|
+
"license": "MIT",
|
|
3702
|
+
"dependencies": {
|
|
3703
|
+
"color-convert": "^2.0.1"
|
|
3704
|
+
},
|
|
3705
|
+
"engines": {
|
|
3706
|
+
"node": ">=8"
|
|
3707
|
+
},
|
|
3708
|
+
"funding": {
|
|
3709
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3500
3712
|
"node_modules/@salesforce/agents/node_modules/ansis": {
|
|
3501
|
-
"version": "3.
|
|
3502
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
3503
|
-
"integrity": "sha512-
|
|
3713
|
+
"version": "3.6.0",
|
|
3714
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.6.0.tgz",
|
|
3715
|
+
"integrity": "sha512-8KluYVZM+vx19f5rInhdEBdIAjvBp7ASzyF/DoStcDpMJ3JOM55ybvUcs9nMRVP8XN2K3ABBdO7zCXezvrT0pg==",
|
|
3504
3716
|
"license": "ISC",
|
|
3505
3717
|
"engines": {
|
|
3506
3718
|
"node": ">=16"
|
|
@@ -3524,6 +3736,23 @@
|
|
|
3524
3736
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
3525
3737
|
"license": "MIT"
|
|
3526
3738
|
},
|
|
3739
|
+
"node_modules/@salesforce/agents/node_modules/debug": {
|
|
3740
|
+
"version": "4.4.0",
|
|
3741
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
|
3742
|
+
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
|
3743
|
+
"license": "MIT",
|
|
3744
|
+
"dependencies": {
|
|
3745
|
+
"ms": "^2.1.3"
|
|
3746
|
+
},
|
|
3747
|
+
"engines": {
|
|
3748
|
+
"node": ">=6.0"
|
|
3749
|
+
},
|
|
3750
|
+
"peerDependenciesMeta": {
|
|
3751
|
+
"supports-color": {
|
|
3752
|
+
"optional": true
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3527
3756
|
"node_modules/@salesforce/agents/node_modules/emoji-regex": {
|
|
3528
3757
|
"version": "10.3.0",
|
|
3529
3758
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -3552,18 +3781,6 @@
|
|
|
3552
3781
|
"fxparser": "src/cli/cli.js"
|
|
3553
3782
|
}
|
|
3554
3783
|
},
|
|
3555
|
-
"node_modules/@salesforce/agents/node_modules/indent-string": {
|
|
3556
|
-
"version": "5.0.0",
|
|
3557
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
3558
|
-
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
3559
|
-
"license": "MIT",
|
|
3560
|
-
"engines": {
|
|
3561
|
-
"node": ">=12"
|
|
3562
|
-
},
|
|
3563
|
-
"funding": {
|
|
3564
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
3784
|
"node_modules/@salesforce/agents/node_modules/ink": {
|
|
3568
3785
|
"version": "5.1.0",
|
|
3569
3786
|
"resolved": "https://registry.npmjs.org/ink/-/ink-5.1.0.tgz",
|
|
@@ -3612,13 +3829,13 @@
|
|
|
3612
3829
|
}
|
|
3613
3830
|
}
|
|
3614
3831
|
},
|
|
3615
|
-
"node_modules/@salesforce/agents/node_modules/
|
|
3616
|
-
"version": "
|
|
3617
|
-
"resolved": "https://registry.npmjs.org/
|
|
3618
|
-
"integrity": "sha512-
|
|
3832
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/ansi-escapes": {
|
|
3833
|
+
"version": "7.0.0",
|
|
3834
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
3835
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
3619
3836
|
"license": "MIT",
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3837
|
+
"dependencies": {
|
|
3838
|
+
"environment": "^1.0.0"
|
|
3622
3839
|
},
|
|
3623
3840
|
"engines": {
|
|
3624
3841
|
"node": ">=18"
|
|
@@ -3627,7 +3844,31 @@
|
|
|
3627
3844
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3628
3845
|
}
|
|
3629
3846
|
},
|
|
3630
|
-
"node_modules/@salesforce/agents/node_modules/
|
|
3847
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/ansi-styles": {
|
|
3848
|
+
"version": "6.2.1",
|
|
3849
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3850
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3851
|
+
"license": "MIT",
|
|
3852
|
+
"engines": {
|
|
3853
|
+
"node": ">=12"
|
|
3854
|
+
},
|
|
3855
|
+
"funding": {
|
|
3856
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/indent-string": {
|
|
3860
|
+
"version": "5.0.0",
|
|
3861
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
3862
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
3863
|
+
"license": "MIT",
|
|
3864
|
+
"engines": {
|
|
3865
|
+
"node": ">=12"
|
|
3866
|
+
},
|
|
3867
|
+
"funding": {
|
|
3868
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/string-width": {
|
|
3631
3872
|
"version": "7.2.0",
|
|
3632
3873
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3633
3874
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
@@ -3644,6 +3885,80 @@
|
|
|
3644
3885
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3645
3886
|
}
|
|
3646
3887
|
},
|
|
3888
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/widest-line": {
|
|
3889
|
+
"version": "5.0.0",
|
|
3890
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
3891
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
3892
|
+
"license": "MIT",
|
|
3893
|
+
"dependencies": {
|
|
3894
|
+
"string-width": "^7.0.0"
|
|
3895
|
+
},
|
|
3896
|
+
"engines": {
|
|
3897
|
+
"node": ">=18"
|
|
3898
|
+
},
|
|
3899
|
+
"funding": {
|
|
3900
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3903
|
+
"node_modules/@salesforce/agents/node_modules/ink/node_modules/wrap-ansi": {
|
|
3904
|
+
"version": "9.0.0",
|
|
3905
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3906
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3907
|
+
"license": "MIT",
|
|
3908
|
+
"dependencies": {
|
|
3909
|
+
"ansi-styles": "^6.2.1",
|
|
3910
|
+
"string-width": "^7.0.0",
|
|
3911
|
+
"strip-ansi": "^7.1.0"
|
|
3912
|
+
},
|
|
3913
|
+
"engines": {
|
|
3914
|
+
"node": ">=18"
|
|
3915
|
+
},
|
|
3916
|
+
"funding": {
|
|
3917
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3920
|
+
"node_modules/@salesforce/agents/node_modules/is-in-ci": {
|
|
3921
|
+
"version": "1.0.0",
|
|
3922
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
3923
|
+
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
3924
|
+
"license": "MIT",
|
|
3925
|
+
"bin": {
|
|
3926
|
+
"is-in-ci": "cli.js"
|
|
3927
|
+
},
|
|
3928
|
+
"engines": {
|
|
3929
|
+
"node": ">=18"
|
|
3930
|
+
},
|
|
3931
|
+
"funding": {
|
|
3932
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
"node_modules/@salesforce/agents/node_modules/lilconfig": {
|
|
3936
|
+
"version": "3.1.3",
|
|
3937
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
3938
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
3939
|
+
"license": "MIT",
|
|
3940
|
+
"engines": {
|
|
3941
|
+
"node": ">=14"
|
|
3942
|
+
},
|
|
3943
|
+
"funding": {
|
|
3944
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
"node_modules/@salesforce/agents/node_modules/minimatch": {
|
|
3948
|
+
"version": "9.0.5",
|
|
3949
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3950
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3951
|
+
"license": "ISC",
|
|
3952
|
+
"dependencies": {
|
|
3953
|
+
"brace-expansion": "^2.0.1"
|
|
3954
|
+
},
|
|
3955
|
+
"engines": {
|
|
3956
|
+
"node": ">=16 || 14 >=14.17"
|
|
3957
|
+
},
|
|
3958
|
+
"funding": {
|
|
3959
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3647
3962
|
"node_modules/@salesforce/agents/node_modules/strip-ansi": {
|
|
3648
3963
|
"version": "7.1.0",
|
|
3649
3964
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -3659,6 +3974,21 @@
|
|
|
3659
3974
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3660
3975
|
}
|
|
3661
3976
|
},
|
|
3977
|
+
"node_modules/@salesforce/agents/node_modules/supports-color": {
|
|
3978
|
+
"version": "8.1.1",
|
|
3979
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3980
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3981
|
+
"license": "MIT",
|
|
3982
|
+
"dependencies": {
|
|
3983
|
+
"has-flag": "^4.0.0"
|
|
3984
|
+
},
|
|
3985
|
+
"engines": {
|
|
3986
|
+
"node": ">=10"
|
|
3987
|
+
},
|
|
3988
|
+
"funding": {
|
|
3989
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3990
|
+
}
|
|
3991
|
+
},
|
|
3662
3992
|
"node_modules/@salesforce/agents/node_modules/type-fest": {
|
|
3663
3993
|
"version": "4.30.0",
|
|
3664
3994
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
|
|
@@ -3671,6 +4001,44 @@
|
|
|
3671
4001
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3672
4002
|
}
|
|
3673
4003
|
},
|
|
4004
|
+
"node_modules/@salesforce/agents/node_modules/wrap-ansi": {
|
|
4005
|
+
"version": "7.0.0",
|
|
4006
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4007
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4008
|
+
"license": "MIT",
|
|
4009
|
+
"dependencies": {
|
|
4010
|
+
"ansi-styles": "^4.0.0",
|
|
4011
|
+
"string-width": "^4.1.0",
|
|
4012
|
+
"strip-ansi": "^6.0.0"
|
|
4013
|
+
},
|
|
4014
|
+
"engines": {
|
|
4015
|
+
"node": ">=10"
|
|
4016
|
+
},
|
|
4017
|
+
"funding": {
|
|
4018
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
4021
|
+
"node_modules/@salesforce/agents/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
4022
|
+
"version": "5.0.1",
|
|
4023
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4024
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4025
|
+
"license": "MIT",
|
|
4026
|
+
"engines": {
|
|
4027
|
+
"node": ">=8"
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
"node_modules/@salesforce/agents/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
4031
|
+
"version": "6.0.1",
|
|
4032
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4033
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4034
|
+
"license": "MIT",
|
|
4035
|
+
"dependencies": {
|
|
4036
|
+
"ansi-regex": "^5.0.1"
|
|
4037
|
+
},
|
|
4038
|
+
"engines": {
|
|
4039
|
+
"node": ">=8"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
3674
4042
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3675
4043
|
"version": "5.3.35",
|
|
3676
4044
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.35.tgz",
|
|
@@ -4053,16 +4421,16 @@
|
|
|
4053
4421
|
}
|
|
4054
4422
|
},
|
|
4055
4423
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4056
|
-
"version": "12.
|
|
4057
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
4058
|
-
"integrity": "sha512-
|
|
4424
|
+
"version": "12.11.0",
|
|
4425
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.11.0.tgz",
|
|
4426
|
+
"integrity": "sha512-9j4iXVBUrHZ7eXgmKYyPTUOHUVwTENJntf3FuIdBMyTN+QFKVeyUJ11vHHPvn0PNI8BZ+b51CCp9kdqIG1K36Q==",
|
|
4059
4427
|
"license": "BSD-3-Clause",
|
|
4060
4428
|
"dependencies": {
|
|
4061
4429
|
"@salesforce/core": "^8.8.0",
|
|
4062
4430
|
"@salesforce/kit": "^3.2.2",
|
|
4063
4431
|
"@salesforce/ts-types": "^2.0.12",
|
|
4064
4432
|
"fast-levenshtein": "^3.0.0",
|
|
4065
|
-
"fast-xml-parser": "^4.5.
|
|
4433
|
+
"fast-xml-parser": "^4.5.1",
|
|
4066
4434
|
"got": "^11.8.6",
|
|
4067
4435
|
"graceful-fs": "^4.2.11",
|
|
4068
4436
|
"ignore": "^5.3.2",
|
|
@@ -4115,28 +4483,6 @@
|
|
|
4115
4483
|
"node": ">=8"
|
|
4116
4484
|
}
|
|
4117
4485
|
},
|
|
4118
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
|
4119
|
-
"version": "4.5.0",
|
|
4120
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
4121
|
-
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
|
|
4122
|
-
"funding": [
|
|
4123
|
-
{
|
|
4124
|
-
"type": "github",
|
|
4125
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"type": "paypal",
|
|
4129
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
4130
|
-
}
|
|
4131
|
-
],
|
|
4132
|
-
"license": "MIT",
|
|
4133
|
-
"dependencies": {
|
|
4134
|
-
"strnum": "^1.0.5"
|
|
4135
|
-
},
|
|
4136
|
-
"bin": {
|
|
4137
|
-
"fxparser": "src/cli/cli.js"
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
4486
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/get-stream": {
|
|
4141
4487
|
"version": "5.2.0",
|
|
4142
4488
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -13386,6 +13732,21 @@
|
|
|
13386
13732
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13387
13733
|
}
|
|
13388
13734
|
},
|
|
13735
|
+
"node_modules/ink/node_modules/widest-line": {
|
|
13736
|
+
"version": "5.0.0",
|
|
13737
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
13738
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
13739
|
+
"license": "MIT",
|
|
13740
|
+
"dependencies": {
|
|
13741
|
+
"string-width": "^7.0.0"
|
|
13742
|
+
},
|
|
13743
|
+
"engines": {
|
|
13744
|
+
"node": ">=18"
|
|
13745
|
+
},
|
|
13746
|
+
"funding": {
|
|
13747
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13748
|
+
}
|
|
13749
|
+
},
|
|
13389
13750
|
"node_modules/internal-slot": {
|
|
13390
13751
|
"version": "1.0.7",
|
|
13391
13752
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -21081,68 +21442,15 @@
|
|
|
21081
21442
|
}
|
|
21082
21443
|
},
|
|
21083
21444
|
"node_modules/widest-line": {
|
|
21084
|
-
"version": "
|
|
21085
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-
|
|
21086
|
-
"integrity": "sha512-
|
|
21087
|
-
"license": "MIT",
|
|
21088
|
-
"dependencies": {
|
|
21089
|
-
"string-width": "^7.0.0"
|
|
21090
|
-
},
|
|
21091
|
-
"engines": {
|
|
21092
|
-
"node": ">=18"
|
|
21093
|
-
},
|
|
21094
|
-
"funding": {
|
|
21095
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
21096
|
-
}
|
|
21097
|
-
},
|
|
21098
|
-
"node_modules/widest-line/node_modules/ansi-regex": {
|
|
21099
|
-
"version": "6.0.1",
|
|
21100
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
21101
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
21102
|
-
"license": "MIT",
|
|
21103
|
-
"engines": {
|
|
21104
|
-
"node": ">=12"
|
|
21105
|
-
},
|
|
21106
|
-
"funding": {
|
|
21107
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
21108
|
-
}
|
|
21109
|
-
},
|
|
21110
|
-
"node_modules/widest-line/node_modules/emoji-regex": {
|
|
21111
|
-
"version": "10.3.0",
|
|
21112
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
21113
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
21114
|
-
"license": "MIT"
|
|
21115
|
-
},
|
|
21116
|
-
"node_modules/widest-line/node_modules/string-width": {
|
|
21117
|
-
"version": "7.2.0",
|
|
21118
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
21119
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
21120
|
-
"license": "MIT",
|
|
21121
|
-
"dependencies": {
|
|
21122
|
-
"emoji-regex": "^10.3.0",
|
|
21123
|
-
"get-east-asian-width": "^1.0.0",
|
|
21124
|
-
"strip-ansi": "^7.1.0"
|
|
21125
|
-
},
|
|
21126
|
-
"engines": {
|
|
21127
|
-
"node": ">=18"
|
|
21128
|
-
},
|
|
21129
|
-
"funding": {
|
|
21130
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
21131
|
-
}
|
|
21132
|
-
},
|
|
21133
|
-
"node_modules/widest-line/node_modules/strip-ansi": {
|
|
21134
|
-
"version": "7.1.0",
|
|
21135
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
21136
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
21445
|
+
"version": "3.1.0",
|
|
21446
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
21447
|
+
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
21137
21448
|
"license": "MIT",
|
|
21138
21449
|
"dependencies": {
|
|
21139
|
-
"
|
|
21450
|
+
"string-width": "^4.0.0"
|
|
21140
21451
|
},
|
|
21141
21452
|
"engines": {
|
|
21142
|
-
"node": ">=
|
|
21143
|
-
},
|
|
21144
|
-
"funding": {
|
|
21145
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
21453
|
+
"node": ">=8"
|
|
21146
21454
|
}
|
|
21147
21455
|
},
|
|
21148
21456
|
"node_modules/wireit": {
|
package/oclif.lock
CHANGED
|
@@ -1382,6 +1382,30 @@
|
|
|
1382
1382
|
wordwrap "^1.0.0"
|
|
1383
1383
|
wrap-ansi "^7.0.0"
|
|
1384
1384
|
|
|
1385
|
+
"@oclif/core@^4.0.34":
|
|
1386
|
+
version "4.2.1"
|
|
1387
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.1.tgz#3ee038e89686d2ffe75bde63ae0091ca02cef353"
|
|
1388
|
+
integrity sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==
|
|
1389
|
+
dependencies:
|
|
1390
|
+
ansi-escapes "^4.3.2"
|
|
1391
|
+
ansis "^3.5.2"
|
|
1392
|
+
clean-stack "^3.0.1"
|
|
1393
|
+
cli-spinners "^2.9.2"
|
|
1394
|
+
debug "^4.4.0"
|
|
1395
|
+
ejs "^3.1.10"
|
|
1396
|
+
get-package-type "^0.1.0"
|
|
1397
|
+
globby "^11.1.0"
|
|
1398
|
+
indent-string "^4.0.0"
|
|
1399
|
+
is-wsl "^2.2.0"
|
|
1400
|
+
lilconfig "^3.1.3"
|
|
1401
|
+
minimatch "^9.0.5"
|
|
1402
|
+
semver "^7.6.3"
|
|
1403
|
+
string-width "^4.2.3"
|
|
1404
|
+
supports-color "^8"
|
|
1405
|
+
widest-line "^3.1.0"
|
|
1406
|
+
wordwrap "^1.0.0"
|
|
1407
|
+
wrap-ansi "^7.0.0"
|
|
1408
|
+
|
|
1385
1409
|
"@oclif/multi-stage-output@^0.7.12":
|
|
1386
1410
|
version "0.7.12"
|
|
1387
1411
|
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.12.tgz#04df5efb6dce527920cf475c9ad9f20236803ccd"
|
|
@@ -1454,10 +1478,10 @@
|
|
|
1454
1478
|
strip-ansi "^7.1.0"
|
|
1455
1479
|
wrap-ansi "^9.0.0"
|
|
1456
1480
|
|
|
1457
|
-
"@oclif/table@^0.
|
|
1458
|
-
version "0.
|
|
1459
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.
|
|
1460
|
-
integrity sha512-
|
|
1481
|
+
"@oclif/table@^0.4.0":
|
|
1482
|
+
version "0.4.0"
|
|
1483
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.0.tgz#3bf97121a4fc3524801883f550eeb0fd822852a9"
|
|
1484
|
+
integrity sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==
|
|
1461
1485
|
dependencies:
|
|
1462
1486
|
"@oclif/core" "^4"
|
|
1463
1487
|
"@types/react" "^18.3.12"
|
|
@@ -1483,17 +1507,16 @@
|
|
|
1483
1507
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1484
1508
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1485
1509
|
|
|
1486
|
-
"@salesforce/agents
|
|
1487
|
-
version "0.5.
|
|
1488
|
-
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.5.
|
|
1489
|
-
integrity sha512-
|
|
1510
|
+
"@salesforce/agents@0.5.10-dev.0":
|
|
1511
|
+
version "0.5.10-dev.0"
|
|
1512
|
+
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.5.10-dev.0.tgz#733a3d66d9a56acef3a731f3b879a05180fa17ce"
|
|
1513
|
+
integrity sha512-7u6x7Ufb/P406wswpJVBzpZBMWK6DE4Ib0WAwlIfL86QpQg555jJatyov1ekKQLizhr/+hKszF7lqv/cXdk4qw==
|
|
1490
1514
|
dependencies:
|
|
1491
|
-
"@oclif/table" "^0.3.5"
|
|
1492
1515
|
"@salesforce/core" "^8.8.0"
|
|
1493
1516
|
"@salesforce/kit" "^3.2.3"
|
|
1494
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
1495
|
-
"@salesforce/source-deploy-retrieve" "^12.10.
|
|
1496
|
-
ansis "^3.
|
|
1517
|
+
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
1518
|
+
"@salesforce/source-deploy-retrieve" "^12.10.4"
|
|
1519
|
+
ansis "^3.5.2"
|
|
1497
1520
|
fast-xml-parser "^4"
|
|
1498
1521
|
nock "^13.5.6"
|
|
1499
1522
|
|
|
@@ -1639,16 +1662,32 @@
|
|
|
1639
1662
|
cli-progress "^3.12.0"
|
|
1640
1663
|
terminal-link "^3.0.0"
|
|
1641
1664
|
|
|
1642
|
-
"@salesforce/
|
|
1643
|
-
version "12.
|
|
1644
|
-
resolved "https://registry.yarnpkg.com/@salesforce/
|
|
1645
|
-
integrity sha512-
|
|
1665
|
+
"@salesforce/sf-plugins-core@^12.1.2":
|
|
1666
|
+
version "12.1.2"
|
|
1667
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3"
|
|
1668
|
+
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
|
|
1669
|
+
dependencies:
|
|
1670
|
+
"@inquirer/confirm" "^3.1.22"
|
|
1671
|
+
"@inquirer/password" "^2.2.0"
|
|
1672
|
+
"@oclif/core" "^4.0.34"
|
|
1673
|
+
"@oclif/table" "^0.4.0"
|
|
1674
|
+
"@salesforce/core" "^8.5.1"
|
|
1675
|
+
"@salesforce/kit" "^3.2.3"
|
|
1676
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1677
|
+
ansis "^3.3.2"
|
|
1678
|
+
cli-progress "^3.12.0"
|
|
1679
|
+
terminal-link "^3.0.0"
|
|
1680
|
+
|
|
1681
|
+
"@salesforce/source-deploy-retrieve@^12.10.4":
|
|
1682
|
+
version "12.11.0"
|
|
1683
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.11.0.tgz#1cc4445c98272128177161b2a31339e720818b12"
|
|
1684
|
+
integrity sha512-9j4iXVBUrHZ7eXgmKYyPTUOHUVwTENJntf3FuIdBMyTN+QFKVeyUJ11vHHPvn0PNI8BZ+b51CCp9kdqIG1K36Q==
|
|
1646
1685
|
dependencies:
|
|
1647
1686
|
"@salesforce/core" "^8.8.0"
|
|
1648
1687
|
"@salesforce/kit" "^3.2.2"
|
|
1649
1688
|
"@salesforce/ts-types" "^2.0.12"
|
|
1650
1689
|
fast-levenshtein "^3.0.0"
|
|
1651
|
-
fast-xml-parser "^4.5.
|
|
1690
|
+
fast-xml-parser "^4.5.1"
|
|
1652
1691
|
got "^11.8.6"
|
|
1653
1692
|
graceful-fs "^4.2.11"
|
|
1654
1693
|
ignore "^5.3.2"
|
|
@@ -2693,10 +2732,10 @@ ansis@^3.3.1, ansis@^3.3.2:
|
|
|
2693
2732
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
|
|
2694
2733
|
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
|
2695
2734
|
|
|
2696
|
-
ansis@^3.
|
|
2697
|
-
version "3.
|
|
2698
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.
|
|
2699
|
-
integrity sha512-
|
|
2735
|
+
ansis@^3.5.2:
|
|
2736
|
+
version "3.6.0"
|
|
2737
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.6.0.tgz#f4d8437fb27659bf5a6adca90135801919dee764"
|
|
2738
|
+
integrity sha512-8KluYVZM+vx19f5rInhdEBdIAjvBp7ASzyF/DoStcDpMJ3JOM55ybvUcs9nMRVP8XN2K3ABBdO7zCXezvrT0pg==
|
|
2700
2739
|
|
|
2701
2740
|
anymatch@~3.1.2:
|
|
2702
2741
|
version "3.1.2"
|
|
@@ -3569,6 +3608,13 @@ debug@^3.2.7:
|
|
|
3569
3608
|
dependencies:
|
|
3570
3609
|
ms "^2.1.1"
|
|
3571
3610
|
|
|
3611
|
+
debug@^4.4.0:
|
|
3612
|
+
version "4.4.0"
|
|
3613
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
|
|
3614
|
+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
|
|
3615
|
+
dependencies:
|
|
3616
|
+
ms "^2.1.3"
|
|
3617
|
+
|
|
3572
3618
|
decamelize-keys@^1.1.0:
|
|
3573
3619
|
version "1.1.0"
|
|
3574
3620
|
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
|
|
@@ -4410,7 +4456,7 @@ fast-xml-parser@4.4.1:
|
|
|
4410
4456
|
dependencies:
|
|
4411
4457
|
strnum "^1.0.5"
|
|
4412
4458
|
|
|
4413
|
-
fast-xml-parser@^4
|
|
4459
|
+
fast-xml-parser@^4:
|
|
4414
4460
|
version "4.5.0"
|
|
4415
4461
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
|
|
4416
4462
|
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
|
|
@@ -5980,6 +6026,11 @@ lilconfig@^3.1.2:
|
|
|
5980
6026
|
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
|
|
5981
6027
|
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
|
|
5982
6028
|
|
|
6029
|
+
lilconfig@^3.1.3:
|
|
6030
|
+
version "3.1.3"
|
|
6031
|
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
|
|
6032
|
+
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
|
|
6033
|
+
|
|
5983
6034
|
lines-and-columns@^1.1.6:
|
|
5984
6035
|
version "1.2.4"
|
|
5985
6036
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
3
|
"description": "Commands to interact with Salesforce agents",
|
|
4
|
-
"version": "1.7.3-dev.
|
|
4
|
+
"version": "1.7.3-dev.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@inquirer/prompts": "^7.2.0",
|
|
10
10
|
"@oclif/core": "^4",
|
|
11
11
|
"@oclif/multi-stage-output": "^0.7.12",
|
|
12
|
-
"@salesforce/agents": "
|
|
12
|
+
"@salesforce/agents": "0.5.10-dev.0",
|
|
13
13
|
"@salesforce/core": "^8.8.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"exports": "./lib/index.js",
|
|
222
222
|
"type": "module",
|
|
223
223
|
"sfdx": {
|
|
224
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.7.3-dev.
|
|
225
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.7.3-dev.
|
|
224
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.7.3-dev.5.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.7.3-dev.5.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$ref": "#/definitions/AgentTestResultsResult",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"AgentTestResultsResult": {
|
|
6
|
-
"$ref": "#/definitions/
|
|
6
|
+
"$ref": "#/definitions/AgentTestResultsResponse"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"AgentTestResultsResponse": {
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"status": {
|