@salesforce/plugin-signups 2.0.12 → 2.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.txt +1 -1
- package/README.md +7 -7
- package/lib/commands/org/create/shape.js +1 -3
- package/lib/commands/org/create/shape.js.map +1 -1
- package/lib/commands/org/create/snapshot.js +1 -3
- package/lib/commands/org/create/snapshot.js.map +1 -1
- package/lib/commands/org/delete/shape.js +2 -4
- package/lib/commands/org/delete/shape.js.map +1 -1
- package/lib/commands/org/delete/snapshot.js +1 -3
- package/lib/commands/org/delete/snapshot.js.map +1 -1
- package/lib/commands/org/get/snapshot.js +1 -3
- package/lib/commands/org/get/snapshot.js.map +1 -1
- package/lib/commands/org/list/shape.js +1 -3
- package/lib/commands/org/list/shape.js.map +1 -1
- package/lib/commands/org/list/snapshot.js +1 -3
- package/lib/commands/org/list/snapshot.js.map +1 -1
- package/lib/shared/deleteUtils.js +1 -3
- package/lib/shared/deleteUtils.js.map +1 -1
- package/lib/shared/orgShapeListUtils.js +2 -4
- package/lib/shared/orgShapeListUtils.js.map +1 -1
- package/lib/shared/snapshot.js +1 -3
- package/lib/shared/snapshot.js.map +1 -1
- package/oclif.lock +207 -184
- package/oclif.manifest.json +1 -8
- package/package.json +10 -10
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
|
|
122
122
|
$ sf org create shape --target-org SourceOrg
|
123
123
|
```
|
124
124
|
|
125
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
125
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/create/shape.ts)_
|
126
126
|
|
127
127
|
## `sf org create snapshot`
|
128
128
|
|
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
|
|
176
176
|
as a version control system tag or commit ID.
|
177
177
|
```
|
178
178
|
|
179
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
179
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/create/snapshot.ts)_
|
180
180
|
|
181
181
|
## `sf org delete shape`
|
182
182
|
|
@@ -215,7 +215,7 @@ EXAMPLES
|
|
215
215
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
216
216
|
```
|
217
217
|
|
218
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
218
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/delete/shape.ts)_
|
219
219
|
|
220
220
|
## `sf org delete snapshot`
|
221
221
|
|
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
|
|
258
258
|
The IDs of scratch org snapshots start with 0Oo.
|
259
259
|
```
|
260
260
|
|
261
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
261
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/delete/snapshot.ts)_
|
262
262
|
|
263
263
|
## `sf org get snapshot`
|
264
264
|
|
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
|
|
304
304
|
The IDs of scratch org snapshots start with 0Oo.
|
305
305
|
```
|
306
306
|
|
307
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
307
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/get/snapshot.ts)_
|
308
308
|
|
309
309
|
## `sf org list shape`
|
310
310
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
336
336
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
337
337
|
```
|
338
338
|
|
339
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
339
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/list/shape.ts)_
|
340
340
|
|
341
341
|
## `sf org list snapshot`
|
342
342
|
|
@@ -377,6 +377,6 @@ EXAMPLES
|
|
377
377
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
378
378
|
```
|
379
379
|
|
380
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
380
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.14/src/commands/org/list/snapshot.ts)_
|
381
381
|
|
382
382
|
<!-- commandsstop -->
|
@@ -4,12 +4,10 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { SfCommand, requiredOrgFlagWithDeprecations, orgApiVersionFlagWithDeprecations, loglevel, } from '@salesforce/sf-plugins-core';
|
10
8
|
import { Messages, Logger } from '@salesforce/core';
|
11
9
|
import { isShapeEnabled } from '../../../shared/orgShapeListUtils.js';
|
12
|
-
Messages.
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'shape.create');
|
14
12
|
export class OrgShapeCreateCommand extends SfCommand {
|
15
13
|
static summary = messages.getMessage('summary');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/create/shape.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/create/shape.ts"],"names":[],"mappings":"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"}
|
@@ -4,12 +4,10 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { Flags, SfCommand, loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
10
8
|
import { StateAggregator, Messages, SfError } from '@salesforce/core';
|
11
9
|
import { queryByNameOrId, printSingleRecordTable } from '../../../shared/snapshot.js';
|
12
|
-
Messages.
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'snapshot.create');
|
14
12
|
export class SnapshotCreate extends SfCommand {
|
15
13
|
static summary = messages.getMessage('summary');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,GAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAe,eAAe,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAEnG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,iBAAiB,CAAC,CAAC;AAExF,MAAM,OAAO,cAAe,SAAQ,SAAsB;IACjD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,2BAA2B,CAAC,CAAC;IACxD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG,MAAM,CAAC;IAC/B,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC;YACzB,oDAAoD;YACpD,4CAA4C;YAC5C,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;YACxD,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,CAAC,WAAW,CAAC;YACtB,gBAAgB,EAAE,IAAI;YACtB,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC;SACtF,CAAC;QACF,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;YACjB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;YAClD,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,CAAC,cAAc,CAAC;YACzB,gBAAgB,EAAE,IAAI;SACvB,CAAC;QACF,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC;YACxB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,2BAA2B,CAAC;YACzD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;SAClE,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAEnD,MAAM,IAAI,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;QACzE,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC;YAC9D,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;YAC9B,WAAW,EAAE,KAAK,CAAC,WAAW;YAC9B,YAAY,EAAE,KAAK,CAAC,IAAI;YACxB,OAAO,EAAE,cAAc;SACxB,CAAC,CAAC;QACH,IAAI,cAAc,CAAC,OAAO,KAAK,KAAK,EAAE,CAAC;YACrC,MAAM,IAAI,OAAO,CAAC,yCAAyC,CAAC,CAAC;QAC/D,CAAC;QACD,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,IAAI,EAAE,cAAc,CAAC,EAAE,CAAC,CAAC;QAC9D,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;YAChB,sBAAsB,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;;AAGH,MAAM,kBAAkB,GAAG,KAAK,EAAE,qBAA6B,EAAmB,EAAE;IAClF,MAAM,eAAe,GAAG,MAAM,eAAe,CAAC,MAAM,EAAE,CAAC;IACvD,MAAM,QAAQ,GAAG,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAC,IAAI,qBAAqB,CAAC;IAClG,MAAM,GAAG,GAAG,MAAM,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACtD,IAAI,CAAC,GAAG,EAAE,KAAK,EAAE,CAAC;QAChB,MAAM,IAAI,KAAK,CAAC,oBAAoB,qBAAqB,EAAE,CAAC,CAAC;IAC/D,CAAC;IACD,OAAO,GAAG,CAAC,KAAK,CAAC;AACnB,CAAC,CAAC"}
|
@@ -4,13 +4,11 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { Flags, SfCommand, requiredOrgFlagWithDeprecations, orgApiVersionFlagWithDeprecations, loglevel, } from '@salesforce/sf-plugins-core';
|
10
8
|
import { Messages, SfError } from '@salesforce/core';
|
11
9
|
import { isShapeEnabled } from '../../../shared/orgShapeListUtils.js';
|
12
10
|
import utils from '../../../shared/deleteUtils.js';
|
13
|
-
Messages.
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'shape.delete');
|
15
13
|
export class OrgShapeDeleteCommand extends SfCommand {
|
16
14
|
static summary = messages.getMessage('summary');
|
@@ -36,7 +34,7 @@ export class OrgShapeDeleteCommand extends SfCommand {
|
|
36
34
|
throw new SfError('No username found for target-org');
|
37
35
|
const orgId = flags['target-org'].getOrgId();
|
38
36
|
if (!flags['no-prompt']) {
|
39
|
-
if (!(await this.confirm(messages.getMessage('deleteCommandYesNo', [username])))) {
|
37
|
+
if (!(await this.confirm({ message: messages.getMessage('deleteCommandYesNo', [username]) }))) {
|
40
38
|
return;
|
41
39
|
}
|
42
40
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/shape.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/shape.ts"],"names":[],"mappings":"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"}
|
@@ -5,12 +5,10 @@
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
7
|
import { EOL } from 'node:os';
|
8
|
-
import { dirname } from 'node:path';
|
9
|
-
import { fileURLToPath } from 'node:url';
|
10
8
|
import { Flags, SfCommand, loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
11
9
|
import { Messages } from '@salesforce/core';
|
12
10
|
import { queryByNameOrId } from '../../../shared/snapshot.js';
|
13
|
-
Messages.
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'snapshot.delete');
|
15
13
|
// jsforce can return SaveError[] or never[]
|
16
14
|
const isSaveError = (error) => error.message !== undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAG9B,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,GAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9D,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,iBAAiB,CAAC,CAAC;AAExF,4CAA4C;AAC5C,MAAM,WAAW,GAAG,CAAC,KAAgB,EAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,KAAK,SAAS,CAAC;AAE1F,MAAM,OAAO,cAAe,SAAQ,SAAqB;IAChD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,2BAA2B,CAAC,CAAC;IACxD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG,MAAM,CAAC;IAE/B,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;YAC9D,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,iFAAiF;QACjF,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACnD,MAAM,IAAI,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;QACzE,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC3D,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACzE,IAAI,YAAY,CAAC,OAAO,EAAE,CAAC;YACzB,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;YAClE,OAAO,YAAY,CAAC;QACtB,CAAC;QACD,MAAM,IAAI,KAAK,CACb,YAAY,CAAC,MAAM;aAChB,MAAM,CAAC,WAAW,CAAC;aACnB,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC;aAC7B,IAAI,CAAC,GAAG,CAAC,CACb,CAAC;IACJ,CAAC"}
|
@@ -4,12 +4,10 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { Flags, SfCommand, loglevel, requiredHubFlagWithDeprecations, orgApiVersionFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
10
8
|
import { Messages } from '@salesforce/core';
|
11
9
|
import { queryByNameOrId, printSingleRecordTable } from '../../../shared/snapshot.js';
|
12
|
-
Messages.
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'snapshot.get');
|
14
12
|
export class SnapshotGet extends SfCommand {
|
15
13
|
static summary = messages.getMessage('summary');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,KAAK,EACL,SAAS,EACT,QAAQ,EACR,+BAA+B,EAC/B,iCAAiC,GAClC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,eAAe,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAEnG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,cAAc,CAAC,CAAC;AAErF,MAAM,OAAO,WAAY,SAAQ,SAAsB;IAC9C,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,wBAAwB,CAAC,CAAC;IACrD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG,MAAM,CAAC;IAE/B,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;YAC9D,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAChD,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;QAClH,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,sBAAsB,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC"}
|
@@ -4,13 +4,11 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { Flags, loglevel, SfCommand } from '@salesforce/sf-plugins-core';
|
10
8
|
import { Messages } from '@salesforce/core';
|
11
9
|
import chalk from 'chalk';
|
12
10
|
import utils from '../../../shared/orgShapeListUtils.js';
|
13
|
-
Messages.
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'shape.list');
|
15
13
|
// default columns for the shape list
|
16
14
|
const orgShapeColumns = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/list/shape.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/list/shape.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAA6B,MAAM,sCAAsC,CAAC;AAEjF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,YAAY,CAAC,CAAC;AAEnF,qCAAqC;AACrC,MAAM,eAAe,GAAG;IACtB,KAAK,EAAE;QACL,MAAM,EAAE,OAAO;QACf,GAAG,EAAE,CAAC,IAAwB,EAAU,EAAE,CAAC,IAAI,CAAC,KAAK,IAAI,EAAE;KAC5D;IACD,QAAQ,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE;IAChC,KAAK,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;IAC3B,MAAM,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE;IAClC,SAAS,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE;IACnC,WAAW,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE;CACxC,CAAC;AAEF,MAAM,OAAO,mBAAoB,SAAQ,SAA+B;IAC/D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,sBAAsB,CAAC,CAAC;IACnD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IAExC,MAAM,CAAU,KAAK,GAAG;QAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;YACrB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,MAAM,EAAE,IAAI;SACb,CAAC;QACF,QAAQ;KACT,CAAC;IAEF,kDAAkD;IAClD,wDAAwD;IACjD,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,KAAK,CAAC,oCAAoC,EAAE,CAAC;QACjF,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;QACpC,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC3B,IAAI,CAAC,GAAG,EAAE,CAAC;YACX,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC;YAC9C,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;QAChC,IAAI,CAAC,KAAK,CACR,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAC/G,eAAe,CAChB,CAAC;QACF,OAAO,SAAS,CAAC;IACnB,CAAC"}
|
@@ -4,12 +4,10 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, SfCommand, } from '@salesforce/sf-plugins-core';
|
10
8
|
import { Messages } from '@salesforce/core';
|
11
9
|
import { queryAll, printRecordTable } from '../../../shared/snapshot.js';
|
12
|
-
Messages.
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'snapshot.list');
|
14
12
|
export class SnapshotList extends SfCommand {
|
15
13
|
static summary = messages.getMessage('summary');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAe,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAEtF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,eAAe,CAAC,CAAC;AAEtF,MAAM,OAAO,YAAa,SAAQ,SAAwB;IACjD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG,MAAM,CAAC;IAC/B,MAAM,CAAU,KAAK,GAAG;QAC7B,gBAAgB,EAAE,+BAA+B;QACjD,aAAa,EAAE,iCAAiC;QAChD,QAAQ;KACT,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QAC5F,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC5B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC"}
|
@@ -4,8 +4,6 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { Messages } from '@salesforce/core';
|
10
8
|
/**
|
11
9
|
* Delete all ShapeRepresentation records for the shapeOrg.
|
@@ -28,7 +26,7 @@ export const deleteAll = async (conn, username) => {
|
|
28
26
|
catch (err) {
|
29
27
|
const JsForceErr = err;
|
30
28
|
if (JsForceErr.errorCode && JsForceErr.errorCode === 'INVALID_TYPE') {
|
31
|
-
Messages.
|
29
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
32
30
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'shape.delete');
|
33
31
|
// ShapeExportPref is not enabled, or user does not have CRUD access
|
34
32
|
throw messages.createError('noAccess', [username]);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"deleteUtils.js","sourceRoot":"","sources":["../../src/shared/deleteUtils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"deleteUtils.js","sourceRoot":"","sources":["../../src/shared/deleteUtils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,QAAQ,EAAc,MAAM,kBAAkB,CAAC;AAuBxD;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,EAAE,IAAgB,EAAE,QAAgB,EAA4B,EAAE;IAC9F,IAAI,QAAQ,GAAa,EAAE,CAAC;IAC5B,MAAM,eAAe,GAAoB;QACvC,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;KACb,CAAC;IACF,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAsB,oCAAoC,CAAC,CAAC;QAC3F,IAAI,MAAM,CAAC,SAAS,KAAK,CAAC,EAAE,CAAC;YAC3B,OAAO,eAAe,CAAC;QACzB,CAAC;QACD,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IACrD,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,MAAM,UAAU,GAAG,GAAmB,CAAC;QACvC,IAAI,UAAU,CAAC,SAAS,IAAI,UAAU,CAAC,SAAS,KAAK,cAAc,EAAE,CAAC;YACpE,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,cAAc,CAAC,CAAC;YAErF,oEAAoE;YACpE,MAAM,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;QACrD,CAAC;QACD,mBAAmB;QACnB,MAAM,UAAU,CAAC;IACnB,CAAC;IAED,MAAM,OAAO,CAAC,GAAG,CACf,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE;QACxB,IAAI,CAAC;YACH,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;YACvE,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;gBACtB,eAAe,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YACpC,CAAC;QACH,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,eAAe,CAAC,QAAQ,CAAC,IAAI,CAAC;gBAC5B,OAAO,EAAE,EAAE;gBACX,OAAO,EAAE,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,4BAA4B;aAC3E,CAAC,CAAC;QACL,CAAC;IACH,CAAC,CAAC,CACH,CAAC;IAEF,OAAO,eAAe,CAAC;AACzB,CAAC,CAAC;AAEF,eAAe;IACb,SAAS;CACV,CAAC"}
|
@@ -4,8 +4,6 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { AuthInfo, Logger, Messages, Org, SfError } from '@salesforce/core';
|
10
8
|
import { settleAll } from '@salesforce/kit';
|
11
9
|
export async function getAllShapesFromOrg(orgAuth) {
|
@@ -35,7 +33,7 @@ export async function getAllShapesFromOrg(orgAuth) {
|
|
35
33
|
else {
|
36
34
|
logger.error(false, 'Error finding org shapes', JsForceErr);
|
37
35
|
const error = SfError.wrap(JsForceErr);
|
38
|
-
Messages.
|
36
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
39
37
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'messages');
|
40
38
|
error.message = messages.getMessage('errorWithOrg', [orgAuth.username, JsForceErr.message]);
|
41
39
|
return Promise.reject(error);
|
@@ -53,7 +51,7 @@ export async function isShapeEnabled(conn) {
|
|
53
51
|
export const getAllOrgShapesFromAuthenticatedOrgs = async () => {
|
54
52
|
const orgs = await AuthInfo.listAllAuthorizations((orgAuth) => !orgAuth.error && !orgAuth.isScratchOrg);
|
55
53
|
if (orgs.length === 0) {
|
56
|
-
Messages.
|
54
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
57
55
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'messages');
|
58
56
|
throw messages.createError('noAuthFound');
|
59
57
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"orgShapeListUtils.js","sourceRoot":"","sources":["../../src/shared/orgShapeListUtils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"orgShapeListUtils.js","sourceRoot":"","sources":["../../src/shared/orgShapeListUtils.ts"],"names":[],"mappings":"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"}
|
package/lib/shared/snapshot.js
CHANGED
@@ -4,12 +4,10 @@
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
6
6
|
*/
|
7
|
-
import { dirname } from 'node:path';
|
8
|
-
import { fileURLToPath } from 'node:url';
|
9
7
|
import { ux } from '@oclif/core';
|
10
8
|
import { SfError, Messages } from '@salesforce/core';
|
11
9
|
import { capitalCase } from 'change-case';
|
12
|
-
Messages.
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-signups', 'snapshot');
|
14
12
|
export const ORG_SNAPSHOT_FIELDS = [
|
15
13
|
'Id',
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../src/shared/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../src/shared/snapshot.ts"],"names":[],"mappings":"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"}
|
package/oclif.lock
CHANGED
@@ -443,6 +443,59 @@
|
|
443
443
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
444
444
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
445
445
|
|
446
|
+
"@inquirer/confirm@^2.0.15":
|
447
|
+
version "2.0.15"
|
448
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
449
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
450
|
+
dependencies:
|
451
|
+
"@inquirer/core" "^5.1.1"
|
452
|
+
"@inquirer/type" "^1.1.5"
|
453
|
+
chalk "^4.1.2"
|
454
|
+
|
455
|
+
"@inquirer/core@^5.1.1":
|
456
|
+
version "5.1.1"
|
457
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
458
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
459
|
+
dependencies:
|
460
|
+
"@inquirer/type" "^1.1.5"
|
461
|
+
"@types/mute-stream" "^0.0.4"
|
462
|
+
"@types/node" "^20.9.0"
|
463
|
+
"@types/wrap-ansi" "^3.0.0"
|
464
|
+
ansi-escapes "^4.3.2"
|
465
|
+
chalk "^4.1.2"
|
466
|
+
cli-spinners "^2.9.1"
|
467
|
+
cli-width "^4.1.0"
|
468
|
+
figures "^3.2.0"
|
469
|
+
mute-stream "^1.0.0"
|
470
|
+
run-async "^3.0.0"
|
471
|
+
signal-exit "^4.1.0"
|
472
|
+
strip-ansi "^6.0.1"
|
473
|
+
wrap-ansi "^6.2.0"
|
474
|
+
|
475
|
+
"@inquirer/input@^1.2.14":
|
476
|
+
version "1.2.14"
|
477
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
478
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
479
|
+
dependencies:
|
480
|
+
"@inquirer/core" "^5.1.1"
|
481
|
+
"@inquirer/type" "^1.1.5"
|
482
|
+
chalk "^4.1.2"
|
483
|
+
|
484
|
+
"@inquirer/password@^1.1.14":
|
485
|
+
version "1.1.14"
|
486
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
487
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
488
|
+
dependencies:
|
489
|
+
"@inquirer/input" "^1.2.14"
|
490
|
+
"@inquirer/type" "^1.1.5"
|
491
|
+
ansi-escapes "^4.3.2"
|
492
|
+
chalk "^4.1.2"
|
493
|
+
|
494
|
+
"@inquirer/type@^1.1.5":
|
495
|
+
version "1.1.5"
|
496
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
497
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
498
|
+
|
446
499
|
"@isaacs/cliui@^8.0.2":
|
447
500
|
version "8.0.2"
|
448
501
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
@@ -736,10 +789,10 @@
|
|
736
789
|
wordwrap "^1.0.0"
|
737
790
|
wrap-ansi "^7.0.0"
|
738
791
|
|
739
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
740
|
-
version "3.
|
741
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
742
|
-
integrity sha512
|
792
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
793
|
+
version "3.16.0"
|
794
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
795
|
+
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
743
796
|
dependencies:
|
744
797
|
ansi-escapes "^4.3.2"
|
745
798
|
ansi-styles "^4.3.0"
|
@@ -917,12 +970,12 @@
|
|
917
970
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
918
971
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
919
972
|
|
920
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
921
|
-
version "5.1.
|
922
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
923
|
-
integrity sha512-
|
973
|
+
"@salesforce/cli-plugins-testkit@^5.1.3":
|
974
|
+
version "5.1.3"
|
975
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
976
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
924
977
|
dependencies:
|
925
|
-
"@salesforce/core" "^6.4.
|
978
|
+
"@salesforce/core" "^6.4.2"
|
926
979
|
"@salesforce/kit" "^3.0.15"
|
927
980
|
"@salesforce/ts-types" "^2.0.9"
|
928
981
|
"@types/shelljs" "^0.8.15"
|
@@ -932,31 +985,7 @@
|
|
932
985
|
strip-ansi "6.0.1"
|
933
986
|
ts-retry-promise "^0.7.1"
|
934
987
|
|
935
|
-
"@salesforce/core@^
|
936
|
-
version "5.3.20"
|
937
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
938
|
-
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
939
|
-
dependencies:
|
940
|
-
"@salesforce/kit" "^3.0.15"
|
941
|
-
"@salesforce/schemas" "^1.6.1"
|
942
|
-
"@salesforce/ts-types" "^2.0.9"
|
943
|
-
"@types/semver" "^7.5.4"
|
944
|
-
ajv "^8.12.0"
|
945
|
-
change-case "^4.1.2"
|
946
|
-
faye "^1.4.0"
|
947
|
-
form-data "^4.0.0"
|
948
|
-
js2xmlparser "^4.0.1"
|
949
|
-
jsforce "^2.0.0-beta.28"
|
950
|
-
jsonwebtoken "9.0.2"
|
951
|
-
jszip "3.10.1"
|
952
|
-
pino "^8.16.0"
|
953
|
-
pino-abstract-transport "^1.0.0"
|
954
|
-
pino-pretty "^10.2.3"
|
955
|
-
proper-lockfile "^4.1.2"
|
956
|
-
semver "^7.5.4"
|
957
|
-
ts-retry-promise "^0.7.1"
|
958
|
-
|
959
|
-
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
988
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
960
989
|
version "6.4.2"
|
961
990
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
962
991
|
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
@@ -985,16 +1014,16 @@
|
|
985
1014
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
986
1015
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
987
1016
|
|
988
|
-
"@salesforce/dev-scripts@^8.
|
989
|
-
version "8.
|
990
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
991
|
-
integrity sha512-
|
1017
|
+
"@salesforce/dev-scripts@^8.2.0":
|
1018
|
+
version "8.2.0"
|
1019
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
|
1020
|
+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
|
992
1021
|
dependencies:
|
993
1022
|
"@commitlint/cli" "^17.1.2"
|
994
1023
|
"@commitlint/config-conventional" "^17.8.1"
|
995
1024
|
"@salesforce/dev-config" "^4.1.0"
|
996
1025
|
"@salesforce/prettier-config" "^0.0.3"
|
997
|
-
"@types/chai" "^4.3.
|
1026
|
+
"@types/chai" "^4.3.11"
|
998
1027
|
"@types/mocha" "^10.0.6"
|
999
1028
|
"@types/node" "^18"
|
1000
1029
|
"@types/sinon" "^10.0.20"
|
@@ -1025,15 +1054,15 @@
|
|
1025
1054
|
"@salesforce/ts-types" "^2.0.9"
|
1026
1055
|
tslib "^2.6.2"
|
1027
1056
|
|
1028
|
-
"@salesforce/plugin-command-reference@^3.0.
|
1029
|
-
version "3.0.
|
1030
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
1031
|
-
integrity sha512-
|
1057
|
+
"@salesforce/plugin-command-reference@^3.0.58":
|
1058
|
+
version "3.0.58"
|
1059
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
|
1060
|
+
integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
|
1032
1061
|
dependencies:
|
1033
|
-
"@oclif/core" "^3.
|
1034
|
-
"@salesforce/core" "^6.4.
|
1062
|
+
"@oclif/core" "^3.15.1"
|
1063
|
+
"@salesforce/core" "^6.4.1"
|
1035
1064
|
"@salesforce/kit" "^3.0.15"
|
1036
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
1065
|
+
"@salesforce/sf-plugins-core" "^5.0.12"
|
1037
1066
|
"@salesforce/ts-types" "^2.0.9"
|
1038
1067
|
chalk "^4"
|
1039
1068
|
handlebars "^4.7.8"
|
@@ -1049,12 +1078,12 @@
|
|
1049
1078
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
1050
1079
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
1051
1080
|
|
1052
|
-
"@salesforce/sf-plugins-core@^5.0.12"
|
1053
|
-
version "5.0.
|
1054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
1055
|
-
integrity sha512-
|
1081
|
+
"@salesforce/sf-plugins-core@^5.0.12":
|
1082
|
+
version "5.0.13"
|
1083
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
1084
|
+
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
1056
1085
|
dependencies:
|
1057
|
-
"@oclif/core" "^3.15.
|
1086
|
+
"@oclif/core" "^3.15.1"
|
1058
1087
|
"@salesforce/core" "^6.4.1"
|
1059
1088
|
"@salesforce/kit" "^3.0.15"
|
1060
1089
|
"@salesforce/ts-types" "^2.0.9"
|
@@ -1062,6 +1091,19 @@
|
|
1062
1091
|
chalk "^4"
|
1063
1092
|
inquirer "^8.2.5"
|
1064
1093
|
|
1094
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
1095
|
+
version "7.0.0"
|
1096
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
1097
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
1098
|
+
dependencies:
|
1099
|
+
"@inquirer/confirm" "^2.0.15"
|
1100
|
+
"@inquirer/password" "^1.1.14"
|
1101
|
+
"@oclif/core" "^3.16.0"
|
1102
|
+
"@salesforce/core" "^6.4.2"
|
1103
|
+
"@salesforce/kit" "^3.0.15"
|
1104
|
+
"@salesforce/ts-types" "^2.0.9"
|
1105
|
+
chalk "^5.3.0"
|
1106
|
+
|
1065
1107
|
"@salesforce/ts-types@^2.0.9":
|
1066
1108
|
version "2.0.9"
|
1067
1109
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
@@ -1163,10 +1205,10 @@
|
|
1163
1205
|
dependencies:
|
1164
1206
|
"@types/chai" "*"
|
1165
1207
|
|
1166
|
-
"@types/chai@*", "@types/chai@^4.3.
|
1167
|
-
version "4.3.
|
1168
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
1169
|
-
integrity sha512-
|
1208
|
+
"@types/chai@*", "@types/chai@^4.3.11":
|
1209
|
+
version "4.3.11"
|
1210
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
1211
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
1170
1212
|
|
1171
1213
|
"@types/cli-progress@^3.11.0":
|
1172
1214
|
version "3.11.0"
|
@@ -1201,7 +1243,7 @@
|
|
1201
1243
|
"@types/through" "*"
|
1202
1244
|
rxjs "^7.2.0"
|
1203
1245
|
|
1204
|
-
"@types/json-schema@^7.0.12"
|
1246
|
+
"@types/json-schema@^7.0.12":
|
1205
1247
|
version "7.0.12"
|
1206
1248
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
1207
1249
|
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
@@ -1250,10 +1292,17 @@
|
|
1250
1292
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
1251
1293
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
1252
1294
|
|
1253
|
-
"@types/
|
1254
|
-
version "
|
1255
|
-
resolved "https://registry.yarnpkg.com/@types/
|
1256
|
-
integrity sha512-
|
1295
|
+
"@types/mute-stream@^0.0.4":
|
1296
|
+
version "0.0.4"
|
1297
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
1298
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
1299
|
+
dependencies:
|
1300
|
+
"@types/node" "*"
|
1301
|
+
|
1302
|
+
"@types/node@*", "@types/node@^20.9.0":
|
1303
|
+
version "20.10.6"
|
1304
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
1305
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
1257
1306
|
dependencies:
|
1258
1307
|
undici-types "~5.26.4"
|
1259
1308
|
|
@@ -1267,6 +1316,13 @@
|
|
1267
1316
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
1268
1317
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
1269
1318
|
|
1319
|
+
"@types/node@^18":
|
1320
|
+
version "18.18.9"
|
1321
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
|
1322
|
+
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
|
1323
|
+
dependencies:
|
1324
|
+
undici-types "~5.26.4"
|
1325
|
+
|
1270
1326
|
"@types/normalize-package-data@^2.4.0":
|
1271
1327
|
version "2.4.1"
|
1272
1328
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
@@ -1284,7 +1340,7 @@
|
|
1284
1340
|
dependencies:
|
1285
1341
|
"@types/node" "*"
|
1286
1342
|
|
1287
|
-
"@types/semver@^7.
|
1343
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.6":
|
1288
1344
|
version "7.5.6"
|
1289
1345
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
1290
1346
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
@@ -1324,6 +1380,11 @@
|
|
1324
1380
|
"@types/expect" "^1.20.4"
|
1325
1381
|
"@types/node" "*"
|
1326
1382
|
|
1383
|
+
"@types/wrap-ansi@^3.0.0":
|
1384
|
+
version "3.0.0"
|
1385
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
1386
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
1387
|
+
|
1327
1388
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
1328
1389
|
version "6.11.0"
|
1329
1390
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
@@ -1352,14 +1413,6 @@
|
|
1352
1413
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
1353
1414
|
debug "^4.3.4"
|
1354
1415
|
|
1355
|
-
"@typescript-eslint/scope-manager@5.62.0":
|
1356
|
-
version "5.62.0"
|
1357
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
1358
|
-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
1359
|
-
dependencies:
|
1360
|
-
"@typescript-eslint/types" "5.62.0"
|
1361
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
1362
|
-
|
1363
1416
|
"@typescript-eslint/scope-manager@6.11.0":
|
1364
1417
|
version "6.11.0"
|
1365
1418
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
@@ -1368,6 +1421,14 @@
|
|
1368
1421
|
"@typescript-eslint/types" "6.11.0"
|
1369
1422
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
1370
1423
|
|
1424
|
+
"@typescript-eslint/scope-manager@6.16.0":
|
1425
|
+
version "6.16.0"
|
1426
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
|
1427
|
+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
|
1428
|
+
dependencies:
|
1429
|
+
"@typescript-eslint/types" "6.16.0"
|
1430
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
1431
|
+
|
1371
1432
|
"@typescript-eslint/type-utils@6.11.0":
|
1372
1433
|
version "6.11.0"
|
1373
1434
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
@@ -1378,28 +1439,15 @@
|
|
1378
1439
|
debug "^4.3.4"
|
1379
1440
|
ts-api-utils "^1.0.1"
|
1380
1441
|
|
1381
|
-
"@typescript-eslint/types@5.62.0":
|
1382
|
-
version "5.62.0"
|
1383
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
1384
|
-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
1385
|
-
|
1386
1442
|
"@typescript-eslint/types@6.11.0":
|
1387
1443
|
version "6.11.0"
|
1388
1444
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
1389
1445
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
1390
1446
|
|
1391
|
-
"@typescript-eslint/
|
1392
|
-
version "
|
1393
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
1394
|
-
integrity sha512-
|
1395
|
-
dependencies:
|
1396
|
-
"@typescript-eslint/types" "5.62.0"
|
1397
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
1398
|
-
debug "^4.3.4"
|
1399
|
-
globby "^11.1.0"
|
1400
|
-
is-glob "^4.0.3"
|
1401
|
-
semver "^7.3.7"
|
1402
|
-
tsutils "^3.21.0"
|
1447
|
+
"@typescript-eslint/types@6.16.0":
|
1448
|
+
version "6.16.0"
|
1449
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
|
1450
|
+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
|
1403
1451
|
|
1404
1452
|
"@typescript-eslint/typescript-estree@6.11.0":
|
1405
1453
|
version "6.11.0"
|
@@ -1414,7 +1462,21 @@
|
|
1414
1462
|
semver "^7.5.4"
|
1415
1463
|
ts-api-utils "^1.0.1"
|
1416
1464
|
|
1417
|
-
"@typescript-eslint/
|
1465
|
+
"@typescript-eslint/typescript-estree@6.16.0":
|
1466
|
+
version "6.16.0"
|
1467
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
|
1468
|
+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
|
1469
|
+
dependencies:
|
1470
|
+
"@typescript-eslint/types" "6.16.0"
|
1471
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
1472
|
+
debug "^4.3.4"
|
1473
|
+
globby "^11.1.0"
|
1474
|
+
is-glob "^4.0.3"
|
1475
|
+
minimatch "9.0.3"
|
1476
|
+
semver "^7.5.4"
|
1477
|
+
ts-api-utils "^1.0.1"
|
1478
|
+
|
1479
|
+
"@typescript-eslint/utils@6.11.0":
|
1418
1480
|
version "6.11.0"
|
1419
1481
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
1420
1482
|
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
@@ -1427,27 +1489,18 @@
|
|
1427
1489
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
1428
1490
|
semver "^7.5.4"
|
1429
1491
|
|
1430
|
-
"@typescript-eslint/utils@^
|
1431
|
-
version "
|
1432
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-
|
1433
|
-
integrity sha512-
|
1492
|
+
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.13.2":
|
1493
|
+
version "6.16.0"
|
1494
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
|
1495
|
+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
|
1434
1496
|
dependencies:
|
1435
|
-
"@eslint-community/eslint-utils" "^4.
|
1436
|
-
"@types/json-schema" "^7.0.
|
1437
|
-
"@types/semver" "^7.
|
1438
|
-
"@typescript-eslint/scope-manager" "
|
1439
|
-
"@typescript-eslint/types" "
|
1440
|
-
"@typescript-eslint/typescript-estree" "
|
1441
|
-
|
1442
|
-
semver "^7.3.7"
|
1443
|
-
|
1444
|
-
"@typescript-eslint/visitor-keys@5.62.0":
|
1445
|
-
version "5.62.0"
|
1446
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
1447
|
-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
|
1448
|
-
dependencies:
|
1449
|
-
"@typescript-eslint/types" "5.62.0"
|
1450
|
-
eslint-visitor-keys "^3.3.0"
|
1497
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
1498
|
+
"@types/json-schema" "^7.0.12"
|
1499
|
+
"@types/semver" "^7.5.0"
|
1500
|
+
"@typescript-eslint/scope-manager" "6.16.0"
|
1501
|
+
"@typescript-eslint/types" "6.16.0"
|
1502
|
+
"@typescript-eslint/typescript-estree" "6.16.0"
|
1503
|
+
semver "^7.5.4"
|
1451
1504
|
|
1452
1505
|
"@typescript-eslint/visitor-keys@6.11.0":
|
1453
1506
|
version "6.11.0"
|
@@ -1457,6 +1510,14 @@
|
|
1457
1510
|
"@typescript-eslint/types" "6.11.0"
|
1458
1511
|
eslint-visitor-keys "^3.4.1"
|
1459
1512
|
|
1513
|
+
"@typescript-eslint/visitor-keys@6.16.0":
|
1514
|
+
version "6.16.0"
|
1515
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
|
1516
|
+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
|
1517
|
+
dependencies:
|
1518
|
+
"@typescript-eslint/types" "6.16.0"
|
1519
|
+
eslint-visitor-keys "^3.4.1"
|
1520
|
+
|
1460
1521
|
"@ungap/structured-clone@^1.2.0":
|
1461
1522
|
version "1.2.0"
|
1462
1523
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2228,10 +2289,10 @@ cli-progress@^3.12.0:
|
|
2228
2289
|
dependencies:
|
2229
2290
|
string-width "^4.2.3"
|
2230
2291
|
|
2231
|
-
cli-spinners@^2.5.0:
|
2232
|
-
version "2.
|
2233
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.
|
2234
|
-
integrity sha512-
|
2292
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
2293
|
+
version "2.9.2"
|
2294
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
2295
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
2235
2296
|
|
2236
2297
|
cli-table@^0.3.1:
|
2237
2298
|
version "0.3.11"
|
@@ -2245,6 +2306,11 @@ cli-width@^3.0.0:
|
|
2245
2306
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
2246
2307
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
2247
2308
|
|
2309
|
+
cli-width@^4.1.0:
|
2310
|
+
version "4.1.0"
|
2311
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
2312
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
2313
|
+
|
2248
2314
|
cliui@^6.0.0:
|
2249
2315
|
version "6.0.0"
|
2250
2316
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
@@ -3028,13 +3094,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
3028
3094
|
minimatch "^9.0.3"
|
3029
3095
|
natural-compare-lite "^1.4.0"
|
3030
3096
|
|
3031
|
-
eslint-plugin-sf-plugin@^1.
|
3032
|
-
version "1.
|
3033
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
3034
|
-
integrity sha512-
|
3097
|
+
eslint-plugin-sf-plugin@^1.17.0:
|
3098
|
+
version "1.17.0"
|
3099
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
|
3100
|
+
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
|
3035
3101
|
dependencies:
|
3036
|
-
"@salesforce/core" "^
|
3037
|
-
"@typescript-eslint/utils" "^
|
3102
|
+
"@salesforce/core" "^6.4.0"
|
3103
|
+
"@typescript-eslint/utils" "^6.13.2"
|
3038
3104
|
|
3039
3105
|
eslint-plugin-unicorn@^49.0.0:
|
3040
3106
|
version "49.0.0"
|
@@ -3056,14 +3122,6 @@ eslint-plugin-unicorn@^49.0.0:
|
|
3056
3122
|
semver "^7.5.4"
|
3057
3123
|
strip-indent "^3.0.0"
|
3058
3124
|
|
3059
|
-
eslint-scope@^5.1.1:
|
3060
|
-
version "5.1.1"
|
3061
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
3062
|
-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
3063
|
-
dependencies:
|
3064
|
-
esrecurse "^4.3.0"
|
3065
|
-
estraverse "^4.1.1"
|
3066
|
-
|
3067
3125
|
eslint-scope@^7.2.2:
|
3068
3126
|
version "7.2.2"
|
3069
3127
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
@@ -3149,11 +3207,6 @@ esrecurse@^4.3.0:
|
|
3149
3207
|
dependencies:
|
3150
3208
|
estraverse "^5.2.0"
|
3151
3209
|
|
3152
|
-
estraverse@^4.1.1:
|
3153
|
-
version "4.3.0"
|
3154
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
3155
|
-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
3156
|
-
|
3157
3210
|
estraverse@^5.1.0, estraverse@^5.2.0:
|
3158
3211
|
version "5.3.0"
|
3159
3212
|
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
@@ -3307,7 +3360,7 @@ faye@^1.4.0:
|
|
3307
3360
|
tough-cookie "*"
|
3308
3361
|
tunnel-agent "*"
|
3309
3362
|
|
3310
|
-
figures@^3.0.0:
|
3363
|
+
figures@^3.0.0, figures@^3.2.0:
|
3311
3364
|
version "3.2.0"
|
3312
3365
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
3313
3366
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
@@ -3653,7 +3706,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
3653
3706
|
once "^1.3.0"
|
3654
3707
|
path-is-absolute "^1.0.0"
|
3655
3708
|
|
3656
|
-
glob@^8.0.
|
3709
|
+
glob@^8.0.1, glob@^8.0.3:
|
3657
3710
|
version "8.1.0"
|
3658
3711
|
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
3659
3712
|
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
@@ -3837,14 +3890,6 @@ header-case@^2.0.4:
|
|
3837
3890
|
capital-case "^1.0.4"
|
3838
3891
|
tslib "^2.0.3"
|
3839
3892
|
|
3840
|
-
help-me@^4.0.1:
|
3841
|
-
version "4.2.0"
|
3842
|
-
resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563"
|
3843
|
-
integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
|
3844
|
-
dependencies:
|
3845
|
-
glob "^8.0.0"
|
3846
|
-
readable-stream "^3.6.0"
|
3847
|
-
|
3848
3893
|
help-me@^5.0.0:
|
3849
3894
|
version "5.0.0"
|
3850
3895
|
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
@@ -5116,6 +5161,13 @@ minimatch@5.0.1:
|
|
5116
5161
|
dependencies:
|
5117
5162
|
brace-expansion "^2.0.1"
|
5118
5163
|
|
5164
|
+
minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3:
|
5165
|
+
version "9.0.3"
|
5166
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
5167
|
+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
5168
|
+
dependencies:
|
5169
|
+
brace-expansion "^2.0.1"
|
5170
|
+
|
5119
5171
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
5120
5172
|
version "3.1.2"
|
5121
5173
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
@@ -5130,13 +5182,6 @@ minimatch@^5.0.1:
|
|
5130
5182
|
dependencies:
|
5131
5183
|
brace-expansion "^2.0.1"
|
5132
5184
|
|
5133
|
-
minimatch@^9.0.1, minimatch@^9.0.3:
|
5134
|
-
version "9.0.3"
|
5135
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
5136
|
-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
5137
|
-
dependencies:
|
5138
|
-
brace-expansion "^2.0.1"
|
5139
|
-
|
5140
5185
|
minimist-options@4.1.0:
|
5141
5186
|
version "4.1.0"
|
5142
5187
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
@@ -5325,6 +5370,11 @@ mute-stream@0.0.8:
|
|
5325
5370
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
5326
5371
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
5327
5372
|
|
5373
|
+
mute-stream@^1.0.0:
|
5374
|
+
version "1.0.0"
|
5375
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
5376
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
5377
|
+
|
5328
5378
|
nanoid@3.3.3:
|
5329
5379
|
version "3.3.3"
|
5330
5380
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
@@ -5971,26 +6021,6 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
5971
6021
|
readable-stream "^4.0.0"
|
5972
6022
|
split2 "^4.0.0"
|
5973
6023
|
|
5974
|
-
pino-pretty@^10.2.3:
|
5975
|
-
version "10.2.3"
|
5976
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
|
5977
|
-
integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
|
5978
|
-
dependencies:
|
5979
|
-
colorette "^2.0.7"
|
5980
|
-
dateformat "^4.6.3"
|
5981
|
-
fast-copy "^3.0.0"
|
5982
|
-
fast-safe-stringify "^2.1.1"
|
5983
|
-
help-me "^4.0.1"
|
5984
|
-
joycon "^3.1.1"
|
5985
|
-
minimist "^1.2.6"
|
5986
|
-
on-exit-leak-free "^2.1.0"
|
5987
|
-
pino-abstract-transport "^1.0.0"
|
5988
|
-
pump "^3.0.0"
|
5989
|
-
readable-stream "^4.0.0"
|
5990
|
-
secure-json-parse "^2.4.0"
|
5991
|
-
sonic-boom "^3.0.0"
|
5992
|
-
strip-json-comments "^3.1.1"
|
5993
|
-
|
5994
6024
|
pino-pretty@^10.3.0:
|
5995
6025
|
version "10.3.0"
|
5996
6026
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
@@ -6016,7 +6046,7 @@ pino-std-serializers@^6.0.0:
|
|
6016
6046
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
6017
6047
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
6018
6048
|
|
6019
|
-
pino@^8.16.
|
6049
|
+
pino@^8.16.2:
|
6020
6050
|
version "8.16.2"
|
6021
6051
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
6022
6052
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
@@ -6456,6 +6486,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
6456
6486
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
6457
6487
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
6458
6488
|
|
6489
|
+
run-async@^3.0.0:
|
6490
|
+
version "3.0.0"
|
6491
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
6492
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
6493
|
+
|
6459
6494
|
run-parallel@^1.1.9:
|
6460
6495
|
version "1.2.0"
|
6461
6496
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
@@ -6553,7 +6588,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
6553
6588
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
6554
6589
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
6555
6590
|
|
6556
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.
|
6591
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
|
6557
6592
|
version "7.5.4"
|
6558
6593
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
6559
6594
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
@@ -6668,7 +6703,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
6668
6703
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
6669
6704
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
6670
6705
|
|
6671
|
-
signal-exit@^4.0.1:
|
6706
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
6672
6707
|
version "4.1.0"
|
6673
6708
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
6674
6709
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
@@ -7158,7 +7193,7 @@ tsconfig-paths@^3.14.2:
|
|
7158
7193
|
minimist "^1.2.6"
|
7159
7194
|
strip-bom "^3.0.0"
|
7160
7195
|
|
7161
|
-
tslib@^1.
|
7196
|
+
tslib@^1.9.0:
|
7162
7197
|
version "1.14.1"
|
7163
7198
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
7164
7199
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
@@ -7168,13 +7203,6 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
|
|
7168
7203
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
7169
7204
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
7170
7205
|
|
7171
|
-
tsutils@^3.21.0:
|
7172
|
-
version "3.21.0"
|
7173
|
-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
7174
|
-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
7175
|
-
dependencies:
|
7176
|
-
tslib "^1.8.1"
|
7177
|
-
|
7178
7206
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
7179
7207
|
version "0.6.0"
|
7180
7208
|
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
|
@@ -7285,12 +7313,7 @@ typescript@^4.6.4, typescript@^4.9.5:
|
|
7285
7313
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
7286
7314
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
7287
7315
|
|
7288
|
-
typescript@^5.2.2:
|
7289
|
-
version "5.2.2"
|
7290
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
7291
|
-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
7292
|
-
|
7293
|
-
typescript@~5.3.2:
|
7316
|
+
typescript@^5.2.2, typescript@~5.3.2:
|
7294
7317
|
version "5.3.3"
|
7295
7318
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
7296
7319
|
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
package/oclif.manifest.json
CHANGED
@@ -64,7 +64,6 @@
|
|
64
64
|
"strict": true,
|
65
65
|
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
66
66
|
"enableJsonFlag": true,
|
67
|
-
"SF_ENV": "SF_ENV",
|
68
67
|
"isESM": true,
|
69
68
|
"relativePath": [
|
70
69
|
"lib",
|
@@ -208,7 +207,6 @@
|
|
208
207
|
"strict": true,
|
209
208
|
"summary": "Create a snapshot of a scratch org.",
|
210
209
|
"enableJsonFlag": true,
|
211
|
-
"SF_ENV": "SF_ENV",
|
212
210
|
"isESM": true,
|
213
211
|
"relativePath": [
|
214
212
|
"lib",
|
@@ -328,7 +326,6 @@
|
|
328
326
|
"strict": true,
|
329
327
|
"summary": "Delete all org shapes for a target org.",
|
330
328
|
"enableJsonFlag": true,
|
331
|
-
"SF_ENV": "SF_ENV",
|
332
329
|
"isESM": true,
|
333
330
|
"relativePath": [
|
334
331
|
"lib",
|
@@ -447,7 +444,6 @@
|
|
447
444
|
"strict": true,
|
448
445
|
"summary": "Delete a scratch org snapshot.",
|
449
446
|
"enableJsonFlag": true,
|
450
|
-
"SF_ENV": "SF_ENV",
|
451
447
|
"isESM": true,
|
452
448
|
"relativePath": [
|
453
449
|
"lib",
|
@@ -566,7 +562,6 @@
|
|
566
562
|
"strict": true,
|
567
563
|
"summary": "Get details about a scratch org snapshot.",
|
568
564
|
"enableJsonFlag": true,
|
569
|
-
"SF_ENV": "SF_ENV",
|
570
565
|
"isESM": true,
|
571
566
|
"relativePath": [
|
572
567
|
"lib",
|
@@ -656,7 +651,6 @@
|
|
656
651
|
"strict": true,
|
657
652
|
"summary": "List all org shapes you’ve created.",
|
658
653
|
"enableJsonFlag": true,
|
659
|
-
"SF_ENV": "SF_ENV",
|
660
654
|
"isESM": true,
|
661
655
|
"relativePath": [
|
662
656
|
"lib",
|
@@ -765,7 +759,6 @@
|
|
765
759
|
"strict": true,
|
766
760
|
"summary": "List scratch org snapshots.",
|
767
761
|
"enableJsonFlag": true,
|
768
|
-
"SF_ENV": "SF_ENV",
|
769
762
|
"isESM": true,
|
770
763
|
"relativePath": [
|
771
764
|
"lib",
|
@@ -810,5 +803,5 @@
|
|
810
803
|
]
|
811
804
|
}
|
812
805
|
},
|
813
|
-
"version": "2.0.
|
806
|
+
"version": "2.0.14"
|
814
807
|
}
|
package/package.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.14",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.15.1",
|
9
|
-
"@salesforce/core": "^6.4.
|
9
|
+
"@salesforce/core": "^6.4.2",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
11
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
13
13
|
"change-case": "^5.3.0"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
18
|
-
"@salesforce/dev-scripts": "^8.
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
18
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.58",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
23
23
|
"chai-as-promised": "7.1.1",
|
24
24
|
"chai-string": "^1.5.0",
|
25
|
-
"eslint-plugin-sf-plugin": "^1.
|
25
|
+
"eslint-plugin-sf-plugin": "^1.17.0",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
27
|
"oclif": "^4.1.0",
|
28
28
|
"shx": "0.3.4",
|
@@ -245,7 +245,7 @@
|
|
245
245
|
"output": []
|
246
246
|
},
|
247
247
|
"link-check": {
|
248
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
248
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
249
249
|
"files": [
|
250
250
|
"./*.md",
|
251
251
|
"./!(CHANGELOG).md",
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"exports": "./lib/index.js",
|
258
258
|
"type": "module",
|
259
259
|
"sfdx": {
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
260
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.14.crt",
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.14.sig"
|
262
262
|
}
|
263
263
|
}
|