@salesforce/plugin-release-management 4.5.18 → 4.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +1 -1
- package/README.md +18 -18
- package/npm-shrinkwrap.json +127 -281
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [
|
|
160
|
+
_See code: [lib/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/channel/promote.ts)_
|
|
161
161
|
|
|
162
162
|
## `sfdx cli:artifacts:compare`
|
|
163
163
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ sfdx cli:artifacts:compare
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [
|
|
183
|
+
_See code: [lib/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/artifacts/compare.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx cli:install:jit:test`
|
|
186
186
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sfdx cli:install:jit:test
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [
|
|
203
|
+
_See code: [lib/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/install/jit/test.ts)_
|
|
204
204
|
|
|
205
205
|
## `sfdx cli:install:test`
|
|
206
206
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [
|
|
243
|
+
_See code: [lib/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/install/test.ts)_
|
|
244
244
|
|
|
245
245
|
## `sfdx cli:release:automerge`
|
|
246
246
|
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [
|
|
272
|
+
_See code: [lib/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/release/automerge.ts)_
|
|
273
273
|
|
|
274
274
|
## `sfdx cli:release:build`
|
|
275
275
|
|
|
@@ -330,7 +330,7 @@ EXAMPLES
|
|
|
330
330
|
$ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [
|
|
333
|
+
_See code: [lib/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/release/build.ts)_
|
|
334
334
|
|
|
335
335
|
## `sfdx cli:releasenotes`
|
|
336
336
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [
|
|
373
|
+
_See code: [lib/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/releasenotes.ts)_
|
|
374
374
|
|
|
375
375
|
## `sfdx cli:schemas:compare`
|
|
376
376
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ sfdx cli:schemas:compare
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [
|
|
395
|
+
_See code: [lib/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/schemas/compare.ts)_
|
|
396
396
|
|
|
397
397
|
## `sfdx cli:tarballs:prepare`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx cli:tarballs:prepare
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [
|
|
422
|
+
_See code: [lib/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/prepare.ts)_
|
|
423
423
|
|
|
424
424
|
## `sfdx cli:tarballs:smoke`
|
|
425
425
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sfdx cli:tarballs:smoke
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [
|
|
451
|
+
_See code: [lib/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/smoke.ts)_
|
|
452
452
|
|
|
453
453
|
## `sfdx cli:tarballs:verify`
|
|
454
454
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ sfdx cli:tarballs:verify --cli sf
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [
|
|
482
|
+
_See code: [lib/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/verify.ts)_
|
|
483
483
|
|
|
484
484
|
## `sfdx cli:versions:inspect`
|
|
485
485
|
|
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [
|
|
534
|
+
_See code: [lib/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/versions/inspect.ts)_
|
|
535
535
|
|
|
536
536
|
## `sfdx dependabot:automerge`
|
|
537
537
|
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [
|
|
573
|
+
_See code: [lib/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/dependabot/automerge.ts)_
|
|
574
574
|
|
|
575
575
|
## `sfdx github:check:closed`
|
|
576
576
|
|
|
@@ -596,7 +596,7 @@ EXAMPLES
|
|
|
596
596
|
$ sfdx github:check:closed -o me@gus.com
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [
|
|
599
|
+
_See code: [lib/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/github/check/closed.ts)_
|
|
600
600
|
|
|
601
601
|
## `sfdx npm:dependencies:pin`
|
|
602
602
|
|
|
@@ -621,7 +621,7 @@ DESCRIPTION
|
|
|
621
621
|
in the package.json
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [
|
|
624
|
+
_See code: [lib/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/npm/dependencies/pin.ts)_
|
|
625
625
|
|
|
626
626
|
## `sfdx npm:package:release`
|
|
627
627
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
publish npm package
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [
|
|
655
|
+
_See code: [lib/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/npm/package/release.ts)_
|
|
656
656
|
|
|
657
657
|
## `sfdx plugins:trust:verify`
|
|
658
658
|
|
|
@@ -680,7 +680,7 @@ EXAMPLES
|
|
|
680
680
|
$ sfdx plugins:trust:verify --npm @scope/npmName
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.23/
|
|
683
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.23/lib/commands/plugins/trust/verify.ts)_
|
|
684
684
|
|
|
685
685
|
## `sfdx repositories`
|
|
686
686
|
|
|
@@ -718,6 +718,6 @@ EXAMPLES
|
|
|
718
718
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [
|
|
721
|
+
_See code: [lib/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/repositories/index.ts)_
|
|
722
722
|
|
|
723
723
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.20",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.5.
|
|
9
|
+
"version": "4.5.20",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.58",
|
|
20
20
|
"@salesforce/plugin-trust": "^2.6.23",
|
|
21
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
21
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
|
-
"aws-sdk": "^2.
|
|
23
|
+
"aws-sdk": "^2.1531.0",
|
|
24
24
|
"chalk": "^4.1.0",
|
|
25
25
|
"fast-glob": "^3.3.2",
|
|
26
26
|
"got": "^11.8.6",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@oclif/plugin-command-snapshot": "^4.0.16",
|
|
41
|
-
"@salesforce/dev-scripts": "^8.1.
|
|
41
|
+
"@salesforce/dev-scripts": "^8.1.3",
|
|
42
42
|
"@salesforce/ts-sinon": "1.4.19",
|
|
43
43
|
"@types/semver": "^7.5.6",
|
|
44
44
|
"@types/shelljs": "^0.8.15",
|
|
@@ -1181,26 +1181,6 @@
|
|
|
1181
1181
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
1182
1182
|
}
|
|
1183
1183
|
},
|
|
1184
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1185
|
-
"version": "2.0.1",
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1187
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1188
|
-
"dev": true,
|
|
1189
|
-
"license": "Python-2.0"
|
|
1190
|
-
},
|
|
1191
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1192
|
-
"version": "4.1.0",
|
|
1193
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1194
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1195
|
-
"dev": true,
|
|
1196
|
-
"license": "MIT",
|
|
1197
|
-
"dependencies": {
|
|
1198
|
-
"argparse": "^2.0.1"
|
|
1199
|
-
},
|
|
1200
|
-
"bin": {
|
|
1201
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
1184
|
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
1205
1185
|
"version": "0.4.1",
|
|
1206
1186
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -1397,6 +1377,30 @@
|
|
|
1397
1377
|
"node": ">=8"
|
|
1398
1378
|
}
|
|
1399
1379
|
},
|
|
1380
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
1381
|
+
"version": "1.0.10",
|
|
1382
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1383
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1384
|
+
"dev": true,
|
|
1385
|
+
"license": "MIT",
|
|
1386
|
+
"dependencies": {
|
|
1387
|
+
"sprintf-js": "~1.0.2"
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
1391
|
+
"version": "3.14.1",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
1393
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
1394
|
+
"dev": true,
|
|
1395
|
+
"license": "MIT",
|
|
1396
|
+
"dependencies": {
|
|
1397
|
+
"argparse": "^1.0.7",
|
|
1398
|
+
"esprima": "^4.0.0"
|
|
1399
|
+
},
|
|
1400
|
+
"bin": {
|
|
1401
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1400
1404
|
"node_modules/@istanbuljs/schema": {
|
|
1401
1405
|
"version": "0.1.3",
|
|
1402
1406
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -2056,43 +2060,10 @@
|
|
|
2056
2060
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2057
2061
|
}
|
|
2058
2062
|
},
|
|
2059
|
-
"node_modules/@oclif/color": {
|
|
2060
|
-
"version": "1.0.10",
|
|
2061
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.10.tgz",
|
|
2062
|
-
"integrity": "sha512-INWEDAL3SzzR3pIhkrqk22HV6JravLUeRZXAIpoQqIeLReauaibCVcNTzOlt0z0S8YrqRhksc54ZxZC4Oa8xBw==",
|
|
2063
|
-
"dev": true,
|
|
2064
|
-
"license": "MIT",
|
|
2065
|
-
"dependencies": {
|
|
2066
|
-
"ansi-styles": "^4.2.1",
|
|
2067
|
-
"chalk": "^4.1.0",
|
|
2068
|
-
"strip-ansi": "^6.0.1",
|
|
2069
|
-
"supports-color": "^8.1.1",
|
|
2070
|
-
"tslib": "^2"
|
|
2071
|
-
},
|
|
2072
|
-
"engines": {
|
|
2073
|
-
"node": ">=12.0.0"
|
|
2074
|
-
}
|
|
2075
|
-
},
|
|
2076
|
-
"node_modules/@oclif/color/node_modules/supports-color": {
|
|
2077
|
-
"version": "8.1.1",
|
|
2078
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2079
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2080
|
-
"dev": true,
|
|
2081
|
-
"license": "MIT",
|
|
2082
|
-
"dependencies": {
|
|
2083
|
-
"has-flag": "^4.0.0"
|
|
2084
|
-
},
|
|
2085
|
-
"engines": {
|
|
2086
|
-
"node": ">=10"
|
|
2087
|
-
},
|
|
2088
|
-
"funding": {
|
|
2089
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
2063
|
"node_modules/@oclif/core": {
|
|
2093
|
-
"version": "3.
|
|
2094
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2095
|
-
"integrity": "sha512
|
|
2064
|
+
"version": "3.16.0",
|
|
2065
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.16.0.tgz",
|
|
2066
|
+
"integrity": "sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==",
|
|
2096
2067
|
"license": "MIT",
|
|
2097
2068
|
"dependencies": {
|
|
2098
2069
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2127,6 +2098,28 @@
|
|
|
2127
2098
|
"node": ">=18.0.0"
|
|
2128
2099
|
}
|
|
2129
2100
|
},
|
|
2101
|
+
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2102
|
+
"version": "1.0.10",
|
|
2103
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2104
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2105
|
+
"license": "MIT",
|
|
2106
|
+
"dependencies": {
|
|
2107
|
+
"sprintf-js": "~1.0.2"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2111
|
+
"version": "3.14.1",
|
|
2112
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2113
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2114
|
+
"license": "MIT",
|
|
2115
|
+
"dependencies": {
|
|
2116
|
+
"argparse": "^1.0.7",
|
|
2117
|
+
"esprima": "^4.0.0"
|
|
2118
|
+
},
|
|
2119
|
+
"bin": {
|
|
2120
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2130
2123
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2131
2124
|
"version": "8.1.1",
|
|
2132
2125
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2177,153 +2170,54 @@
|
|
|
2177
2170
|
}
|
|
2178
2171
|
},
|
|
2179
2172
|
"node_modules/@oclif/plugin-help": {
|
|
2180
|
-
"version": "
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-
|
|
2182
|
-
"integrity": "sha512-
|
|
2183
|
-
"dev": true,
|
|
2184
|
-
"license": "MIT",
|
|
2185
|
-
"dependencies": {
|
|
2186
|
-
"@oclif/core": "^2.11.7"
|
|
2187
|
-
},
|
|
2188
|
-
"engines": {
|
|
2189
|
-
"node": ">=12.0.0"
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2193
|
-
"version": "2.15.0",
|
|
2194
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
2195
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
2196
|
-
"dev": true,
|
|
2197
|
-
"license": "MIT",
|
|
2198
|
-
"dependencies": {
|
|
2199
|
-
"@types/cli-progress": "^3.11.0",
|
|
2200
|
-
"ansi-escapes": "^4.3.2",
|
|
2201
|
-
"ansi-styles": "^4.3.0",
|
|
2202
|
-
"cardinal": "^2.1.1",
|
|
2203
|
-
"chalk": "^4.1.2",
|
|
2204
|
-
"clean-stack": "^3.0.1",
|
|
2205
|
-
"cli-progress": "^3.12.0",
|
|
2206
|
-
"debug": "^4.3.4",
|
|
2207
|
-
"ejs": "^3.1.8",
|
|
2208
|
-
"get-package-type": "^0.1.0",
|
|
2209
|
-
"globby": "^11.1.0",
|
|
2210
|
-
"hyperlinker": "^1.0.0",
|
|
2211
|
-
"indent-string": "^4.0.0",
|
|
2212
|
-
"is-wsl": "^2.2.0",
|
|
2213
|
-
"js-yaml": "^3.14.1",
|
|
2214
|
-
"natural-orderby": "^2.0.3",
|
|
2215
|
-
"object-treeify": "^1.1.33",
|
|
2216
|
-
"password-prompt": "^1.1.2",
|
|
2217
|
-
"slice-ansi": "^4.0.0",
|
|
2218
|
-
"string-width": "^4.2.3",
|
|
2219
|
-
"strip-ansi": "^6.0.1",
|
|
2220
|
-
"supports-color": "^8.1.1",
|
|
2221
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2222
|
-
"ts-node": "^10.9.1",
|
|
2223
|
-
"tslib": "^2.5.0",
|
|
2224
|
-
"widest-line": "^3.1.0",
|
|
2225
|
-
"wordwrap": "^1.0.0",
|
|
2226
|
-
"wrap-ansi": "^7.0.0"
|
|
2227
|
-
},
|
|
2228
|
-
"engines": {
|
|
2229
|
-
"node": ">=14.0.0"
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
2233
|
-
"version": "8.1.1",
|
|
2234
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2235
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2173
|
+
"version": "6.0.9",
|
|
2174
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.9.tgz",
|
|
2175
|
+
"integrity": "sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==",
|
|
2236
2176
|
"dev": true,
|
|
2237
2177
|
"license": "MIT",
|
|
2238
2178
|
"dependencies": {
|
|
2239
|
-
"
|
|
2179
|
+
"@oclif/core": "^3.15.0"
|
|
2240
2180
|
},
|
|
2241
2181
|
"engines": {
|
|
2242
|
-
"node": ">=
|
|
2243
|
-
},
|
|
2244
|
-
"funding": {
|
|
2245
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2182
|
+
"node": ">=18.0.0"
|
|
2246
2183
|
}
|
|
2247
2184
|
},
|
|
2248
2185
|
"node_modules/@oclif/plugin-not-found": {
|
|
2249
|
-
"version": "
|
|
2250
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-
|
|
2251
|
-
"integrity": "sha512-
|
|
2186
|
+
"version": "3.0.7",
|
|
2187
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.7.tgz",
|
|
2188
|
+
"integrity": "sha512-AofTUzKVvuU9uQBKMhX3i62aPeoijqtNsRM4rHShS4FyUd1MEhjbI2SmxcNTWjwedRL5F+b9EpjWuswc86fUMg==",
|
|
2252
2189
|
"dev": true,
|
|
2253
2190
|
"license": "MIT",
|
|
2254
2191
|
"dependencies": {
|
|
2255
|
-
"@oclif/
|
|
2256
|
-
"
|
|
2192
|
+
"@oclif/core": "^3.15.1",
|
|
2193
|
+
"chalk": "^5.3.0",
|
|
2257
2194
|
"fast-levenshtein": "^3.0.0"
|
|
2258
2195
|
},
|
|
2259
2196
|
"engines": {
|
|
2260
|
-
"node": ">=
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2264
|
-
"version": "2.15.0",
|
|
2265
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
2266
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
2267
|
-
"dev": true,
|
|
2268
|
-
"license": "MIT",
|
|
2269
|
-
"dependencies": {
|
|
2270
|
-
"@types/cli-progress": "^3.11.0",
|
|
2271
|
-
"ansi-escapes": "^4.3.2",
|
|
2272
|
-
"ansi-styles": "^4.3.0",
|
|
2273
|
-
"cardinal": "^2.1.1",
|
|
2274
|
-
"chalk": "^4.1.2",
|
|
2275
|
-
"clean-stack": "^3.0.1",
|
|
2276
|
-
"cli-progress": "^3.12.0",
|
|
2277
|
-
"debug": "^4.3.4",
|
|
2278
|
-
"ejs": "^3.1.8",
|
|
2279
|
-
"get-package-type": "^0.1.0",
|
|
2280
|
-
"globby": "^11.1.0",
|
|
2281
|
-
"hyperlinker": "^1.0.0",
|
|
2282
|
-
"indent-string": "^4.0.0",
|
|
2283
|
-
"is-wsl": "^2.2.0",
|
|
2284
|
-
"js-yaml": "^3.14.1",
|
|
2285
|
-
"natural-orderby": "^2.0.3",
|
|
2286
|
-
"object-treeify": "^1.1.33",
|
|
2287
|
-
"password-prompt": "^1.1.2",
|
|
2288
|
-
"slice-ansi": "^4.0.0",
|
|
2289
|
-
"string-width": "^4.2.3",
|
|
2290
|
-
"strip-ansi": "^6.0.1",
|
|
2291
|
-
"supports-color": "^8.1.1",
|
|
2292
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2293
|
-
"ts-node": "^10.9.1",
|
|
2294
|
-
"tslib": "^2.5.0",
|
|
2295
|
-
"widest-line": "^3.1.0",
|
|
2296
|
-
"wordwrap": "^1.0.0",
|
|
2297
|
-
"wrap-ansi": "^7.0.0"
|
|
2298
|
-
},
|
|
2299
|
-
"engines": {
|
|
2300
|
-
"node": ">=14.0.0"
|
|
2197
|
+
"node": ">=18.0.0"
|
|
2301
2198
|
}
|
|
2302
2199
|
},
|
|
2303
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
2304
|
-
"version": "
|
|
2305
|
-
"resolved": "https://registry.npmjs.org/
|
|
2306
|
-
"integrity": "sha512-
|
|
2200
|
+
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2201
|
+
"version": "5.3.0",
|
|
2202
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2203
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2307
2204
|
"dev": true,
|
|
2308
2205
|
"license": "MIT",
|
|
2309
|
-
"dependencies": {
|
|
2310
|
-
"has-flag": "^4.0.0"
|
|
2311
|
-
},
|
|
2312
2206
|
"engines": {
|
|
2313
|
-
"node": ">=
|
|
2207
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
2314
2208
|
},
|
|
2315
2209
|
"funding": {
|
|
2316
|
-
"url": "https://github.com/chalk/
|
|
2210
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2317
2211
|
}
|
|
2318
2212
|
},
|
|
2319
2213
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2320
|
-
"version": "3.0.
|
|
2321
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
2322
|
-
"integrity": "sha512-
|
|
2214
|
+
"version": "3.0.8",
|
|
2215
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz",
|
|
2216
|
+
"integrity": "sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==",
|
|
2323
2217
|
"dev": true,
|
|
2324
2218
|
"license": "MIT",
|
|
2325
2219
|
"dependencies": {
|
|
2326
|
-
"@oclif/core": "^3.
|
|
2220
|
+
"@oclif/core": "^3.15.1",
|
|
2327
2221
|
"chalk": "^5.3.0",
|
|
2328
2222
|
"debug": "^4.1.0",
|
|
2329
2223
|
"http-call": "^5.2.2",
|
|
@@ -2816,9 +2710,9 @@
|
|
|
2816
2710
|
"license": "BSD-3-Clause"
|
|
2817
2711
|
},
|
|
2818
2712
|
"node_modules/@salesforce/dev-scripts": {
|
|
2819
|
-
"version": "8.1.
|
|
2820
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.1.
|
|
2821
|
-
"integrity": "sha512-
|
|
2713
|
+
"version": "8.1.3",
|
|
2714
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz",
|
|
2715
|
+
"integrity": "sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==",
|
|
2822
2716
|
"dev": true,
|
|
2823
2717
|
"license": "BSD-3-Clause",
|
|
2824
2718
|
"dependencies": {
|
|
@@ -2826,7 +2720,7 @@
|
|
|
2826
2720
|
"@commitlint/config-conventional": "^17.8.1",
|
|
2827
2721
|
"@salesforce/dev-config": "^4.1.0",
|
|
2828
2722
|
"@salesforce/prettier-config": "^0.0.3",
|
|
2829
|
-
"@types/chai": "^4.3.
|
|
2723
|
+
"@types/chai": "^4.3.11",
|
|
2830
2724
|
"@types/mocha": "^10.0.6",
|
|
2831
2725
|
"@types/node": "^18",
|
|
2832
2726
|
"@types/sinon": "^10.0.20",
|
|
@@ -3209,12 +3103,12 @@
|
|
|
3209
3103
|
"license": "ISC"
|
|
3210
3104
|
},
|
|
3211
3105
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3212
|
-
"version": "5.0.
|
|
3213
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
3214
|
-
"integrity": "sha512-
|
|
3106
|
+
"version": "5.0.13",
|
|
3107
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
3108
|
+
"integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
|
|
3215
3109
|
"license": "BSD-3-Clause",
|
|
3216
3110
|
"dependencies": {
|
|
3217
|
-
"@oclif/core": "^3.15.
|
|
3111
|
+
"@oclif/core": "^3.15.1",
|
|
3218
3112
|
"@salesforce/core": "^6.4.1",
|
|
3219
3113
|
"@salesforce/kit": "^3.0.15",
|
|
3220
3114
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3527,16 +3421,6 @@
|
|
|
3527
3421
|
"dev": true,
|
|
3528
3422
|
"license": "MIT"
|
|
3529
3423
|
},
|
|
3530
|
-
"node_modules/@types/cli-progress": {
|
|
3531
|
-
"version": "3.11.0",
|
|
3532
|
-
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.0.tgz",
|
|
3533
|
-
"integrity": "sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==",
|
|
3534
|
-
"dev": true,
|
|
3535
|
-
"license": "MIT",
|
|
3536
|
-
"dependencies": {
|
|
3537
|
-
"@types/node": "*"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
3424
|
"node_modules/@types/expect": {
|
|
3541
3425
|
"version": "1.20.4",
|
|
3542
3426
|
"resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
|
|
@@ -4199,13 +4083,11 @@
|
|
|
4199
4083
|
"license": "MIT"
|
|
4200
4084
|
},
|
|
4201
4085
|
"node_modules/argparse": {
|
|
4202
|
-
"version": "
|
|
4203
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
4204
|
-
"integrity": "sha512-
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"sprintf-js": "~1.0.2"
|
|
4208
|
-
}
|
|
4086
|
+
"version": "2.0.1",
|
|
4087
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
4088
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
4089
|
+
"dev": true,
|
|
4090
|
+
"license": "Python-2.0"
|
|
4209
4091
|
},
|
|
4210
4092
|
"node_modules/array-buffer-byte-length": {
|
|
4211
4093
|
"version": "1.0.0",
|
|
@@ -4454,9 +4336,9 @@
|
|
|
4454
4336
|
}
|
|
4455
4337
|
},
|
|
4456
4338
|
"node_modules/aws-sdk": {
|
|
4457
|
-
"version": "2.
|
|
4458
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
4459
|
-
"integrity": "sha512-
|
|
4339
|
+
"version": "2.1531.0",
|
|
4340
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1531.0.tgz",
|
|
4341
|
+
"integrity": "sha512-BnZcutxV8aplvyCQDUxOlHkrqqqmWl1hgY1sq8umP6bcSEknjH+mrBB6e0XyLQY4ParC0Oyw/8IbDWwc+LsDqw==",
|
|
4460
4342
|
"license": "Apache-2.0",
|
|
4461
4343
|
"dependencies": {
|
|
4462
4344
|
"buffer": "4.9.2",
|
|
@@ -6113,26 +5995,6 @@
|
|
|
6113
5995
|
"typescript": ">=3"
|
|
6114
5996
|
}
|
|
6115
5997
|
},
|
|
6116
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
6117
|
-
"version": "2.0.1",
|
|
6118
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6119
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6120
|
-
"dev": true,
|
|
6121
|
-
"license": "Python-2.0"
|
|
6122
|
-
},
|
|
6123
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
6124
|
-
"version": "4.1.0",
|
|
6125
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
6126
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
6127
|
-
"dev": true,
|
|
6128
|
-
"license": "MIT",
|
|
6129
|
-
"dependencies": {
|
|
6130
|
-
"argparse": "^2.0.1"
|
|
6131
|
-
},
|
|
6132
|
-
"bin": {
|
|
6133
|
-
"js-yaml": "bin/js-yaml.js"
|
|
6134
|
-
}
|
|
6135
|
-
},
|
|
6136
5998
|
"node_modules/create-require": {
|
|
6137
5999
|
"version": "1.1.1",
|
|
6138
6000
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -7524,13 +7386,6 @@
|
|
|
7524
7386
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
7525
7387
|
}
|
|
7526
7388
|
},
|
|
7527
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
7528
|
-
"version": "2.0.1",
|
|
7529
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7530
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7531
|
-
"dev": true,
|
|
7532
|
-
"license": "Python-2.0"
|
|
7533
|
-
},
|
|
7534
7389
|
"node_modules/eslint/node_modules/find-up": {
|
|
7535
7390
|
"version": "5.0.0",
|
|
7536
7391
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -7561,19 +7416,6 @@
|
|
|
7561
7416
|
"node": ">=10.13.0"
|
|
7562
7417
|
}
|
|
7563
7418
|
},
|
|
7564
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
7565
|
-
"version": "4.1.0",
|
|
7566
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7567
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7568
|
-
"dev": true,
|
|
7569
|
-
"license": "MIT",
|
|
7570
|
-
"dependencies": {
|
|
7571
|
-
"argparse": "^2.0.1"
|
|
7572
|
-
},
|
|
7573
|
-
"bin": {
|
|
7574
|
-
"js-yaml": "bin/js-yaml.js"
|
|
7575
|
-
}
|
|
7576
|
-
},
|
|
7577
7419
|
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
7578
7420
|
"version": "0.4.1",
|
|
7579
7421
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -10038,13 +9880,13 @@
|
|
|
10038
9880
|
"license": "MIT"
|
|
10039
9881
|
},
|
|
10040
9882
|
"node_modules/js-yaml": {
|
|
10041
|
-
"version": "
|
|
10042
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
10043
|
-
"integrity": "sha512-
|
|
9883
|
+
"version": "4.1.0",
|
|
9884
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9885
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9886
|
+
"dev": true,
|
|
10044
9887
|
"license": "MIT",
|
|
10045
9888
|
"dependencies": {
|
|
10046
|
-
"argparse": "^
|
|
10047
|
-
"esprima": "^4.0.0"
|
|
9889
|
+
"argparse": "^2.0.1"
|
|
10048
9890
|
},
|
|
10049
9891
|
"bin": {
|
|
10050
9892
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -10825,6 +10667,30 @@
|
|
|
10825
10667
|
"node": ">=6"
|
|
10826
10668
|
}
|
|
10827
10669
|
},
|
|
10670
|
+
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
10671
|
+
"version": "1.0.10",
|
|
10672
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
10673
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
10674
|
+
"dev": true,
|
|
10675
|
+
"license": "MIT",
|
|
10676
|
+
"dependencies": {
|
|
10677
|
+
"sprintf-js": "~1.0.2"
|
|
10678
|
+
}
|
|
10679
|
+
},
|
|
10680
|
+
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
10681
|
+
"version": "3.14.1",
|
|
10682
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10683
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
10684
|
+
"dev": true,
|
|
10685
|
+
"license": "MIT",
|
|
10686
|
+
"dependencies": {
|
|
10687
|
+
"argparse": "^1.0.7",
|
|
10688
|
+
"esprima": "^4.0.0"
|
|
10689
|
+
},
|
|
10690
|
+
"bin": {
|
|
10691
|
+
"js-yaml": "bin/js-yaml.js"
|
|
10692
|
+
}
|
|
10693
|
+
},
|
|
10828
10694
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
10829
10695
|
"version": "4.0.1",
|
|
10830
10696
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -11693,13 +11559,6 @@
|
|
|
11693
11559
|
"url": "https://opencollective.com/mochajs"
|
|
11694
11560
|
}
|
|
11695
11561
|
},
|
|
11696
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
11697
|
-
"version": "2.0.1",
|
|
11698
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
11699
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
11700
|
-
"dev": true,
|
|
11701
|
-
"license": "Python-2.0"
|
|
11702
|
-
},
|
|
11703
11562
|
"node_modules/mocha/node_modules/diff": {
|
|
11704
11563
|
"version": "5.0.0",
|
|
11705
11564
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -11772,19 +11631,6 @@
|
|
|
11772
11631
|
"node": "*"
|
|
11773
11632
|
}
|
|
11774
11633
|
},
|
|
11775
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
11776
|
-
"version": "4.1.0",
|
|
11777
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
11778
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
11779
|
-
"dev": true,
|
|
11780
|
-
"license": "MIT",
|
|
11781
|
-
"dependencies": {
|
|
11782
|
-
"argparse": "^2.0.1"
|
|
11783
|
-
},
|
|
11784
|
-
"bin": {
|
|
11785
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11786
|
-
}
|
|
11787
|
-
},
|
|
11788
11634
|
"node_modules/mocha/node_modules/locate-path": {
|
|
11789
11635
|
"version": "6.0.0",
|
|
11790
11636
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -16102,16 +15948,16 @@
|
|
|
16102
15948
|
}
|
|
16103
15949
|
},
|
|
16104
15950
|
"node_modules/oclif": {
|
|
16105
|
-
"version": "4.1.
|
|
16106
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.1.
|
|
16107
|
-
"integrity": "sha512-
|
|
15951
|
+
"version": "4.1.3",
|
|
15952
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.1.3.tgz",
|
|
15953
|
+
"integrity": "sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==",
|
|
16108
15954
|
"dev": true,
|
|
16109
15955
|
"license": "MIT",
|
|
16110
15956
|
"dependencies": {
|
|
16111
|
-
"@oclif/core": "^3.0
|
|
16112
|
-
"@oclif/plugin-help": "^
|
|
16113
|
-
"@oclif/plugin-not-found": "^
|
|
16114
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
15957
|
+
"@oclif/core": "^3.16.0",
|
|
15958
|
+
"@oclif/plugin-help": "^6.0.9",
|
|
15959
|
+
"@oclif/plugin-not-found": "^3.0.7",
|
|
15960
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.8",
|
|
16115
15961
|
"async-retry": "^1.3.3",
|
|
16116
15962
|
"aws-sdk": "^2.1231.0",
|
|
16117
15963
|
"change-case": "^4",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "4.5.
|
|
4
|
+
"version": "4.5.20",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"@salesforce/kit": "^3.0.15",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.0.58",
|
|
19
19
|
"@salesforce/plugin-trust": "^2.6.23",
|
|
20
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
20
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
21
21
|
"@salesforce/ts-types": "^2.0.9",
|
|
22
|
-
"aws-sdk": "^2.
|
|
22
|
+
"aws-sdk": "^2.1531.0",
|
|
23
23
|
"chalk": "^4.1.0",
|
|
24
24
|
"fast-glob": "^3.3.2",
|
|
25
25
|
"got": "^11.8.6",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oclif/plugin-command-snapshot": "^4.0.16",
|
|
37
|
-
"@salesforce/dev-scripts": "^8.1.
|
|
37
|
+
"@salesforce/dev-scripts": "^8.1.3",
|
|
38
38
|
"@salesforce/ts-sinon": "1.4.19",
|
|
39
39
|
"@types/semver": "^7.5.6",
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|