@salesforce/plugin-signups 2.6.44 → 2.6.46
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/README.md +7 -7
- package/lib/commands/org/create/shape.js +13 -4
- package/lib/commands/org/create/shape.js.map +1 -1
- package/lib/commands/org/create/snapshot.js +13 -4
- package/lib/commands/org/create/snapshot.js.map +1 -1
- package/lib/commands/org/delete/shape.js +13 -4
- package/lib/commands/org/delete/shape.js.map +1 -1
- package/lib/commands/org/delete/snapshot.js +13 -4
- package/lib/commands/org/delete/snapshot.js.map +1 -1
- package/lib/commands/org/get/snapshot.js +13 -4
- package/lib/commands/org/get/snapshot.js.map +1 -1
- package/lib/commands/org/list/shape.js +13 -4
- package/lib/commands/org/list/shape.js.map +1 -1
- package/lib/commands/org/list/snapshot.js +13 -4
- package/lib/commands/org/list/snapshot.js.map +1 -1
- package/lib/index.js +13 -4
- package/lib/index.js.map +1 -1
- package/lib/shared/deleteUtils.js +13 -4
- package/lib/shared/deleteUtils.js.map +1 -1
- package/lib/shared/orgShapeListUtils.js +13 -4
- package/lib/shared/orgShapeListUtils.js.map +1 -1
- package/lib/shared/snapshot.js +13 -4
- package/lib/shared/snapshot.js.map +1 -1
- package/npm-shrinkwrap.json +59 -179
- package/oclif.lock +37 -121
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
124
124
|
```
|
125
125
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/create/shape.ts)_
|
127
127
|
|
128
128
|
## `sf org create snapshot`
|
129
129
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
179
179
|
as a version control system tag or commit ID.
|
180
180
|
```
|
181
181
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/create/snapshot.ts)_
|
183
183
|
|
184
184
|
## `sf org delete shape`
|
185
185
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
220
220
|
```
|
221
221
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
265
265
|
```
|
266
266
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/delete/snapshot.ts)_
|
268
268
|
|
269
269
|
## `sf org get snapshot`
|
270
270
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
312
312
|
```
|
313
313
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/get/snapshot.ts)_
|
315
315
|
|
316
316
|
## `sf org list shape`
|
317
317
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
345
345
|
```
|
346
346
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/list/shape.ts)_
|
348
348
|
|
349
349
|
## `sf org list snapshot`
|
350
350
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
387
387
|
```
|
388
388
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.46/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { SfCommand, requiredOrgFlagWithDeprecations, orgApiVersionFlagWithDeprecations, loglevel, } from '@salesforce/sf-plugins-core';
|
8
17
|
import { Messages, Logger } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/create/shape.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/create/shape.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Flags, SfCommand, loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
8
17
|
import { StateAggregator, Messages, SfError } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/create/snapshot.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Flags, SfCommand, requiredOrgFlagWithDeprecations, orgApiVersionFlagWithDeprecations, loglevel, } from '@salesforce/sf-plugins-core';
|
8
17
|
import { Messages, SfError } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/shape.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/shape.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { EOL } from 'node:os';
|
8
17
|
import { Flags, SfCommand, loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/delete/snapshot.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Flags, SfCommand, loglevel, requiredHubFlagWithDeprecations, orgApiVersionFlagWithDeprecations, } from '@salesforce/sf-plugins-core';
|
8
17
|
import { Messages } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/get/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,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,CAAC;AAC7D,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;IAExC,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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Flags, loglevel, SfCommand, StandardColors } from '@salesforce/sf-plugins-core';
|
8
17
|
import { Messages } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/list/shape.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"shape.js","sourceRoot":"","sources":["../../../../src/commands/org/list/shape.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACzF,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAA6B,MAAM,sCAAsC,CAAC;AAEjF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,YAAY,CAAC,CAAC;AAEnF,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,KAAK,CAAC;YACT,IAAI,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;gBAC9B,GAAG,CAAC,KAAK,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,cAAc,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;aACpG,CAAC,CAAC;YACH,KAAK,EAAE,YAAY;YACnB,QAAQ,EAAE,MAAM;SACjB,CAAC,CAAC;QACH,OAAO,SAAS,CAAC;IACnB,CAAC"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, SfCommand, } from '@salesforce/sf-plugins-core';
|
8
17
|
import { Messages } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../../../src/commands/org/list/snapshot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,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,CAAC;AAC7D,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;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"}
|
package/lib/index.js
CHANGED
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
export default {};
|
8
17
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,eAAe,EAAE,CAAC"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Messages } from '@salesforce/core';
|
8
17
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"deleteUtils.js","sourceRoot":"","sources":["../../src/shared/deleteUtils.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"deleteUtils.js","sourceRoot":"","sources":["../../src/shared/deleteUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,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,CAAC;YAC7D,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"}
|
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { AuthInfo, Logger, Messages, Org, SfError } from '@salesforce/core';
|
8
17
|
import { settleAll } from '@salesforce/kit';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"orgShapeListUtils.js","sourceRoot":"","sources":["../../src/shared/orgShapeListUtils.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"orgShapeListUtils.js","sourceRoot":"","sources":["../../src/shared/orgShapeListUtils.ts"],"names":[],"mappings":"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"}
|
package/lib/shared/snapshot.js
CHANGED
@@ -1,8 +1,17 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright
|
3
|
-
*
|
4
|
-
* Licensed under the
|
5
|
-
*
|
2
|
+
* Copyright 2025, Salesforce, Inc.
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
6
15
|
*/
|
7
16
|
import { Ux } from '@salesforce/sf-plugins-core';
|
8
17
|
import { SfError, Messages } from '@salesforce/core';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../src/shared/snapshot.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"snapshot.js","sourceRoot":"","sources":["../../src/shared/snapshot.ts"],"names":[],"mappings":"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"}
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.46",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.6.
|
9
|
+
"version": "2.6.46",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
14
|
-
"@salesforce/kit": "^3.2.
|
13
|
+
"@salesforce/core": "^8.23.0",
|
14
|
+
"@salesforce/kit": "^3.2.4",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
21
|
-
"@salesforce/dev-scripts": "^11.0.
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
21
|
+
"@salesforce/dev-scripts": "^11.0.4",
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.66",
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
@@ -722,126 +722,6 @@
|
|
722
722
|
}
|
723
723
|
}
|
724
724
|
},
|
725
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/core": {
|
726
|
-
"version": "3.9.0",
|
727
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.9.0.tgz",
|
728
|
-
"integrity": "sha512-B/GknvCfS3llXd/b++hcrwIuqnEozQDnRL4sBmOac5/z/dr0/yG1PURNPOyU4Lsiy1IyTj8scPxVqRs5dYWf6A==",
|
729
|
-
"dev": true,
|
730
|
-
"license": "Apache-2.0",
|
731
|
-
"dependencies": {
|
732
|
-
"@smithy/middleware-serde": "^4.0.9",
|
733
|
-
"@smithy/protocol-http": "^5.1.3",
|
734
|
-
"@smithy/types": "^4.3.2",
|
735
|
-
"@smithy/util-base64": "^4.0.0",
|
736
|
-
"@smithy/util-body-length-browser": "^4.0.0",
|
737
|
-
"@smithy/util-middleware": "^4.0.5",
|
738
|
-
"@smithy/util-stream": "^4.2.4",
|
739
|
-
"@smithy/util-utf8": "^4.0.0",
|
740
|
-
"@types/uuid": "^9.0.1",
|
741
|
-
"tslib": "^2.6.2",
|
742
|
-
"uuid": "^9.0.1"
|
743
|
-
},
|
744
|
-
"engines": {
|
745
|
-
"node": ">=18.0.0"
|
746
|
-
}
|
747
|
-
},
|
748
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/middleware-endpoint": {
|
749
|
-
"version": "4.1.19",
|
750
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.19.tgz",
|
751
|
-
"integrity": "sha512-EAlEPncqo03siNZJ9Tm6adKCQ+sw5fNU8ncxWwaH0zTCwMPsgmERTi6CEKaermZdgJb+4Yvh0NFm36HeO4PGgQ==",
|
752
|
-
"dev": true,
|
753
|
-
"license": "Apache-2.0",
|
754
|
-
"dependencies": {
|
755
|
-
"@smithy/core": "^3.9.0",
|
756
|
-
"@smithy/middleware-serde": "^4.0.9",
|
757
|
-
"@smithy/node-config-provider": "^4.1.4",
|
758
|
-
"@smithy/shared-ini-file-loader": "^4.0.5",
|
759
|
-
"@smithy/types": "^4.3.2",
|
760
|
-
"@smithy/url-parser": "^4.0.5",
|
761
|
-
"@smithy/util-middleware": "^4.0.5",
|
762
|
-
"tslib": "^2.6.2"
|
763
|
-
},
|
764
|
-
"engines": {
|
765
|
-
"node": ">=18.0.0"
|
766
|
-
}
|
767
|
-
},
|
768
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/middleware-retry": {
|
769
|
-
"version": "4.1.20",
|
770
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.20.tgz",
|
771
|
-
"integrity": "sha512-T3maNEm3Masae99eFdx1Q7PIqBBEVOvRd5hralqKZNeIivnoGNx5OFtI3DiZ5gCjUkl0mNondlzSXeVxkinh7Q==",
|
772
|
-
"dev": true,
|
773
|
-
"license": "Apache-2.0",
|
774
|
-
"dependencies": {
|
775
|
-
"@smithy/node-config-provider": "^4.1.4",
|
776
|
-
"@smithy/protocol-http": "^5.1.3",
|
777
|
-
"@smithy/service-error-classification": "^4.0.7",
|
778
|
-
"@smithy/smithy-client": "^4.5.0",
|
779
|
-
"@smithy/types": "^4.3.2",
|
780
|
-
"@smithy/util-middleware": "^4.0.5",
|
781
|
-
"@smithy/util-retry": "^4.0.7",
|
782
|
-
"@types/uuid": "^9.0.1",
|
783
|
-
"tslib": "^2.6.2",
|
784
|
-
"uuid": "^9.0.1"
|
785
|
-
},
|
786
|
-
"engines": {
|
787
|
-
"node": ">=18.0.0"
|
788
|
-
}
|
789
|
-
},
|
790
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/smithy-client": {
|
791
|
-
"version": "4.5.0",
|
792
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.5.0.tgz",
|
793
|
-
"integrity": "sha512-ZSdE3vl0MuVbEwJBxSftm0J5nL/gw76xp5WF13zW9cN18MFuFXD5/LV0QD8P+sCU5bSWGyy6CTgUupE1HhOo1A==",
|
794
|
-
"dev": true,
|
795
|
-
"license": "Apache-2.0",
|
796
|
-
"dependencies": {
|
797
|
-
"@smithy/core": "^3.9.0",
|
798
|
-
"@smithy/middleware-endpoint": "^4.1.19",
|
799
|
-
"@smithy/middleware-stack": "^4.0.5",
|
800
|
-
"@smithy/protocol-http": "^5.1.3",
|
801
|
-
"@smithy/types": "^4.3.2",
|
802
|
-
"@smithy/util-stream": "^4.2.4",
|
803
|
-
"tslib": "^2.6.2"
|
804
|
-
},
|
805
|
-
"engines": {
|
806
|
-
"node": ">=18.0.0"
|
807
|
-
}
|
808
|
-
},
|
809
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/util-defaults-mode-browser": {
|
810
|
-
"version": "4.0.27",
|
811
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.27.tgz",
|
812
|
-
"integrity": "sha512-i/Fu6AFT5014VJNgWxKomBJP/GB5uuOsM4iHdcmplLm8B1eAqnRItw4lT2qpdO+mf+6TFmf6dGcggGLAVMZJsQ==",
|
813
|
-
"dev": true,
|
814
|
-
"license": "Apache-2.0",
|
815
|
-
"dependencies": {
|
816
|
-
"@smithy/property-provider": "^4.0.5",
|
817
|
-
"@smithy/smithy-client": "^4.5.0",
|
818
|
-
"@smithy/types": "^4.3.2",
|
819
|
-
"bowser": "^2.11.0",
|
820
|
-
"tslib": "^2.6.2"
|
821
|
-
},
|
822
|
-
"engines": {
|
823
|
-
"node": ">=18.0.0"
|
824
|
-
}
|
825
|
-
},
|
826
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/util-defaults-mode-node": {
|
827
|
-
"version": "4.0.27",
|
828
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.27.tgz",
|
829
|
-
"integrity": "sha512-3W0qClMyxl/ELqTA39aNw1N+pN0IjpXT7lPFvZ8zTxqVFP7XCpACB9QufmN4FQtd39xbgS7/Lekn7LmDa63I5w==",
|
830
|
-
"dev": true,
|
831
|
-
"license": "Apache-2.0",
|
832
|
-
"dependencies": {
|
833
|
-
"@smithy/config-resolver": "^4.1.5",
|
834
|
-
"@smithy/credential-provider-imds": "^4.0.7",
|
835
|
-
"@smithy/node-config-provider": "^4.1.4",
|
836
|
-
"@smithy/property-provider": "^4.0.5",
|
837
|
-
"@smithy/smithy-client": "^4.5.0",
|
838
|
-
"@smithy/types": "^4.3.2",
|
839
|
-
"tslib": "^2.6.2"
|
840
|
-
},
|
841
|
-
"engines": {
|
842
|
-
"node": ">=18.0.0"
|
843
|
-
}
|
844
|
-
},
|
845
725
|
"node_modules/@aws-sdk/client-s3": {
|
846
726
|
"version": "3.873.0",
|
847
727
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.873.0.tgz",
|
@@ -4048,11 +3928,11 @@
|
|
4048
3928
|
}
|
4049
3929
|
},
|
4050
3930
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
4051
|
-
"version": "5.3.
|
4052
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
4053
|
-
"integrity": "sha512-
|
3931
|
+
"version": "5.3.41",
|
3932
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz",
|
3933
|
+
"integrity": "sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==",
|
4054
3934
|
"dev": true,
|
4055
|
-
"license": "
|
3935
|
+
"license": "Apache-2.0",
|
4056
3936
|
"dependencies": {
|
4057
3937
|
"@salesforce/core": "^8.8.0",
|
4058
3938
|
"@salesforce/kit": "^3.2.3",
|
@@ -4159,14 +4039,14 @@
|
|
4159
4039
|
}
|
4160
4040
|
},
|
4161
4041
|
"node_modules/@salesforce/core": {
|
4162
|
-
"version": "8.
|
4163
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
4164
|
-
"integrity": "sha512-
|
4042
|
+
"version": "8.23.0",
|
4043
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.0.tgz",
|
4044
|
+
"integrity": "sha512-njdJlo+SYtmuCBE1p8lwbcQF6oRsE1ZkcEQUElpu4WhB+DT/0mv7oN3eeYfh9Ss9Px95sSgzPJhEFLsZLwGJ4w==",
|
4165
4045
|
"license": "BSD-3-Clause",
|
4166
4046
|
"dependencies": {
|
4167
4047
|
"@jsforce/jsforce-node": "^3.10.4",
|
4168
4048
|
"@salesforce/kit": "^3.2.2",
|
4169
|
-
"@salesforce/schemas": "^1.
|
4049
|
+
"@salesforce/schemas": "^1.10.0",
|
4170
4050
|
"@salesforce/ts-types": "^2.0.11",
|
4171
4051
|
"ajv": "^8.17.1",
|
4172
4052
|
"change-case": "^4.1.2",
|
@@ -4273,11 +4153,11 @@
|
|
4273
4153
|
"license": "BSD-3-Clause"
|
4274
4154
|
},
|
4275
4155
|
"node_modules/@salesforce/dev-scripts": {
|
4276
|
-
"version": "11.0.
|
4277
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-11.0.
|
4278
|
-
"integrity": "sha512-
|
4156
|
+
"version": "11.0.4",
|
4157
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-11.0.4.tgz",
|
4158
|
+
"integrity": "sha512-8RebBJpcgoO0AVmrb3pFwSUD8vCqdWbUmv3JwoDy2lWofAT0vYM3NywCCdKj26XnSASkRgKvsY6AQpkxLs+vVg==",
|
4279
4159
|
"dev": true,
|
4280
|
-
"license": "
|
4160
|
+
"license": "Apache-2.0",
|
4281
4161
|
"dependencies": {
|
4282
4162
|
"@commitlint/cli": "^17.1.2",
|
4283
4163
|
"@commitlint/config-conventional": "^17.8.1",
|
@@ -4290,7 +4170,7 @@
|
|
4290
4170
|
"chai": "^4.3.10",
|
4291
4171
|
"chalk": "^4.0.0",
|
4292
4172
|
"cosmiconfig": "^8.3.6",
|
4293
|
-
"eslint-config-salesforce-typescript": "
|
4173
|
+
"eslint-config-salesforce-typescript": "4.0.1",
|
4294
4174
|
"husky": "^7.0.4",
|
4295
4175
|
"linkinator": "^6.1.1",
|
4296
4176
|
"mocha": "^10.7.0",
|
@@ -4331,10 +4211,10 @@
|
|
4331
4211
|
"license": "MIT"
|
4332
4212
|
},
|
4333
4213
|
"node_modules/@salesforce/kit": {
|
4334
|
-
"version": "3.2.
|
4335
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
4336
|
-
"integrity": "sha512-
|
4337
|
-
"license": "
|
4214
|
+
"version": "3.2.4",
|
4215
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
|
4216
|
+
"integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
|
4217
|
+
"license": "Apache-2.0",
|
4338
4218
|
"dependencies": {
|
4339
4219
|
"@salesforce/ts-types": "^2.0.12"
|
4340
4220
|
}
|
@@ -4458,9 +4338,9 @@
|
|
4458
4338
|
"license": "BSD-3-Clause"
|
4459
4339
|
},
|
4460
4340
|
"node_modules/@salesforce/schemas": {
|
4461
|
-
"version": "1.
|
4462
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
4463
|
-
"integrity": "sha512-
|
4341
|
+
"version": "1.10.3",
|
4342
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz",
|
4343
|
+
"integrity": "sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==",
|
4464
4344
|
"license": "ISC"
|
4465
4345
|
},
|
4466
4346
|
"node_modules/@salesforce/sf-plugins-core": {
|
@@ -4636,9 +4516,9 @@
|
|
4636
4516
|
}
|
4637
4517
|
},
|
4638
4518
|
"node_modules/@smithy/core": {
|
4639
|
-
"version": "3.
|
4640
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.
|
4641
|
-
"integrity": "sha512-
|
4519
|
+
"version": "3.9.0",
|
4520
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.9.0.tgz",
|
4521
|
+
"integrity": "sha512-B/GknvCfS3llXd/b++hcrwIuqnEozQDnRL4sBmOac5/z/dr0/yG1PURNPOyU4Lsiy1IyTj8scPxVqRs5dYWf6A==",
|
4642
4522
|
"dev": true,
|
4643
4523
|
"license": "Apache-2.0",
|
4644
4524
|
"dependencies": {
|
@@ -4872,13 +4752,13 @@
|
|
4872
4752
|
}
|
4873
4753
|
},
|
4874
4754
|
"node_modules/@smithy/middleware-endpoint": {
|
4875
|
-
"version": "4.1.
|
4876
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.
|
4877
|
-
"integrity": "sha512-
|
4755
|
+
"version": "4.1.19",
|
4756
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.19.tgz",
|
4757
|
+
"integrity": "sha512-EAlEPncqo03siNZJ9Tm6adKCQ+sw5fNU8ncxWwaH0zTCwMPsgmERTi6CEKaermZdgJb+4Yvh0NFm36HeO4PGgQ==",
|
4878
4758
|
"dev": true,
|
4879
4759
|
"license": "Apache-2.0",
|
4880
4760
|
"dependencies": {
|
4881
|
-
"@smithy/core": "^3.
|
4761
|
+
"@smithy/core": "^3.9.0",
|
4882
4762
|
"@smithy/middleware-serde": "^4.0.9",
|
4883
4763
|
"@smithy/node-config-provider": "^4.1.4",
|
4884
4764
|
"@smithy/shared-ini-file-loader": "^4.0.5",
|
@@ -4892,16 +4772,16 @@
|
|
4892
4772
|
}
|
4893
4773
|
},
|
4894
4774
|
"node_modules/@smithy/middleware-retry": {
|
4895
|
-
"version": "4.1.
|
4896
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.
|
4897
|
-
"integrity": "sha512-
|
4775
|
+
"version": "4.1.20",
|
4776
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.20.tgz",
|
4777
|
+
"integrity": "sha512-T3maNEm3Masae99eFdx1Q7PIqBBEVOvRd5hralqKZNeIivnoGNx5OFtI3DiZ5gCjUkl0mNondlzSXeVxkinh7Q==",
|
4898
4778
|
"dev": true,
|
4899
4779
|
"license": "Apache-2.0",
|
4900
4780
|
"dependencies": {
|
4901
4781
|
"@smithy/node-config-provider": "^4.1.4",
|
4902
4782
|
"@smithy/protocol-http": "^5.1.3",
|
4903
4783
|
"@smithy/service-error-classification": "^4.0.7",
|
4904
|
-
"@smithy/smithy-client": "^4.
|
4784
|
+
"@smithy/smithy-client": "^4.5.0",
|
4905
4785
|
"@smithy/types": "^4.3.2",
|
4906
4786
|
"@smithy/util-middleware": "^4.0.5",
|
4907
4787
|
"@smithy/util-retry": "^4.0.7",
|
@@ -5080,14 +4960,14 @@
|
|
5080
4960
|
}
|
5081
4961
|
},
|
5082
4962
|
"node_modules/@smithy/smithy-client": {
|
5083
|
-
"version": "4.
|
5084
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.
|
5085
|
-
"integrity": "sha512-
|
4963
|
+
"version": "4.5.0",
|
4964
|
+
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.5.0.tgz",
|
4965
|
+
"integrity": "sha512-ZSdE3vl0MuVbEwJBxSftm0J5nL/gw76xp5WF13zW9cN18MFuFXD5/LV0QD8P+sCU5bSWGyy6CTgUupE1HhOo1A==",
|
5086
4966
|
"dev": true,
|
5087
4967
|
"license": "Apache-2.0",
|
5088
4968
|
"dependencies": {
|
5089
|
-
"@smithy/core": "^3.
|
5090
|
-
"@smithy/middleware-endpoint": "^4.1.
|
4969
|
+
"@smithy/core": "^3.9.0",
|
4970
|
+
"@smithy/middleware-endpoint": "^4.1.19",
|
5091
4971
|
"@smithy/middleware-stack": "^4.0.5",
|
5092
4972
|
"@smithy/protocol-http": "^5.1.3",
|
5093
4973
|
"@smithy/types": "^4.3.2",
|
@@ -5195,14 +5075,14 @@
|
|
5195
5075
|
}
|
5196
5076
|
},
|
5197
5077
|
"node_modules/@smithy/util-defaults-mode-browser": {
|
5198
|
-
"version": "4.0.
|
5199
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.
|
5200
|
-
"integrity": "sha512-
|
5078
|
+
"version": "4.0.27",
|
5079
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.27.tgz",
|
5080
|
+
"integrity": "sha512-i/Fu6AFT5014VJNgWxKomBJP/GB5uuOsM4iHdcmplLm8B1eAqnRItw4lT2qpdO+mf+6TFmf6dGcggGLAVMZJsQ==",
|
5201
5081
|
"dev": true,
|
5202
5082
|
"license": "Apache-2.0",
|
5203
5083
|
"dependencies": {
|
5204
5084
|
"@smithy/property-provider": "^4.0.5",
|
5205
|
-
"@smithy/smithy-client": "^4.
|
5085
|
+
"@smithy/smithy-client": "^4.5.0",
|
5206
5086
|
"@smithy/types": "^4.3.2",
|
5207
5087
|
"bowser": "^2.11.0",
|
5208
5088
|
"tslib": "^2.6.2"
|
@@ -5212,9 +5092,9 @@
|
|
5212
5092
|
}
|
5213
5093
|
},
|
5214
5094
|
"node_modules/@smithy/util-defaults-mode-node": {
|
5215
|
-
"version": "4.0.
|
5216
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.
|
5217
|
-
"integrity": "sha512-
|
5095
|
+
"version": "4.0.27",
|
5096
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.27.tgz",
|
5097
|
+
"integrity": "sha512-3W0qClMyxl/ELqTA39aNw1N+pN0IjpXT7lPFvZ8zTxqVFP7XCpACB9QufmN4FQtd39xbgS7/Lekn7LmDa63I5w==",
|
5218
5098
|
"dev": true,
|
5219
5099
|
"license": "Apache-2.0",
|
5220
5100
|
"dependencies": {
|
@@ -5222,7 +5102,7 @@
|
|
5222
5102
|
"@smithy/credential-provider-imds": "^4.0.7",
|
5223
5103
|
"@smithy/node-config-provider": "^4.1.4",
|
5224
5104
|
"@smithy/property-provider": "^4.0.5",
|
5225
|
-
"@smithy/smithy-client": "^4.
|
5105
|
+
"@smithy/smithy-client": "^4.5.0",
|
5226
5106
|
"@smithy/types": "^4.3.2",
|
5227
5107
|
"tslib": "^2.6.2"
|
5228
5108
|
},
|
@@ -7893,25 +7773,25 @@
|
|
7893
7773
|
"license": "BSD-3-Clause"
|
7894
7774
|
},
|
7895
7775
|
"node_modules/eslint-config-salesforce-license": {
|
7896
|
-
"version": "0.2
|
7897
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.
|
7898
|
-
"integrity": "sha512-
|
7776
|
+
"version": "1.0.2",
|
7777
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz",
|
7778
|
+
"integrity": "sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==",
|
7899
7779
|
"dev": true,
|
7900
|
-
"license": "
|
7780
|
+
"license": "Apache-2.0"
|
7901
7781
|
},
|
7902
7782
|
"node_modules/eslint-config-salesforce-typescript": {
|
7903
|
-
"version": "
|
7904
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
7905
|
-
"integrity": "sha512-
|
7783
|
+
"version": "4.0.1",
|
7784
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-4.0.1.tgz",
|
7785
|
+
"integrity": "sha512-aYRFIjVXA8b0fJt7JImcqRBb++lhFjLSeZhboMZZWMNGQyWeQ8pGX7ZW2/71TQiM0b4P8Nrpapi1w4VuM0kc/A==",
|
7906
7786
|
"dev": true,
|
7907
|
-
"license": "
|
7787
|
+
"license": "Apache-2.0",
|
7908
7788
|
"dependencies": {
|
7909
7789
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
7910
7790
|
"@typescript-eslint/parser": "^6.21.0",
|
7911
7791
|
"eslint": "^8.56.0",
|
7912
7792
|
"eslint-config-prettier": "^9.1.0",
|
7913
7793
|
"eslint-config-salesforce": "^2.2.0",
|
7914
|
-
"eslint-config-salesforce-license": "^0.2
|
7794
|
+
"eslint-config-salesforce-license": "^1.0.2",
|
7915
7795
|
"eslint-plugin-header": "^3.1.1",
|
7916
7796
|
"eslint-plugin-import": "^2.29.1",
|
7917
7797
|
"eslint-plugin-jsdoc": "^46.10.1",
|
package/oclif.lock
CHANGED
@@ -1761,10 +1761,10 @@
|
|
1761
1761
|
"@pnpm/network.ca-file" "^1.0.1"
|
1762
1762
|
config-chain "^1.1.11"
|
1763
1763
|
|
1764
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1765
|
-
version "5.3.
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1767
|
-
integrity sha512-
|
1764
|
+
"@salesforce/cli-plugins-testkit@^5.3.41":
|
1765
|
+
version "5.3.41"
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz#16acca933dcd64f0fd2c917c7b22529107f373e6"
|
1767
|
+
integrity sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==
|
1768
1768
|
dependencies:
|
1769
1769
|
"@salesforce/core" "^8.8.0"
|
1770
1770
|
"@salesforce/kit" "^3.2.3"
|
@@ -1777,14 +1777,14 @@
|
|
1777
1777
|
strip-ansi "6.0.1"
|
1778
1778
|
ts-retry-promise "^0.8.1"
|
1779
1779
|
|
1780
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.
|
1781
|
-
version "8.
|
1782
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1783
|
-
integrity sha512-
|
1780
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.23.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1781
|
+
version "8.23.0"
|
1782
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.0.tgz#19e9effb2175507538157255d969e08925f91f76"
|
1783
|
+
integrity sha512-njdJlo+SYtmuCBE1p8lwbcQF6oRsE1ZkcEQUElpu4WhB+DT/0mv7oN3eeYfh9Ss9Px95sSgzPJhEFLsZLwGJ4w==
|
1784
1784
|
dependencies:
|
1785
1785
|
"@jsforce/jsforce-node" "^3.10.4"
|
1786
1786
|
"@salesforce/kit" "^3.2.2"
|
1787
|
-
"@salesforce/schemas" "^1.
|
1787
|
+
"@salesforce/schemas" "^1.10.0"
|
1788
1788
|
"@salesforce/ts-types" "^2.0.11"
|
1789
1789
|
ajv "^8.17.1"
|
1790
1790
|
change-case "^4.1.2"
|
@@ -1807,10 +1807,10 @@
|
|
1807
1807
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
1808
1808
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
1809
1809
|
|
1810
|
-
"@salesforce/dev-scripts@^11.0.
|
1811
|
-
version "11.0.
|
1812
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-11.0.
|
1813
|
-
integrity sha512-
|
1810
|
+
"@salesforce/dev-scripts@^11.0.4":
|
1811
|
+
version "11.0.4"
|
1812
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-11.0.4.tgz#9e9fa6d425308b638508e701956dfd4c97eb403c"
|
1813
|
+
integrity sha512-8RebBJpcgoO0AVmrb3pFwSUD8vCqdWbUmv3JwoDy2lWofAT0vYM3NywCCdKj26XnSASkRgKvsY6AQpkxLs+vVg==
|
1814
1814
|
dependencies:
|
1815
1815
|
"@commitlint/cli" "^17.1.2"
|
1816
1816
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -1823,7 +1823,7 @@
|
|
1823
1823
|
chai "^4.3.10"
|
1824
1824
|
chalk "^4.0.0"
|
1825
1825
|
cosmiconfig "^8.3.6"
|
1826
|
-
eslint-config-salesforce-typescript "
|
1826
|
+
eslint-config-salesforce-typescript "4.0.1"
|
1827
1827
|
husky "^7.0.4"
|
1828
1828
|
linkinator "^6.1.1"
|
1829
1829
|
mocha "^10.7.0"
|
@@ -1839,10 +1839,10 @@
|
|
1839
1839
|
typescript "^5.5.4"
|
1840
1840
|
wireit "^0.14.12"
|
1841
1841
|
|
1842
|
-
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
|
1843
|
-
version "3.2.
|
1844
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
1845
|
-
integrity sha512-
|
1842
|
+
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
1843
|
+
version "3.2.4"
|
1844
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
|
1845
|
+
integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
|
1846
1846
|
dependencies:
|
1847
1847
|
"@salesforce/ts-types" "^2.0.12"
|
1848
1848
|
|
@@ -1865,10 +1865,10 @@
|
|
1865
1865
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
1866
1866
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
1867
1867
|
|
1868
|
-
"@salesforce/schemas@^1.
|
1869
|
-
version "1.
|
1870
|
-
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.
|
1871
|
-
integrity sha512-
|
1868
|
+
"@salesforce/schemas@^1.10.0":
|
1869
|
+
version "1.10.3"
|
1870
|
+
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
|
1871
|
+
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
1872
1872
|
|
1873
1873
|
"@salesforce/sf-plugins-core@^11.3.12":
|
1874
1874
|
version "11.3.12"
|
@@ -2023,24 +2023,7 @@
|
|
2023
2023
|
"@smithy/util-middleware" "^4.0.5"
|
2024
2024
|
tslib "^2.6.2"
|
2025
2025
|
|
2026
|
-
"@smithy/core@^3.8.0":
|
2027
|
-
version "3.8.0"
|
2028
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.8.0.tgz#321d03564b753025b92e4476579efcd5c505ab1f"
|
2029
|
-
integrity sha512-EYqsIYJmkR1VhVE9pccnk353xhs+lB6btdutJEtsp7R055haMJp2yE16eSxw8fv+G0WUY6vqxyYOP8kOqawxYQ==
|
2030
|
-
dependencies:
|
2031
|
-
"@smithy/middleware-serde" "^4.0.9"
|
2032
|
-
"@smithy/protocol-http" "^5.1.3"
|
2033
|
-
"@smithy/types" "^4.3.2"
|
2034
|
-
"@smithy/util-base64" "^4.0.0"
|
2035
|
-
"@smithy/util-body-length-browser" "^4.0.0"
|
2036
|
-
"@smithy/util-middleware" "^4.0.5"
|
2037
|
-
"@smithy/util-stream" "^4.2.4"
|
2038
|
-
"@smithy/util-utf8" "^4.0.0"
|
2039
|
-
"@types/uuid" "^9.0.1"
|
2040
|
-
tslib "^2.6.2"
|
2041
|
-
uuid "^9.0.1"
|
2042
|
-
|
2043
|
-
"@smithy/core@^3.9.0":
|
2026
|
+
"@smithy/core@^3.8.0", "@smithy/core@^3.9.0":
|
2044
2027
|
version "3.9.0"
|
2045
2028
|
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.9.0.tgz#0d0c05136143d5207afc7bbed2367b6baf8de388"
|
2046
2029
|
integrity sha512-B/GknvCfS3llXd/b++hcrwIuqnEozQDnRL4sBmOac5/z/dr0/yG1PURNPOyU4Lsiy1IyTj8scPxVqRs5dYWf6A==
|
@@ -2193,21 +2176,7 @@
|
|
2193
2176
|
"@smithy/types" "^4.3.2"
|
2194
2177
|
tslib "^2.6.2"
|
2195
2178
|
|
2196
|
-
"@smithy/middleware-endpoint@^4.1.18":
|
2197
|
-
version "4.1.18"
|
2198
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.18.tgz#81b2f85e3c72b0f1a2d8776e01b0a2968af62c0a"
|
2199
|
-
integrity sha512-ZhvqcVRPZxnZlokcPaTwb+r+h4yOIOCJmx0v2d1bpVlmP465g3qpVSf7wxcq5zZdu4jb0H4yIMxuPwDJSQc3MQ==
|
2200
|
-
dependencies:
|
2201
|
-
"@smithy/core" "^3.8.0"
|
2202
|
-
"@smithy/middleware-serde" "^4.0.9"
|
2203
|
-
"@smithy/node-config-provider" "^4.1.4"
|
2204
|
-
"@smithy/shared-ini-file-loader" "^4.0.5"
|
2205
|
-
"@smithy/types" "^4.3.2"
|
2206
|
-
"@smithy/url-parser" "^4.0.5"
|
2207
|
-
"@smithy/util-middleware" "^4.0.5"
|
2208
|
-
tslib "^2.6.2"
|
2209
|
-
|
2210
|
-
"@smithy/middleware-endpoint@^4.1.19":
|
2179
|
+
"@smithy/middleware-endpoint@^4.1.18", "@smithy/middleware-endpoint@^4.1.19":
|
2211
2180
|
version "4.1.19"
|
2212
2181
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.19.tgz#613b843a274b7511862a73867b44cafe8a0a0d3c"
|
2213
2182
|
integrity sha512-EAlEPncqo03siNZJ9Tm6adKCQ+sw5fNU8ncxWwaH0zTCwMPsgmERTi6CEKaermZdgJb+4Yvh0NFm36HeO4PGgQ==
|
@@ -2221,23 +2190,7 @@
|
|
2221
2190
|
"@smithy/util-middleware" "^4.0.5"
|
2222
2191
|
tslib "^2.6.2"
|
2223
2192
|
|
2224
|
-
"@smithy/middleware-retry@^4.1.19":
|
2225
|
-
version "4.1.19"
|
2226
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.1.19.tgz#19c013c1a548e1185cc1bfabfab3f498667c9e89"
|
2227
|
-
integrity sha512-X58zx/NVECjeuUB6A8HBu4bhx72EoUz+T5jTMIyeNKx2lf+Gs9TmWPNNkH+5QF0COjpInP/xSpJGJ7xEnAklQQ==
|
2228
|
-
dependencies:
|
2229
|
-
"@smithy/node-config-provider" "^4.1.4"
|
2230
|
-
"@smithy/protocol-http" "^5.1.3"
|
2231
|
-
"@smithy/service-error-classification" "^4.0.7"
|
2232
|
-
"@smithy/smithy-client" "^4.4.10"
|
2233
|
-
"@smithy/types" "^4.3.2"
|
2234
|
-
"@smithy/util-middleware" "^4.0.5"
|
2235
|
-
"@smithy/util-retry" "^4.0.7"
|
2236
|
-
"@types/uuid" "^9.0.1"
|
2237
|
-
tslib "^2.6.2"
|
2238
|
-
uuid "^9.0.1"
|
2239
|
-
|
2240
|
-
"@smithy/middleware-retry@^4.1.20":
|
2193
|
+
"@smithy/middleware-retry@^4.1.19", "@smithy/middleware-retry@^4.1.20":
|
2241
2194
|
version "4.1.20"
|
2242
2195
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.1.20.tgz#7fa8617b424f813ab71025712094e61e0f31b0a3"
|
2243
2196
|
integrity sha512-T3maNEm3Masae99eFdx1Q7PIqBBEVOvRd5hralqKZNeIivnoGNx5OFtI3DiZ5gCjUkl0mNondlzSXeVxkinh7Q==
|
@@ -2353,20 +2306,7 @@
|
|
2353
2306
|
"@smithy/util-utf8" "^4.0.0"
|
2354
2307
|
tslib "^2.6.2"
|
2355
2308
|
|
2356
|
-
"@smithy/smithy-client@^4.4.10":
|
2357
|
-
version "4.4.10"
|
2358
|
-
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.4.10.tgz#c4b49c1d1ff9eb813f88f1e425a5dfac25a03180"
|
2359
|
-
integrity sha512-iW6HjXqN0oPtRS0NK/zzZ4zZeGESIFcxj2FkWed3mcK8jdSdHzvnCKXSjvewESKAgGKAbJRA+OsaqKhkdYRbQQ==
|
2360
|
-
dependencies:
|
2361
|
-
"@smithy/core" "^3.8.0"
|
2362
|
-
"@smithy/middleware-endpoint" "^4.1.18"
|
2363
|
-
"@smithy/middleware-stack" "^4.0.5"
|
2364
|
-
"@smithy/protocol-http" "^5.1.3"
|
2365
|
-
"@smithy/types" "^4.3.2"
|
2366
|
-
"@smithy/util-stream" "^4.2.4"
|
2367
|
-
tslib "^2.6.2"
|
2368
|
-
|
2369
|
-
"@smithy/smithy-client@^4.5.0":
|
2309
|
+
"@smithy/smithy-client@^4.4.10", "@smithy/smithy-client@^4.5.0":
|
2370
2310
|
version "4.5.0"
|
2371
2311
|
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.5.0.tgz#d8663d757d590a5049818f138ff024784eba9577"
|
2372
2312
|
integrity sha512-ZSdE3vl0MuVbEwJBxSftm0J5nL/gw76xp5WF13zW9cN18MFuFXD5/LV0QD8P+sCU5bSWGyy6CTgUupE1HhOo1A==
|
@@ -2441,18 +2381,7 @@
|
|
2441
2381
|
dependencies:
|
2442
2382
|
tslib "^2.6.2"
|
2443
2383
|
|
2444
|
-
"@smithy/util-defaults-mode-browser@^4.0.26":
|
2445
|
-
version "4.0.26"
|
2446
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.26.tgz#fc04cd466bbb0d80e41930af8d6a8c33c48490f2"
|
2447
|
-
integrity sha512-xgl75aHIS/3rrGp7iTxQAOELYeyiwBu+eEgAk4xfKwJJ0L8VUjhO2shsDpeil54BOFsqmk5xfdesiewbUY5tKQ==
|
2448
|
-
dependencies:
|
2449
|
-
"@smithy/property-provider" "^4.0.5"
|
2450
|
-
"@smithy/smithy-client" "^4.4.10"
|
2451
|
-
"@smithy/types" "^4.3.2"
|
2452
|
-
bowser "^2.11.0"
|
2453
|
-
tslib "^2.6.2"
|
2454
|
-
|
2455
|
-
"@smithy/util-defaults-mode-browser@^4.0.27":
|
2384
|
+
"@smithy/util-defaults-mode-browser@^4.0.26", "@smithy/util-defaults-mode-browser@^4.0.27":
|
2456
2385
|
version "4.0.27"
|
2457
2386
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.27.tgz#2ad80730a6e90ff82872d20ea7ea05b9d3b0f175"
|
2458
2387
|
integrity sha512-i/Fu6AFT5014VJNgWxKomBJP/GB5uuOsM4iHdcmplLm8B1eAqnRItw4lT2qpdO+mf+6TFmf6dGcggGLAVMZJsQ==
|
@@ -2463,20 +2392,7 @@
|
|
2463
2392
|
bowser "^2.11.0"
|
2464
2393
|
tslib "^2.6.2"
|
2465
2394
|
|
2466
|
-
"@smithy/util-defaults-mode-node@^4.0.26":
|
2467
|
-
version "4.0.26"
|
2468
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.26.tgz#adfee8c54301ec4cbabed58cd604995a81b4a8dc"
|
2469
|
-
integrity sha512-z81yyIkGiLLYVDetKTUeCZQ8x20EEzvQjrqJtb/mXnevLq2+w3XCEWTJ2pMp401b6BkEkHVfXb/cROBpVauLMQ==
|
2470
|
-
dependencies:
|
2471
|
-
"@smithy/config-resolver" "^4.1.5"
|
2472
|
-
"@smithy/credential-provider-imds" "^4.0.7"
|
2473
|
-
"@smithy/node-config-provider" "^4.1.4"
|
2474
|
-
"@smithy/property-provider" "^4.0.5"
|
2475
|
-
"@smithy/smithy-client" "^4.4.10"
|
2476
|
-
"@smithy/types" "^4.3.2"
|
2477
|
-
tslib "^2.6.2"
|
2478
|
-
|
2479
|
-
"@smithy/util-defaults-mode-node@^4.0.27":
|
2395
|
+
"@smithy/util-defaults-mode-node@^4.0.26", "@smithy/util-defaults-mode-node@^4.0.27":
|
2480
2396
|
version "4.0.27"
|
2481
2397
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.27.tgz#119793c1ba38e1b6dcc9b7ccc17f2ab4cd56f653"
|
2482
2398
|
integrity sha512-3W0qClMyxl/ELqTA39aNw1N+pN0IjpXT7lPFvZ8zTxqVFP7XCpACB9QufmN4FQtd39xbgS7/Lekn7LmDa63I5w==
|
@@ -4162,22 +4078,22 @@ eslint-config-prettier@^9.1.0:
|
|
4162
4078
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
4163
4079
|
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
4164
4080
|
|
4165
|
-
eslint-config-salesforce-license@^0.2
|
4166
|
-
version "0.2
|
4167
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.
|
4168
|
-
integrity sha512-
|
4081
|
+
eslint-config-salesforce-license@^1.0.2:
|
4082
|
+
version "1.0.2"
|
4083
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz#0bc7f482677f44105a6a28644f5ccbd4c9abfa01"
|
4084
|
+
integrity sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==
|
4169
4085
|
|
4170
|
-
eslint-config-salesforce-typescript
|
4171
|
-
version "
|
4172
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
4173
|
-
integrity sha512-
|
4086
|
+
eslint-config-salesforce-typescript@4.0.1:
|
4087
|
+
version "4.0.1"
|
4088
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-4.0.1.tgz#d310a40ab117bb77c19d9f5d2377f278d2da97a4"
|
4089
|
+
integrity sha512-aYRFIjVXA8b0fJt7JImcqRBb++lhFjLSeZhboMZZWMNGQyWeQ8pGX7ZW2/71TQiM0b4P8Nrpapi1w4VuM0kc/A==
|
4174
4090
|
dependencies:
|
4175
4091
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
4176
4092
|
"@typescript-eslint/parser" "^6.21.0"
|
4177
4093
|
eslint "^8.56.0"
|
4178
4094
|
eslint-config-prettier "^9.1.0"
|
4179
4095
|
eslint-config-salesforce "^2.2.0"
|
4180
|
-
eslint-config-salesforce-license "^0.2
|
4096
|
+
eslint-config-salesforce-license "^1.0.2"
|
4181
4097
|
eslint-plugin-header "^3.1.1"
|
4182
4098
|
eslint-plugin-import "^2.29.1"
|
4183
4099
|
eslint-plugin-jsdoc "^46.10.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.6.
|
4
|
+
"version": "2.6.46",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.
|
10
|
-
"@salesforce/kit": "^3.2.
|
9
|
+
"@salesforce/core": "^8.23.0",
|
10
|
+
"@salesforce/kit": "^3.2.4",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
17
|
-
"@salesforce/dev-scripts": "^11.0.
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
17
|
+
"@salesforce/dev-scripts": "^11.0.4",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.66",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.46.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.46.sig"
|
225
225
|
}
|
226
226
|
}
|