@salesforce/plugin-signups 2.3.13 → 2.3.14
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +103 -334
- package/oclif.lock +46 -144
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.3.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/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.3.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.14/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.14",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.3.
|
9
|
+
"version": "2.3.14",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
@@ -17,17 +17,17 @@
|
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
21
|
-
"@salesforce/dev-scripts": "^10.2.
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
21
|
+
"@salesforce/dev-scripts": "^10.2.2",
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.5",
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.5.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.18.9",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
|
-
"oclif": "^4.13.
|
30
|
+
"oclif": "^4.13.8",
|
31
31
|
"ts-node": "^10.9.2",
|
32
32
|
"typescript": "^5.4.5"
|
33
33
|
},
|
@@ -2574,6 +2574,30 @@
|
|
2574
2574
|
"node": ">=v14"
|
2575
2575
|
}
|
2576
2576
|
},
|
2577
|
+
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
2578
|
+
"version": "8.16.0",
|
2579
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
2580
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
2581
|
+
"dev": true,
|
2582
|
+
"license": "MIT",
|
2583
|
+
"dependencies": {
|
2584
|
+
"fast-deep-equal": "^3.1.3",
|
2585
|
+
"json-schema-traverse": "^1.0.0",
|
2586
|
+
"require-from-string": "^2.0.2",
|
2587
|
+
"uri-js": "^4.4.1"
|
2588
|
+
},
|
2589
|
+
"funding": {
|
2590
|
+
"type": "github",
|
2591
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
2592
|
+
}
|
2593
|
+
},
|
2594
|
+
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
2595
|
+
"version": "1.0.0",
|
2596
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
2597
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
2598
|
+
"dev": true,
|
2599
|
+
"license": "MIT"
|
2600
|
+
},
|
2577
2601
|
"node_modules/@commitlint/ensure": {
|
2578
2602
|
"version": "17.4.4",
|
2579
2603
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
|
@@ -3027,30 +3051,6 @@
|
|
3027
3051
|
"url": "https://opencollective.com/eslint"
|
3028
3052
|
}
|
3029
3053
|
},
|
3030
|
-
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
3031
|
-
"version": "6.12.6",
|
3032
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
3033
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
3034
|
-
"dev": true,
|
3035
|
-
"license": "MIT",
|
3036
|
-
"dependencies": {
|
3037
|
-
"fast-deep-equal": "^3.1.1",
|
3038
|
-
"fast-json-stable-stringify": "^2.0.0",
|
3039
|
-
"json-schema-traverse": "^0.4.1",
|
3040
|
-
"uri-js": "^4.2.2"
|
3041
|
-
},
|
3042
|
-
"funding": {
|
3043
|
-
"type": "github",
|
3044
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
3045
|
-
}
|
3046
|
-
},
|
3047
|
-
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
3048
|
-
"version": "0.4.1",
|
3049
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
3050
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
3051
|
-
"dev": true,
|
3052
|
-
"license": "MIT"
|
3053
|
-
},
|
3054
3054
|
"node_modules/@eslint/js": {
|
3055
3055
|
"version": "8.57.0",
|
3056
3056
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
@@ -3448,9 +3448,9 @@
|
|
3448
3448
|
}
|
3449
3449
|
},
|
3450
3450
|
"node_modules/@jsforce/jsforce-node": {
|
3451
|
-
"version": "3.2.
|
3452
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.
|
3453
|
-
"integrity": "sha512-
|
3451
|
+
"version": "3.2.2",
|
3452
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.2.tgz",
|
3453
|
+
"integrity": "sha512-wQl4iCkwbop3eJfl+PxgFfIEPE2Ka68MvgnxbxVX/yx+NhfiNqbl08uKLAG+VcI40D8sgApfm86Yx7o8Q9PZmw==",
|
3454
3454
|
"license": "MIT",
|
3455
3455
|
"dependencies": {
|
3456
3456
|
"@sindresorhus/is": "^4",
|
@@ -3542,9 +3542,9 @@
|
|
3542
3542
|
}
|
3543
3543
|
},
|
3544
3544
|
"node_modules/@oclif/core": {
|
3545
|
-
"version": "4.0.
|
3546
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
3547
|
-
"integrity": "sha512-
|
3545
|
+
"version": "4.0.7",
|
3546
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.7.tgz",
|
3547
|
+
"integrity": "sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==",
|
3548
3548
|
"license": "MIT",
|
3549
3549
|
"dependencies": {
|
3550
3550
|
"ansi-escapes": "^4.3.2",
|
@@ -3668,9 +3668,9 @@
|
|
3668
3668
|
}
|
3669
3669
|
},
|
3670
3670
|
"node_modules/@oclif/plugin-help": {
|
3671
|
-
"version": "6.2.
|
3672
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3673
|
-
"integrity": "sha512-
|
3671
|
+
"version": "6.2.3",
|
3672
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.3.tgz",
|
3673
|
+
"integrity": "sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==",
|
3674
3674
|
"dev": true,
|
3675
3675
|
"license": "MIT",
|
3676
3676
|
"dependencies": {
|
@@ -3892,13 +3892,13 @@
|
|
3892
3892
|
}
|
3893
3893
|
},
|
3894
3894
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3895
|
-
"version": "5.3.
|
3896
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
3897
|
-
"integrity": "sha512-
|
3895
|
+
"version": "5.3.16",
|
3896
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.16.tgz",
|
3897
|
+
"integrity": "sha512-Qzhd9dIUlAYPGdAJGmY2GuyMI6HkXPoJHZtumIg436VjWFnZchXJ/O7wipEk2zsqa8RfkZNJyollWd41wxTnHA==",
|
3898
3898
|
"dev": true,
|
3899
3899
|
"license": "BSD-3-Clause",
|
3900
3900
|
"dependencies": {
|
3901
|
-
"@salesforce/core": "^8.0.
|
3901
|
+
"@salesforce/core": "^8.0.3",
|
3902
3902
|
"@salesforce/kit": "^3.1.6",
|
3903
3903
|
"@salesforce/ts-types": "^2.0.10",
|
3904
3904
|
"@types/shelljs": "^0.8.15",
|
@@ -4003,12 +4003,12 @@
|
|
4003
4003
|
}
|
4004
4004
|
},
|
4005
4005
|
"node_modules/@salesforce/core": {
|
4006
|
-
"version": "8.0
|
4007
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.0.
|
4008
|
-
"integrity": "sha512-
|
4006
|
+
"version": "8.1.0",
|
4007
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.1.0.tgz",
|
4008
|
+
"integrity": "sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==",
|
4009
4009
|
"license": "BSD-3-Clause",
|
4010
4010
|
"dependencies": {
|
4011
|
-
"@jsforce/jsforce-node": "^3.2.
|
4011
|
+
"@jsforce/jsforce-node": "^3.2.1",
|
4012
4012
|
"@salesforce/kit": "^3.1.6",
|
4013
4013
|
"@salesforce/schemas": "^1.9.0",
|
4014
4014
|
"@salesforce/ts-types": "^2.0.10",
|
@@ -4031,6 +4031,22 @@
|
|
4031
4031
|
"node": ">=18.0.0"
|
4032
4032
|
}
|
4033
4033
|
},
|
4034
|
+
"node_modules/@salesforce/core/node_modules/ajv": {
|
4035
|
+
"version": "8.16.0",
|
4036
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
4037
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
4038
|
+
"license": "MIT",
|
4039
|
+
"dependencies": {
|
4040
|
+
"fast-deep-equal": "^3.1.3",
|
4041
|
+
"json-schema-traverse": "^1.0.0",
|
4042
|
+
"require-from-string": "^2.0.2",
|
4043
|
+
"uri-js": "^4.4.1"
|
4044
|
+
},
|
4045
|
+
"funding": {
|
4046
|
+
"type": "github",
|
4047
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
4048
|
+
}
|
4049
|
+
},
|
4034
4050
|
"node_modules/@salesforce/core/node_modules/change-case": {
|
4035
4051
|
"version": "4.1.2",
|
4036
4052
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
@@ -4051,6 +4067,12 @@
|
|
4051
4067
|
"tslib": "^2.0.3"
|
4052
4068
|
}
|
4053
4069
|
},
|
4070
|
+
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
4071
|
+
"version": "1.0.0",
|
4072
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
4073
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
4074
|
+
"license": "MIT"
|
4075
|
+
},
|
4054
4076
|
"node_modules/@salesforce/dev-config": {
|
4055
4077
|
"version": "4.1.0",
|
4056
4078
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
@@ -4059,9 +4081,9 @@
|
|
4059
4081
|
"license": "BSD-3-Clause"
|
4060
4082
|
},
|
4061
4083
|
"node_modules/@salesforce/dev-scripts": {
|
4062
|
-
"version": "10.2.
|
4063
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
4064
|
-
"integrity": "sha512-
|
4084
|
+
"version": "10.2.2",
|
4085
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.2.tgz",
|
4086
|
+
"integrity": "sha512-dLVhj2sxyXrmwypZN4Sra/cZyXqa1oM9iwq2dRto/0EVsn1kcAwASJo4p1xv5RsS25F/4nG4Wdu0O0qHWjqCBw==",
|
4065
4087
|
"dev": true,
|
4066
4088
|
"license": "BSD-3-Clause",
|
4067
4089
|
"dependencies": {
|
@@ -4119,17 +4141,17 @@
|
|
4119
4141
|
}
|
4120
4142
|
},
|
4121
4143
|
"node_modules/@salesforce/plugin-command-reference": {
|
4122
|
-
"version": "3.1.
|
4123
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
4124
|
-
"integrity": "sha512-
|
4144
|
+
"version": "3.1.5",
|
4145
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.5.tgz",
|
4146
|
+
"integrity": "sha512-pTjWMHRZ9HM33f3OVGCf9NV0oG/mStkP6l59r2ELsYdmVPZoXbvnS8sy2xrijxwJ/jsiQr4fxh4W68Q0DGpxhg==",
|
4125
4147
|
"dev": true,
|
4126
4148
|
"license": "BSD-3-Clause",
|
4127
4149
|
"dependencies": {
|
4128
4150
|
"@oclif/core": "^4",
|
4129
|
-
"@salesforce/core": "^
|
4130
|
-
"@salesforce/kit": "^3.1.
|
4131
|
-
"@salesforce/sf-plugins-core": "^
|
4132
|
-
"@salesforce/ts-types": "^2.0.
|
4151
|
+
"@salesforce/core": "^8.0.1",
|
4152
|
+
"@salesforce/kit": "^3.1.6",
|
4153
|
+
"@salesforce/sf-plugins-core": "^11.1.1",
|
4154
|
+
"@salesforce/ts-types": "^2.0.10",
|
4133
4155
|
"chalk": "^5.3.0",
|
4134
4156
|
"debug": "^4.3.4",
|
4135
4157
|
"handlebars": "^4.7.8"
|
@@ -4138,73 +4160,6 @@
|
|
4138
4160
|
"node": ">=18.0.0"
|
4139
4161
|
}
|
4140
4162
|
},
|
4141
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
4142
|
-
"version": "7.4.1",
|
4143
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.4.1.tgz",
|
4144
|
-
"integrity": "sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==",
|
4145
|
-
"dev": true,
|
4146
|
-
"license": "BSD-3-Clause",
|
4147
|
-
"dependencies": {
|
4148
|
-
"@jsforce/jsforce-node": "^3.2.0",
|
4149
|
-
"@salesforce/kit": "^3.1.2",
|
4150
|
-
"@salesforce/schemas": "^1.9.0",
|
4151
|
-
"@salesforce/ts-types": "^2.0.9",
|
4152
|
-
"ajv": "^8.15.0",
|
4153
|
-
"change-case": "^4.1.2",
|
4154
|
-
"fast-levenshtein": "^3.0.0",
|
4155
|
-
"faye": "^1.4.0",
|
4156
|
-
"form-data": "^4.0.0",
|
4157
|
-
"js2xmlparser": "^4.0.1",
|
4158
|
-
"jsonwebtoken": "9.0.2",
|
4159
|
-
"jszip": "3.10.1",
|
4160
|
-
"pino": "^8.21.0",
|
4161
|
-
"pino-abstract-transport": "^1.2.0",
|
4162
|
-
"pino-pretty": "^10.3.1",
|
4163
|
-
"proper-lockfile": "^4.1.2",
|
4164
|
-
"semver": "^7.6.2",
|
4165
|
-
"ts-retry-promise": "^0.8.1"
|
4166
|
-
},
|
4167
|
-
"engines": {
|
4168
|
-
"node": ">=18.0.0"
|
4169
|
-
}
|
4170
|
-
},
|
4171
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
4172
|
-
"version": "10.0.1",
|
4173
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
|
4174
|
-
"integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
|
4175
|
-
"dev": true,
|
4176
|
-
"license": "BSD-3-Clause",
|
4177
|
-
"dependencies": {
|
4178
|
-
"@inquirer/confirm": "^3.1.9",
|
4179
|
-
"@inquirer/password": "^2.1.9",
|
4180
|
-
"@oclif/core": "^4.0.3",
|
4181
|
-
"@salesforce/core": "^7.3.12",
|
4182
|
-
"@salesforce/kit": "^3.1.3",
|
4183
|
-
"@salesforce/ts-types": "^2.0.9",
|
4184
|
-
"ansis": "^3.2.0",
|
4185
|
-
"cli-progress": "^3.12.0",
|
4186
|
-
"natural-orderby": "^3.0.2",
|
4187
|
-
"slice-ansi": "^7.1.0",
|
4188
|
-
"string-width": "^7.1.0",
|
4189
|
-
"terminal-link": "^3.0.0"
|
4190
|
-
},
|
4191
|
-
"engines": {
|
4192
|
-
"node": ">=18.0.0"
|
4193
|
-
}
|
4194
|
-
},
|
4195
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
4196
|
-
"version": "6.0.1",
|
4197
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
4198
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
4199
|
-
"dev": true,
|
4200
|
-
"license": "MIT",
|
4201
|
-
"engines": {
|
4202
|
-
"node": ">=12"
|
4203
|
-
},
|
4204
|
-
"funding": {
|
4205
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
4206
|
-
}
|
4207
|
-
},
|
4208
4163
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
4209
4164
|
"version": "5.3.0",
|
4210
4165
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
@@ -4218,151 +4173,6 @@
|
|
4218
4173
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
4219
4174
|
}
|
4220
4175
|
},
|
4221
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/change-case": {
|
4222
|
-
"version": "4.1.2",
|
4223
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
4224
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
4225
|
-
"dev": true,
|
4226
|
-
"license": "MIT",
|
4227
|
-
"dependencies": {
|
4228
|
-
"camel-case": "^4.1.2",
|
4229
|
-
"capital-case": "^1.0.4",
|
4230
|
-
"constant-case": "^3.0.4",
|
4231
|
-
"dot-case": "^3.0.4",
|
4232
|
-
"header-case": "^2.0.4",
|
4233
|
-
"no-case": "^3.0.4",
|
4234
|
-
"param-case": "^3.0.4",
|
4235
|
-
"pascal-case": "^3.1.2",
|
4236
|
-
"path-case": "^3.0.4",
|
4237
|
-
"sentence-case": "^3.0.4",
|
4238
|
-
"snake-case": "^3.0.4",
|
4239
|
-
"tslib": "^2.0.3"
|
4240
|
-
}
|
4241
|
-
},
|
4242
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
4243
|
-
"version": "10.3.0",
|
4244
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
4245
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
4246
|
-
"dev": true,
|
4247
|
-
"license": "MIT"
|
4248
|
-
},
|
4249
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/pino": {
|
4250
|
-
"version": "8.21.0",
|
4251
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
4252
|
-
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
4253
|
-
"dev": true,
|
4254
|
-
"license": "MIT",
|
4255
|
-
"dependencies": {
|
4256
|
-
"atomic-sleep": "^1.0.0",
|
4257
|
-
"fast-redact": "^3.1.1",
|
4258
|
-
"on-exit-leak-free": "^2.1.0",
|
4259
|
-
"pino-abstract-transport": "^1.2.0",
|
4260
|
-
"pino-std-serializers": "^6.0.0",
|
4261
|
-
"process-warning": "^3.0.0",
|
4262
|
-
"quick-format-unescaped": "^4.0.3",
|
4263
|
-
"real-require": "^0.2.0",
|
4264
|
-
"safe-stable-stringify": "^2.3.1",
|
4265
|
-
"sonic-boom": "^3.7.0",
|
4266
|
-
"thread-stream": "^2.6.0"
|
4267
|
-
},
|
4268
|
-
"bin": {
|
4269
|
-
"pino": "bin.js"
|
4270
|
-
}
|
4271
|
-
},
|
4272
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/pino-pretty": {
|
4273
|
-
"version": "10.3.1",
|
4274
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz",
|
4275
|
-
"integrity": "sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==",
|
4276
|
-
"dev": true,
|
4277
|
-
"license": "MIT",
|
4278
|
-
"dependencies": {
|
4279
|
-
"colorette": "^2.0.7",
|
4280
|
-
"dateformat": "^4.6.3",
|
4281
|
-
"fast-copy": "^3.0.0",
|
4282
|
-
"fast-safe-stringify": "^2.1.1",
|
4283
|
-
"help-me": "^5.0.0",
|
4284
|
-
"joycon": "^3.1.1",
|
4285
|
-
"minimist": "^1.2.6",
|
4286
|
-
"on-exit-leak-free": "^2.1.0",
|
4287
|
-
"pino-abstract-transport": "^1.0.0",
|
4288
|
-
"pump": "^3.0.0",
|
4289
|
-
"readable-stream": "^4.0.0",
|
4290
|
-
"secure-json-parse": "^2.4.0",
|
4291
|
-
"sonic-boom": "^3.0.0",
|
4292
|
-
"strip-json-comments": "^3.1.1"
|
4293
|
-
},
|
4294
|
-
"bin": {
|
4295
|
-
"pino-pretty": "bin.js"
|
4296
|
-
}
|
4297
|
-
},
|
4298
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/pino-std-serializers": {
|
4299
|
-
"version": "6.2.2",
|
4300
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
4301
|
-
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
4302
|
-
"dev": true,
|
4303
|
-
"license": "MIT"
|
4304
|
-
},
|
4305
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/readable-stream": {
|
4306
|
-
"version": "4.4.2",
|
4307
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
4308
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
4309
|
-
"dev": true,
|
4310
|
-
"license": "MIT",
|
4311
|
-
"dependencies": {
|
4312
|
-
"abort-controller": "^3.0.0",
|
4313
|
-
"buffer": "^6.0.3",
|
4314
|
-
"events": "^3.3.0",
|
4315
|
-
"process": "^0.11.10",
|
4316
|
-
"string_decoder": "^1.3.0"
|
4317
|
-
},
|
4318
|
-
"engines": {
|
4319
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
4320
|
-
}
|
4321
|
-
},
|
4322
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/string-width": {
|
4323
|
-
"version": "7.1.0",
|
4324
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
4325
|
-
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
4326
|
-
"dev": true,
|
4327
|
-
"license": "MIT",
|
4328
|
-
"dependencies": {
|
4329
|
-
"emoji-regex": "^10.3.0",
|
4330
|
-
"get-east-asian-width": "^1.0.0",
|
4331
|
-
"strip-ansi": "^7.1.0"
|
4332
|
-
},
|
4333
|
-
"engines": {
|
4334
|
-
"node": ">=18"
|
4335
|
-
},
|
4336
|
-
"funding": {
|
4337
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
4338
|
-
}
|
4339
|
-
},
|
4340
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
4341
|
-
"version": "7.1.0",
|
4342
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
4343
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
4344
|
-
"dev": true,
|
4345
|
-
"license": "MIT",
|
4346
|
-
"dependencies": {
|
4347
|
-
"ansi-regex": "^6.0.1"
|
4348
|
-
},
|
4349
|
-
"engines": {
|
4350
|
-
"node": ">=12"
|
4351
|
-
},
|
4352
|
-
"funding": {
|
4353
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
4354
|
-
}
|
4355
|
-
},
|
4356
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/thread-stream": {
|
4357
|
-
"version": "2.7.0",
|
4358
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
4359
|
-
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
4360
|
-
"dev": true,
|
4361
|
-
"license": "MIT",
|
4362
|
-
"dependencies": {
|
4363
|
-
"real-require": "^0.2.0"
|
4364
|
-
}
|
4365
|
-
},
|
4366
4176
|
"node_modules/@salesforce/prettier-config": {
|
4367
4177
|
"version": "0.0.3",
|
4368
4178
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
@@ -5769,15 +5579,16 @@
|
|
5769
5579
|
}
|
5770
5580
|
},
|
5771
5581
|
"node_modules/ajv": {
|
5772
|
-
"version": "
|
5773
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
5774
|
-
"integrity": "sha512-
|
5582
|
+
"version": "6.12.6",
|
5583
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
5584
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
5585
|
+
"dev": true,
|
5775
5586
|
"license": "MIT",
|
5776
5587
|
"dependencies": {
|
5777
|
-
"fast-deep-equal": "^3.1.
|
5778
|
-
"json-
|
5779
|
-
"
|
5780
|
-
"uri-js": "^4.
|
5588
|
+
"fast-deep-equal": "^3.1.1",
|
5589
|
+
"fast-json-stable-stringify": "^2.0.0",
|
5590
|
+
"json-schema-traverse": "^0.4.1",
|
5591
|
+
"uri-js": "^4.2.2"
|
5781
5592
|
},
|
5782
5593
|
"funding": {
|
5783
5594
|
"type": "github",
|
@@ -7810,13 +7621,13 @@
|
|
7810
7621
|
}
|
7811
7622
|
},
|
7812
7623
|
"node_modules/eslint-plugin-sf-plugin": {
|
7813
|
-
"version": "1.18.
|
7814
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
7815
|
-
"integrity": "sha512-
|
7624
|
+
"version": "1.18.9",
|
7625
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.9.tgz",
|
7626
|
+
"integrity": "sha512-p/l64/qsGp3iD28PfsSEtWYJ9ziWDZ6aOtoty99WQDpazLVG3DDzCSE/pZjwPQlY1AnU+4eo9/H8ZROeuA3Nmw==",
|
7816
7627
|
"dev": true,
|
7817
7628
|
"license": "BSD-3-Clause",
|
7818
7629
|
"dependencies": {
|
7819
|
-
"@salesforce/core": "^8.0.
|
7630
|
+
"@salesforce/core": "^8.0.3",
|
7820
7631
|
"@typescript-eslint/utils": "^6.17.0"
|
7821
7632
|
},
|
7822
7633
|
"engines": {
|
@@ -7887,23 +7698,6 @@
|
|
7887
7698
|
"url": "https://opencollective.com/eslint"
|
7888
7699
|
}
|
7889
7700
|
},
|
7890
|
-
"node_modules/eslint/node_modules/ajv": {
|
7891
|
-
"version": "6.12.6",
|
7892
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
7893
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
7894
|
-
"dev": true,
|
7895
|
-
"license": "MIT",
|
7896
|
-
"dependencies": {
|
7897
|
-
"fast-deep-equal": "^3.1.1",
|
7898
|
-
"fast-json-stable-stringify": "^2.0.0",
|
7899
|
-
"json-schema-traverse": "^0.4.1",
|
7900
|
-
"uri-js": "^4.2.2"
|
7901
|
-
},
|
7902
|
-
"funding": {
|
7903
|
-
"type": "github",
|
7904
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
7905
|
-
}
|
7906
|
-
},
|
7907
7701
|
"node_modules/eslint/node_modules/doctrine": {
|
7908
7702
|
"version": "3.0.0",
|
7909
7703
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
@@ -7947,13 +7741,6 @@
|
|
7947
7741
|
"node": ">=10.13.0"
|
7948
7742
|
}
|
7949
7743
|
},
|
7950
|
-
"node_modules/eslint/node_modules/json-schema-traverse": {
|
7951
|
-
"version": "0.4.1",
|
7952
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
7953
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
7954
|
-
"dev": true,
|
7955
|
-
"license": "MIT"
|
7956
|
-
},
|
7957
7744
|
"node_modules/eslint/node_modules/locate-path": {
|
7958
7745
|
"version": "6.0.0",
|
7959
7746
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
@@ -10148,9 +9935,10 @@
|
|
10148
9935
|
"license": "MIT"
|
10149
9936
|
},
|
10150
9937
|
"node_modules/json-schema-traverse": {
|
10151
|
-
"version": "
|
10152
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-
|
10153
|
-
"integrity": "sha512-
|
9938
|
+
"version": "0.4.1",
|
9939
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
9940
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
9941
|
+
"dev": true,
|
10154
9942
|
"license": "MIT"
|
10155
9943
|
},
|
10156
9944
|
"node_modules/json-stable-stringify-without-jsonify": {
|
@@ -11541,9 +11329,9 @@
|
|
11541
11329
|
}
|
11542
11330
|
},
|
11543
11331
|
"node_modules/oclif": {
|
11544
|
-
"version": "4.13.
|
11545
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.
|
11546
|
-
"integrity": "sha512-
|
11332
|
+
"version": "4.13.8",
|
11333
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.8.tgz",
|
11334
|
+
"integrity": "sha512-A/e31wMSXgerxwqwb7MvPusPLGap9Hrgbmq6bBlVS+PnBvH/gxzDAMaUNI2Abcpi5KOVB/YyAaODtFHiIf3Szw==",
|
11547
11335
|
"dev": true,
|
11548
11336
|
"license": "MIT",
|
11549
11337
|
"dependencies": {
|
@@ -11553,7 +11341,7 @@
|
|
11553
11341
|
"@inquirer/input": "^2.1.9",
|
11554
11342
|
"@inquirer/select": "^2.3.5",
|
11555
11343
|
"@oclif/core": "^4",
|
11556
|
-
"@oclif/plugin-help": "^6.2.
|
11344
|
+
"@oclif/plugin-help": "^6.2.2",
|
11557
11345
|
"@oclif/plugin-not-found": "^3.2.3",
|
11558
11346
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
11559
11347
|
"async-retry": "^1.3.3",
|
@@ -12076,30 +11864,12 @@
|
|
12076
11864
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
12077
11865
|
}
|
12078
11866
|
},
|
12079
|
-
"node_modules/pino-pretty/node_modules/sonic-boom": {
|
12080
|
-
"version": "4.0.1",
|
12081
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
12082
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
12083
|
-
"license": "MIT",
|
12084
|
-
"dependencies": {
|
12085
|
-
"atomic-sleep": "^1.0.0"
|
12086
|
-
}
|
12087
|
-
},
|
12088
11867
|
"node_modules/pino-std-serializers": {
|
12089
11868
|
"version": "7.0.0",
|
12090
11869
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
12091
11870
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
12092
11871
|
"license": "MIT"
|
12093
11872
|
},
|
12094
|
-
"node_modules/pino/node_modules/sonic-boom": {
|
12095
|
-
"version": "4.0.1",
|
12096
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
12097
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
12098
|
-
"license": "MIT",
|
12099
|
-
"dependencies": {
|
12100
|
-
"atomic-sleep": "^1.0.0"
|
12101
|
-
}
|
12102
|
-
},
|
12103
11873
|
"node_modules/pkg-dir": {
|
12104
11874
|
"version": "4.2.0",
|
12105
11875
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
@@ -13160,10 +12930,9 @@
|
|
13160
12930
|
}
|
13161
12931
|
},
|
13162
12932
|
"node_modules/sonic-boom": {
|
13163
|
-
"version": "
|
13164
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
13165
|
-
"integrity": "sha512-
|
13166
|
-
"dev": true,
|
12933
|
+
"version": "4.0.1",
|
12934
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
12935
|
+
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
13167
12936
|
"license": "MIT",
|
13168
12937
|
"dependencies": {
|
13169
12938
|
"atomic-sleep": "^1.0.0"
|
package/oclif.lock
CHANGED
@@ -1627,10 +1627,10 @@
|
|
1627
1627
|
"@jridgewell/resolve-uri" "3.1.0"
|
1628
1628
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
1629
1629
|
|
1630
|
-
"@jsforce/jsforce-node@^3.2.
|
1631
|
-
version "3.2.
|
1632
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.
|
1633
|
-
integrity sha512-
|
1630
|
+
"@jsforce/jsforce-node@^3.2.1":
|
1631
|
+
version "3.2.2"
|
1632
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.2.tgz#6bc1bf483f52023d63ae76534fc8665b2df215e0"
|
1633
|
+
integrity sha512-wQl4iCkwbop3eJfl+PxgFfIEPE2Ka68MvgnxbxVX/yx+NhfiNqbl08uKLAG+VcI40D8sgApfm86Yx7o8Q9PZmw==
|
1634
1634
|
dependencies:
|
1635
1635
|
"@sindresorhus/is" "^4"
|
1636
1636
|
"@types/node" "^18.15.3"
|
@@ -1703,9 +1703,9 @@
|
|
1703
1703
|
wrap-ansi "^7.0.0"
|
1704
1704
|
|
1705
1705
|
"@oclif/core@^4", "@oclif/core@^4.0.3":
|
1706
|
-
version "4.0.
|
1707
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1708
|
-
integrity sha512-
|
1706
|
+
version "4.0.7"
|
1707
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
|
1708
|
+
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
|
1709
1709
|
dependencies:
|
1710
1710
|
ansi-escapes "^4.3.2"
|
1711
1711
|
ansis "^3.1.1"
|
@@ -1740,10 +1740,10 @@
|
|
1740
1740
|
semver "^7.6.0"
|
1741
1741
|
ts-json-schema-generator "^1.5.1"
|
1742
1742
|
|
1743
|
-
"@oclif/plugin-help@^6.2.
|
1744
|
-
version "6.2.
|
1745
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1746
|
-
integrity sha512-
|
1743
|
+
"@oclif/plugin-help@^6.2.2":
|
1744
|
+
version "6.2.3"
|
1745
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca"
|
1746
|
+
integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==
|
1747
1747
|
dependencies:
|
1748
1748
|
"@oclif/core" "^4"
|
1749
1749
|
|
@@ -1773,12 +1773,12 @@
|
|
1773
1773
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1774
1774
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1775
1775
|
|
1776
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1777
|
-
version "5.3.
|
1778
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1779
|
-
integrity sha512-
|
1776
|
+
"@salesforce/cli-plugins-testkit@^5.3.16":
|
1777
|
+
version "5.3.16"
|
1778
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.16.tgz#903aeb6b00fbce627652e1f6dc1f5f795386ad55"
|
1779
|
+
integrity sha512-Qzhd9dIUlAYPGdAJGmY2GuyMI6HkXPoJHZtumIg436VjWFnZchXJ/O7wipEk2zsqa8RfkZNJyollWd41wxTnHA==
|
1780
1780
|
dependencies:
|
1781
|
-
"@salesforce/core" "^8.0.
|
1781
|
+
"@salesforce/core" "^8.0.3"
|
1782
1782
|
"@salesforce/kit" "^3.1.6"
|
1783
1783
|
"@salesforce/ts-types" "^2.0.10"
|
1784
1784
|
"@types/shelljs" "^0.8.15"
|
@@ -1789,36 +1789,12 @@
|
|
1789
1789
|
strip-ansi "6.0.1"
|
1790
1790
|
ts-retry-promise "^0.8.1"
|
1791
1791
|
|
1792
|
-
"@salesforce/core@^
|
1793
|
-
version "
|
1794
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-
|
1795
|
-
integrity sha512-
|
1796
|
-
dependencies:
|
1797
|
-
"@jsforce/jsforce-node" "^3.2.0"
|
1798
|
-
"@salesforce/kit" "^3.1.2"
|
1799
|
-
"@salesforce/schemas" "^1.9.0"
|
1800
|
-
"@salesforce/ts-types" "^2.0.9"
|
1801
|
-
ajv "^8.15.0"
|
1802
|
-
change-case "^4.1.2"
|
1803
|
-
fast-levenshtein "^3.0.0"
|
1804
|
-
faye "^1.4.0"
|
1805
|
-
form-data "^4.0.0"
|
1806
|
-
js2xmlparser "^4.0.1"
|
1807
|
-
jsonwebtoken "9.0.2"
|
1808
|
-
jszip "3.10.1"
|
1809
|
-
pino "^8.21.0"
|
1810
|
-
pino-abstract-transport "^1.2.0"
|
1811
|
-
pino-pretty "^10.3.1"
|
1812
|
-
proper-lockfile "^4.1.2"
|
1813
|
-
semver "^7.6.2"
|
1814
|
-
ts-retry-promise "^0.8.1"
|
1815
|
-
|
1816
|
-
"@salesforce/core@^8.0.1":
|
1817
|
-
version "8.0.2"
|
1818
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.2.tgz#f2f31024f3d264c3c862700a42712c69fc7e1160"
|
1819
|
-
integrity sha512-DSQ6iZJhc5HWWfSnn8e0ECxQaY+uQzoNlqLZnwWggkMPlaurlNIpSd8Td+prLL0sQ4YS/SmB68gLnfpd7U++tg==
|
1792
|
+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3":
|
1793
|
+
version "8.1.0"
|
1794
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.0.tgz#8ee25acdacf9d70a6249907a2fe3503461f18766"
|
1795
|
+
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==
|
1820
1796
|
dependencies:
|
1821
|
-
"@jsforce/jsforce-node" "^3.2.
|
1797
|
+
"@jsforce/jsforce-node" "^3.2.1"
|
1822
1798
|
"@salesforce/kit" "^3.1.6"
|
1823
1799
|
"@salesforce/schemas" "^1.9.0"
|
1824
1800
|
"@salesforce/ts-types" "^2.0.10"
|
@@ -1842,10 +1818,10 @@
|
|
1842
1818
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
1843
1819
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
1844
1820
|
|
1845
|
-
"@salesforce/dev-scripts@^10.2.
|
1846
|
-
version "10.2.
|
1847
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
1848
|
-
integrity sha512-
|
1821
|
+
"@salesforce/dev-scripts@^10.2.2":
|
1822
|
+
version "10.2.2"
|
1823
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.2.tgz#0fbcc6504712a38301da13b0ad5f10e38b705c8d"
|
1824
|
+
integrity sha512-dLVhj2sxyXrmwypZN4Sra/cZyXqa1oM9iwq2dRto/0EVsn1kcAwASJo4p1xv5RsS25F/4nG4Wdu0O0qHWjqCBw==
|
1849
1825
|
dependencies:
|
1850
1826
|
"@commitlint/cli" "^17.1.2"
|
1851
1827
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -1874,23 +1850,23 @@
|
|
1874
1850
|
typescript "^5.4.3"
|
1875
1851
|
wireit "^0.14.4"
|
1876
1852
|
|
1877
|
-
"@salesforce/kit@^3.1.
|
1853
|
+
"@salesforce/kit@^3.1.6":
|
1878
1854
|
version "3.1.6"
|
1879
1855
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.6.tgz#aefb39c0e0f325e11f80551ff92cf6979dd74070"
|
1880
1856
|
integrity sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ==
|
1881
1857
|
dependencies:
|
1882
1858
|
"@salesforce/ts-types" "^2.0.10"
|
1883
1859
|
|
1884
|
-
"@salesforce/plugin-command-reference@^3.1.
|
1885
|
-
version "3.1.
|
1886
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
1887
|
-
integrity sha512-
|
1860
|
+
"@salesforce/plugin-command-reference@^3.1.5":
|
1861
|
+
version "3.1.5"
|
1862
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.5.tgz#91231b949bb157d3c8c7930b1a234833bff9ee29"
|
1863
|
+
integrity sha512-pTjWMHRZ9HM33f3OVGCf9NV0oG/mStkP6l59r2ELsYdmVPZoXbvnS8sy2xrijxwJ/jsiQr4fxh4W68Q0DGpxhg==
|
1888
1864
|
dependencies:
|
1889
1865
|
"@oclif/core" "^4"
|
1890
|
-
"@salesforce/core" "^
|
1891
|
-
"@salesforce/kit" "^3.1.
|
1892
|
-
"@salesforce/sf-plugins-core" "^
|
1893
|
-
"@salesforce/ts-types" "^2.0.
|
1866
|
+
"@salesforce/core" "^8.0.1"
|
1867
|
+
"@salesforce/kit" "^3.1.6"
|
1868
|
+
"@salesforce/sf-plugins-core" "^11.1.1"
|
1869
|
+
"@salesforce/ts-types" "^2.0.10"
|
1894
1870
|
chalk "^5.3.0"
|
1895
1871
|
debug "^4.3.4"
|
1896
1872
|
handlebars "^4.7.8"
|
@@ -1905,24 +1881,6 @@
|
|
1905
1881
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
1906
1882
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
1907
1883
|
|
1908
|
-
"@salesforce/sf-plugins-core@^10.0.1":
|
1909
|
-
version "10.0.1"
|
1910
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz#8df8e3b7a10f8ba75906c5d58eb3a7df32e42eb3"
|
1911
|
-
integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
|
1912
|
-
dependencies:
|
1913
|
-
"@inquirer/confirm" "^3.1.9"
|
1914
|
-
"@inquirer/password" "^2.1.9"
|
1915
|
-
"@oclif/core" "^4.0.3"
|
1916
|
-
"@salesforce/core" "^7.3.12"
|
1917
|
-
"@salesforce/kit" "^3.1.3"
|
1918
|
-
"@salesforce/ts-types" "^2.0.9"
|
1919
|
-
ansis "^3.2.0"
|
1920
|
-
cli-progress "^3.12.0"
|
1921
|
-
natural-orderby "^3.0.2"
|
1922
|
-
slice-ansi "^7.1.0"
|
1923
|
-
string-width "^7.1.0"
|
1924
|
-
terminal-link "^3.0.0"
|
1925
|
-
|
1926
1884
|
"@salesforce/sf-plugins-core@^11.1.1":
|
1927
1885
|
version "11.1.1"
|
1928
1886
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.1.tgz#f0168d8734cd458caa4063691b528a28b2d7b172"
|
@@ -2811,7 +2769,7 @@ ajv@^6.12.4:
|
|
2811
2769
|
json-schema-traverse "^0.4.1"
|
2812
2770
|
uri-js "^4.2.2"
|
2813
2771
|
|
2814
|
-
ajv@^8.11.0, ajv@^8.
|
2772
|
+
ajv@^8.11.0, ajv@^8.16.0:
|
2815
2773
|
version "8.16.0"
|
2816
2774
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
|
2817
2775
|
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
@@ -4051,12 +4009,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4051
4009
|
semver "^7.5.4"
|
4052
4010
|
spdx-expression-parse "^4.0.0"
|
4053
4011
|
|
4054
|
-
eslint-plugin-sf-plugin@^1.18.
|
4055
|
-
version "1.18.
|
4056
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
4057
|
-
integrity sha512-
|
4012
|
+
eslint-plugin-sf-plugin@^1.18.9:
|
4013
|
+
version "1.18.9"
|
4014
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.9.tgz#785916e1c428bbc886a6d5c1cd1f5214cbb03319"
|
4015
|
+
integrity sha512-p/l64/qsGp3iD28PfsSEtWYJ9ziWDZ6aOtoty99WQDpazLVG3DDzCSE/pZjwPQlY1AnU+4eo9/H8ZROeuA3Nmw==
|
4058
4016
|
dependencies:
|
4059
|
-
"@salesforce/core" "^8.0.
|
4017
|
+
"@salesforce/core" "^8.0.3"
|
4060
4018
|
"@typescript-eslint/utils" "^6.17.0"
|
4061
4019
|
|
4062
4020
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -4230,7 +4188,7 @@ external-editor@^3.0.3:
|
|
4230
4188
|
iconv-lite "^0.4.24"
|
4231
4189
|
tmp "^0.0.33"
|
4232
4190
|
|
4233
|
-
fast-copy@^3.0.
|
4191
|
+
fast-copy@^3.0.2:
|
4234
4192
|
version "3.0.2"
|
4235
4193
|
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35"
|
4236
4194
|
integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==
|
@@ -6175,10 +6133,10 @@ object.values@^1.1.7:
|
|
6175
6133
|
define-properties "^1.2.0"
|
6176
6134
|
es-abstract "^1.22.1"
|
6177
6135
|
|
6178
|
-
oclif@^4.13.
|
6179
|
-
version "4.13.
|
6180
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.
|
6181
|
-
integrity sha512-
|
6136
|
+
oclif@^4.13.8:
|
6137
|
+
version "4.13.8"
|
6138
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.8.tgz#31bc6857fd34da17df398fbc6c9fe3a5298da85b"
|
6139
|
+
integrity sha512-A/e31wMSXgerxwqwb7MvPusPLGap9Hrgbmq6bBlVS+PnBvH/gxzDAMaUNI2Abcpi5KOVB/YyAaODtFHiIf3Szw==
|
6182
6140
|
dependencies:
|
6183
6141
|
"@aws-sdk/client-cloudfront" "^3.592.0"
|
6184
6142
|
"@aws-sdk/client-s3" "^3.583.0"
|
@@ -6186,7 +6144,7 @@ oclif@^4.13.6:
|
|
6186
6144
|
"@inquirer/input" "^2.1.9"
|
6187
6145
|
"@inquirer/select" "^2.3.5"
|
6188
6146
|
"@oclif/core" "^4"
|
6189
|
-
"@oclif/plugin-help" "^6.2.
|
6147
|
+
"@oclif/plugin-help" "^6.2.2"
|
6190
6148
|
"@oclif/plugin-not-found" "^3.2.3"
|
6191
6149
|
"@oclif/plugin-warn-if-update-available" "^3.0.19"
|
6192
6150
|
async-retry "^1.3.3"
|
@@ -6444,26 +6402,6 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
6444
6402
|
readable-stream "^4.0.0"
|
6445
6403
|
split2 "^4.0.0"
|
6446
6404
|
|
6447
|
-
pino-pretty@^10.3.1:
|
6448
|
-
version "10.3.1"
|
6449
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
6450
|
-
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
|
6451
|
-
dependencies:
|
6452
|
-
colorette "^2.0.7"
|
6453
|
-
dateformat "^4.6.3"
|
6454
|
-
fast-copy "^3.0.0"
|
6455
|
-
fast-safe-stringify "^2.1.1"
|
6456
|
-
help-me "^5.0.0"
|
6457
|
-
joycon "^3.1.1"
|
6458
|
-
minimist "^1.2.6"
|
6459
|
-
on-exit-leak-free "^2.1.0"
|
6460
|
-
pino-abstract-transport "^1.0.0"
|
6461
|
-
pump "^3.0.0"
|
6462
|
-
readable-stream "^4.0.0"
|
6463
|
-
secure-json-parse "^2.4.0"
|
6464
|
-
sonic-boom "^3.0.0"
|
6465
|
-
strip-json-comments "^3.1.1"
|
6466
|
-
|
6467
6405
|
pino-pretty@^11.2.1:
|
6468
6406
|
version "11.2.1"
|
6469
6407
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96"
|
@@ -6484,33 +6422,11 @@ pino-pretty@^11.2.1:
|
|
6484
6422
|
sonic-boom "^4.0.1"
|
6485
6423
|
strip-json-comments "^3.1.1"
|
6486
6424
|
|
6487
|
-
pino-std-serializers@^6.0.0:
|
6488
|
-
version "6.2.2"
|
6489
|
-
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
6490
|
-
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
6491
|
-
|
6492
6425
|
pino-std-serializers@^7.0.0:
|
6493
6426
|
version "7.0.0"
|
6494
6427
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
6495
6428
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
6496
6429
|
|
6497
|
-
pino@^8.21.0:
|
6498
|
-
version "8.21.0"
|
6499
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
6500
|
-
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
6501
|
-
dependencies:
|
6502
|
-
atomic-sleep "^1.0.0"
|
6503
|
-
fast-redact "^3.1.1"
|
6504
|
-
on-exit-leak-free "^2.1.0"
|
6505
|
-
pino-abstract-transport "^1.2.0"
|
6506
|
-
pino-std-serializers "^6.0.0"
|
6507
|
-
process-warning "^3.0.0"
|
6508
|
-
quick-format-unescaped "^4.0.3"
|
6509
|
-
real-require "^0.2.0"
|
6510
|
-
safe-stable-stringify "^2.3.1"
|
6511
|
-
sonic-boom "^3.7.0"
|
6512
|
-
thread-stream "^2.6.0"
|
6513
|
-
|
6514
6430
|
pino@^9.2.0:
|
6515
6431
|
version "9.2.0"
|
6516
6432
|
resolved "https://registry.yarnpkg.com/pino/-/pino-9.2.0.tgz#e77a9516f3a3e5550d9b76d9f65ac6118ef02bdd"
|
@@ -7127,13 +7043,6 @@ snake-case@^3.0.4:
|
|
7127
7043
|
dot-case "^3.0.4"
|
7128
7044
|
tslib "^2.0.3"
|
7129
7045
|
|
7130
|
-
sonic-boom@^3.0.0, sonic-boom@^3.7.0:
|
7131
|
-
version "3.7.0"
|
7132
|
-
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
|
7133
|
-
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
|
7134
|
-
dependencies:
|
7135
|
-
atomic-sleep "^1.0.0"
|
7136
|
-
|
7137
7046
|
sonic-boom@^4.0.1:
|
7138
7047
|
version "4.0.1"
|
7139
7048
|
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-4.0.1.tgz#515b7cef2c9290cb362c4536388ddeece07aed30"
|
@@ -7432,13 +7341,6 @@ text-table@^0.2.0:
|
|
7432
7341
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
7433
7342
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
7434
7343
|
|
7435
|
-
thread-stream@^2.6.0:
|
7436
|
-
version "2.7.0"
|
7437
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
7438
|
-
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
7439
|
-
dependencies:
|
7440
|
-
real-require "^0.2.0"
|
7441
|
-
|
7442
7344
|
thread-stream@^3.0.0:
|
7443
7345
|
version "3.1.0"
|
7444
7346
|
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.14",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
@@ -13,17 +13,17 @@
|
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
17
|
-
"@salesforce/dev-scripts": "^10.2.
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
17
|
+
"@salesforce/dev-scripts": "^10.2.2",
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.5",
|
19
19
|
"@salesforce/ts-types": "^2.0.10",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.5.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.9",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.13.
|
26
|
+
"oclif": "^4.13.8",
|
27
27
|
"ts-node": "^10.9.2",
|
28
28
|
"typescript": "^5.4.5"
|
29
29
|
},
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"exports": "./lib/index.js",
|
256
256
|
"type": "module",
|
257
257
|
"sfdx": {
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.14.crt",
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.14.sig"
|
260
260
|
}
|
261
261
|
}
|