@salesforce/plugin-deploy-retrieve 2.1.0 → 2.1.1
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 +17 -17
- package/oclif.lock +205 -189
- package/oclif.manifest.json +2 -2
- package/package.json +8 -8
- package/schemas/hooks/sf-deploy.json +20 -0
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ USAGE
|
|
|
153
153
|
<value> | -m <value>]
|
|
154
154
|
|
|
155
155
|
FLAGS
|
|
156
|
-
-d, --output-dir=<value> [default:
|
|
156
|
+
-d, --output-dir=<value> [default: metadataPackage_1700091704293] Output directory to store the Metadata
|
|
157
157
|
API–formatted files in.
|
|
158
158
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
159
159
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -213,7 +213,7 @@ FLAG DESCRIPTIONS
|
|
|
213
213
|
Override the api version used for api requests made by this command
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
216
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/convert/source.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf project delete source`
|
|
219
219
|
|
|
@@ -351,7 +351,7 @@ FLAG DESCRIPTIONS
|
|
|
351
351
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
354
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/delete/source.ts)_
|
|
355
355
|
|
|
356
356
|
## `sf project delete tracking`
|
|
357
357
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -539,7 +539,7 @@ FLAG DESCRIPTIONS
|
|
|
539
539
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
542
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/preview.ts)_
|
|
543
543
|
|
|
544
544
|
## `sf project deploy quick`
|
|
545
545
|
|
|
@@ -623,7 +623,7 @@ FLAG DESCRIPTIONS
|
|
|
623
623
|
deploy report".
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
626
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/quick.ts)_
|
|
627
627
|
|
|
628
628
|
## `sf project deploy report`
|
|
629
629
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
--coverage-formatters lcov --coverage-formatters clover
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
721
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/report.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf project deploy resume`
|
|
724
724
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
--coverage-formatters lcov --coverage-formatters clover
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
805
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/resume.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf project deploy start`
|
|
808
808
|
|
|
@@ -1014,7 +1014,7 @@ FLAG DESCRIPTIONS
|
|
|
1014
1014
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1015
1015
|
```
|
|
1016
1016
|
|
|
1017
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1017
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/start.ts)_
|
|
1018
1018
|
|
|
1019
1019
|
## `sf project deploy validate`
|
|
1020
1020
|
|
|
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
|
|
|
1176
1176
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1179
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/validate.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `sf project generate manifest`
|
|
1182
1182
|
|
|
@@ -1251,7 +1251,7 @@ EXAMPLES
|
|
|
1251
1251
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1252
1252
|
```
|
|
1253
1253
|
|
|
1254
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1254
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/generate/manifest.ts)_
|
|
1255
1255
|
|
|
1256
1256
|
## `sf project list ignored`
|
|
1257
1257
|
|
|
@@ -1292,7 +1292,7 @@ EXAMPLES
|
|
|
1292
1292
|
$ sf project list ignored --source-dir package.xml
|
|
1293
1293
|
```
|
|
1294
1294
|
|
|
1295
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1295
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/list/ignored.ts)_
|
|
1296
1296
|
|
|
1297
1297
|
## `sf project reset tracking`
|
|
1298
1298
|
|
|
@@ -1339,7 +1339,7 @@ EXAMPLES
|
|
|
1339
1339
|
$ sf project reset tracking --revision 30
|
|
1340
1340
|
```
|
|
1341
1341
|
|
|
1342
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1342
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/reset/tracking.ts)_
|
|
1343
1343
|
|
|
1344
1344
|
## `sf project retrieve preview`
|
|
1345
1345
|
|
|
@@ -1394,7 +1394,7 @@ FLAG DESCRIPTIONS
|
|
|
1394
1394
|
Overrides your default org.
|
|
1395
1395
|
```
|
|
1396
1396
|
|
|
1397
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1397
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/retrieve/preview.ts)_
|
|
1398
1398
|
|
|
1399
1399
|
## `sf project retrieve start`
|
|
1400
1400
|
|
|
@@ -1540,6 +1540,6 @@ FLAG DESCRIPTIONS
|
|
|
1540
1540
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1541
1541
|
```
|
|
1542
1542
|
|
|
1543
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.
|
|
1543
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/retrieve/start.ts)_
|
|
1544
1544
|
|
|
1545
1545
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
dependencies:
|
|
380
380
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
381
381
|
|
|
382
|
-
"@es-joy/jsdoccomment@~0.
|
|
383
|
-
version "0.
|
|
384
|
-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
385
|
-
integrity sha512-
|
|
382
|
+
"@es-joy/jsdoccomment@~0.41.0":
|
|
383
|
+
version "0.41.0"
|
|
384
|
+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
|
|
385
|
+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
|
|
386
386
|
dependencies:
|
|
387
|
-
comment-parser "1.4.
|
|
387
|
+
comment-parser "1.4.1"
|
|
388
388
|
esquery "^1.5.0"
|
|
389
389
|
jsdoc-type-pratt-parser "~4.0.0"
|
|
390
390
|
|
|
@@ -400,10 +400,10 @@
|
|
|
400
400
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
|
401
401
|
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
|
402
402
|
|
|
403
|
-
"@eslint/eslintrc@^2.1.
|
|
404
|
-
version "2.1.
|
|
405
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
406
|
-
integrity sha512
|
|
403
|
+
"@eslint/eslintrc@^2.1.3":
|
|
404
|
+
version "2.1.3"
|
|
405
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
406
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
407
407
|
dependencies:
|
|
408
408
|
ajv "^6.12.4"
|
|
409
409
|
debug "^4.3.2"
|
|
@@ -415,10 +415,10 @@
|
|
|
415
415
|
minimatch "^3.1.2"
|
|
416
416
|
strip-json-comments "^3.1.1"
|
|
417
417
|
|
|
418
|
-
"@eslint/js@8.
|
|
419
|
-
version "8.
|
|
420
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
421
|
-
integrity sha512-
|
|
418
|
+
"@eslint/js@8.53.0":
|
|
419
|
+
version "8.53.0"
|
|
420
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
421
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
422
422
|
|
|
423
423
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
424
424
|
version "1.1.3"
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
wordwrap "^1.0.0"
|
|
781
781
|
wrap-ansi "^7.0.0"
|
|
782
782
|
|
|
783
|
-
"@oclif/core@^3.0.
|
|
783
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
784
784
|
version "3.11.0"
|
|
785
785
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
786
786
|
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
@@ -1012,38 +1012,62 @@
|
|
|
1012
1012
|
semver "^7.5.4"
|
|
1013
1013
|
ts-retry-promise "^0.7.1"
|
|
1014
1014
|
|
|
1015
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
|
|
1016
|
+
version "6.1.3"
|
|
1017
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
|
|
1018
|
+
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
|
|
1019
|
+
dependencies:
|
|
1020
|
+
"@salesforce/kit" "^3.0.15"
|
|
1021
|
+
"@salesforce/schemas" "^1.6.1"
|
|
1022
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1023
|
+
"@types/semver" "^7.5.4"
|
|
1024
|
+
ajv "^8.12.0"
|
|
1025
|
+
change-case "^4.1.2"
|
|
1026
|
+
faye "^1.4.0"
|
|
1027
|
+
form-data "^4.0.0"
|
|
1028
|
+
js2xmlparser "^4.0.1"
|
|
1029
|
+
jsforce "^2.0.0-beta.28"
|
|
1030
|
+
jsonwebtoken "9.0.2"
|
|
1031
|
+
jszip "3.10.1"
|
|
1032
|
+
pino "^8.16.1"
|
|
1033
|
+
pino-abstract-transport "^1.1.0"
|
|
1034
|
+
pino-pretty "^10.2.3"
|
|
1035
|
+
proper-lockfile "^4.1.2"
|
|
1036
|
+
semver "^7.5.4"
|
|
1037
|
+
ts-retry-promise "^0.7.1"
|
|
1038
|
+
|
|
1015
1039
|
"@salesforce/dev-config@^4.1.0":
|
|
1016
1040
|
version "4.1.0"
|
|
1017
1041
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1018
1042
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1019
1043
|
|
|
1020
|
-
"@salesforce/dev-scripts@^
|
|
1021
|
-
version "
|
|
1022
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1023
|
-
integrity sha512
|
|
1044
|
+
"@salesforce/dev-scripts@^7.1.0":
|
|
1045
|
+
version "7.1.0"
|
|
1046
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.0.tgz#123708d4f494d8b95464b90c28993141986e84bc"
|
|
1047
|
+
integrity sha512-79x6QgENORLyCrr9b4MO2pPq8N7d9ILj83vOtAp5NLreAfjZN/c5TEEHuIZKZ3UaO+hkwbtzv3Qs6CyNxiasWA==
|
|
1024
1048
|
dependencies:
|
|
1025
1049
|
"@commitlint/cli" "^17.1.2"
|
|
1026
1050
|
"@commitlint/config-conventional" "^17.1.0"
|
|
1027
1051
|
"@salesforce/dev-config" "^4.1.0"
|
|
1028
1052
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1029
|
-
"@types/chai" "^4.3.
|
|
1030
|
-
"@types/mocha" "^10.0.
|
|
1053
|
+
"@types/chai" "^4.3.10"
|
|
1054
|
+
"@types/mocha" "^10.0.4"
|
|
1031
1055
|
"@types/node" "^18"
|
|
1032
1056
|
"@types/sinon" "^10.0.20"
|
|
1033
1057
|
chai "^4.3.10"
|
|
1034
1058
|
chalk "^4.0.0"
|
|
1035
1059
|
cosmiconfig "^7.0.0"
|
|
1036
|
-
eslint-config-salesforce-typescript "^3.0.
|
|
1060
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
1037
1061
|
husky "^7.0.4"
|
|
1038
1062
|
mocha "^10.2.0"
|
|
1039
1063
|
nyc "^15.1.0"
|
|
1040
1064
|
prettier "^2.8.8"
|
|
1041
|
-
pretty-quick "^3.1.
|
|
1042
|
-
shelljs "
|
|
1065
|
+
pretty-quick "^3.1.3"
|
|
1066
|
+
shelljs "^0.8.5"
|
|
1043
1067
|
sinon "10.0.0"
|
|
1044
|
-
source-map-support "
|
|
1068
|
+
source-map-support "^0.5.21"
|
|
1045
1069
|
ts-node "^10.9.1"
|
|
1046
|
-
typedoc "0.
|
|
1070
|
+
typedoc "^0.25.3"
|
|
1047
1071
|
typedoc-plugin-missing-exports "0.23.0"
|
|
1048
1072
|
typescript "^4.9.5"
|
|
1049
1073
|
wireit "^0.14.1"
|
|
@@ -1109,19 +1133,37 @@
|
|
|
1109
1133
|
chalk "^4"
|
|
1110
1134
|
inquirer "^8.2.5"
|
|
1111
1135
|
|
|
1112
|
-
"@salesforce/sf-plugins-core@^
|
|
1113
|
-
version "
|
|
1114
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1115
|
-
integrity sha512-
|
|
1136
|
+
"@salesforce/sf-plugins-core@^5.0.1":
|
|
1137
|
+
version "5.0.1"
|
|
1138
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
|
|
1139
|
+
integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
|
|
1116
1140
|
dependencies:
|
|
1117
|
-
"@oclif/core" "^3.
|
|
1118
|
-
"@salesforce/core" "^
|
|
1119
|
-
"@salesforce/kit" "^3.0.
|
|
1120
|
-
"@salesforce/ts-types" "^2.0.
|
|
1141
|
+
"@oclif/core" "^3.11.0"
|
|
1142
|
+
"@salesforce/core" "^6.1.0"
|
|
1143
|
+
"@salesforce/kit" "^3.0.15"
|
|
1144
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1121
1145
|
"@types/inquirer" "^8.2.3"
|
|
1122
1146
|
chalk "^4"
|
|
1123
1147
|
inquirer "^8.2.5"
|
|
1124
1148
|
|
|
1149
|
+
"@salesforce/source-deploy-retrieve@^10.0.0":
|
|
1150
|
+
version "10.0.0"
|
|
1151
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.0.tgz#572642bb3bfb1d7421afb201d7dc7de0a43271d9"
|
|
1152
|
+
integrity sha512-6d9F1jTkD4fXYd5i+xowTey//Vns3ZlOhNNNqkQv7UlfZA8ttoxY5aYQAsAv8A/q/IcMx3UoeIKJZxUE2zNgPQ==
|
|
1153
|
+
dependencies:
|
|
1154
|
+
"@salesforce/core" "^6.1.0"
|
|
1155
|
+
"@salesforce/kit" "^3.0.15"
|
|
1156
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1157
|
+
fast-levenshtein "^3.0.0"
|
|
1158
|
+
fast-xml-parser "^4.3.2"
|
|
1159
|
+
got "^11.8.6"
|
|
1160
|
+
graceful-fs "^4.2.11"
|
|
1161
|
+
ignore "^5.2.4"
|
|
1162
|
+
jszip "^3.10.1"
|
|
1163
|
+
mime "2.6.0"
|
|
1164
|
+
minimatch "^5.1.6"
|
|
1165
|
+
proxy-agent "^6.3.1"
|
|
1166
|
+
|
|
1125
1167
|
"@salesforce/source-deploy-retrieve@^9.8.5", "@salesforce/source-deploy-retrieve@^9.8.6":
|
|
1126
1168
|
version "9.8.6"
|
|
1127
1169
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.6.tgz#3b9240bc776a44bc740e59acbd86da3072f3efdc"
|
|
@@ -1156,7 +1198,7 @@
|
|
|
1156
1198
|
shelljs "^0.8.4"
|
|
1157
1199
|
sinon "^10.0.0"
|
|
1158
1200
|
|
|
1159
|
-
"@salesforce/source-tracking@^4.4.0"
|
|
1201
|
+
"@salesforce/source-tracking@^4.4.0":
|
|
1160
1202
|
version "4.4.3"
|
|
1161
1203
|
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-4.4.3.tgz#3e83f5afd3935650e358410122cf1611f859d1b3"
|
|
1162
1204
|
integrity sha512-98XA3NKDmIauloX8PUQZ/fjDm/Llm8fW7Ro4U+VwF8zLFi4LQX3+hZPNlY1LesT08YfWmcLMtgek4ycDIrPeyQ==
|
|
@@ -1171,6 +1213,21 @@
|
|
|
1171
1213
|
isomorphic-git "1.23.0"
|
|
1172
1214
|
ts-retry-promise "^0.7.0"
|
|
1173
1215
|
|
|
1216
|
+
"@salesforce/source-tracking@^5.0.0":
|
|
1217
|
+
version "5.0.0"
|
|
1218
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.0.0.tgz#54fa3adfc48fb476daac9167125425a5ae9e3986"
|
|
1219
|
+
integrity sha512-v1AOBJvKC2nVbgzwtbJCWNV3SiQ1cV62pw5yrjKXTPKZJbyj71kK1tvQO3iyf4SVZvbI+bV44JwQStQgEp1xDg==
|
|
1220
|
+
dependencies:
|
|
1221
|
+
"@oclif/core" "^3.10.8"
|
|
1222
|
+
"@salesforce/core" "^6.1.0"
|
|
1223
|
+
"@salesforce/kit" "^3.0.15"
|
|
1224
|
+
"@salesforce/source-deploy-retrieve" "^10.0.0"
|
|
1225
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1226
|
+
fast-xml-parser "^4.2.5"
|
|
1227
|
+
graceful-fs "^4.2.11"
|
|
1228
|
+
isomorphic-git "1.23.0"
|
|
1229
|
+
ts-retry-promise "^0.7.0"
|
|
1230
|
+
|
|
1174
1231
|
"@salesforce/ts-sinon@^1.4.19":
|
|
1175
1232
|
version "1.4.19"
|
|
1176
1233
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.19.tgz#64157b6c8cf4a3c637867e2ddd90c2d058c334f7"
|
|
@@ -1360,7 +1417,7 @@
|
|
|
1360
1417
|
"@types/node" "*"
|
|
1361
1418
|
"@types/responselike" "^1.0.0"
|
|
1362
1419
|
|
|
1363
|
-
"@types/chai@^4.3.
|
|
1420
|
+
"@types/chai@^4.3.10":
|
|
1364
1421
|
version "4.3.10"
|
|
1365
1422
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1366
1423
|
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
@@ -1461,10 +1518,10 @@
|
|
|
1461
1518
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1462
1519
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1463
1520
|
|
|
1464
|
-
"@types/mocha@^10.0.
|
|
1465
|
-
version "10.0.
|
|
1466
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1467
|
-
integrity sha512-
|
|
1521
|
+
"@types/mocha@^10.0.4":
|
|
1522
|
+
version "10.0.4"
|
|
1523
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1524
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1468
1525
|
|
|
1469
1526
|
"@types/node@*":
|
|
1470
1527
|
version "20.3.1"
|
|
@@ -1545,16 +1602,16 @@
|
|
|
1545
1602
|
"@types/expect" "^1.20.4"
|
|
1546
1603
|
"@types/node" "*"
|
|
1547
1604
|
|
|
1548
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1549
|
-
version "6.
|
|
1550
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1551
|
-
integrity sha512-
|
|
1605
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1606
|
+
version "6.11.0"
|
|
1607
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
1608
|
+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
|
|
1552
1609
|
dependencies:
|
|
1553
1610
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1554
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1555
|
-
"@typescript-eslint/type-utils" "6.
|
|
1556
|
-
"@typescript-eslint/utils" "6.
|
|
1557
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1611
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1612
|
+
"@typescript-eslint/type-utils" "6.11.0"
|
|
1613
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1614
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1558
1615
|
debug "^4.3.4"
|
|
1559
1616
|
graphemer "^1.4.0"
|
|
1560
1617
|
ignore "^5.2.4"
|
|
@@ -1562,15 +1619,15 @@
|
|
|
1562
1619
|
semver "^7.5.4"
|
|
1563
1620
|
ts-api-utils "^1.0.1"
|
|
1564
1621
|
|
|
1565
|
-
"@typescript-eslint/parser@^6.
|
|
1566
|
-
version "6.
|
|
1567
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1568
|
-
integrity sha512
|
|
1622
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1623
|
+
version "6.11.0"
|
|
1624
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
|
|
1625
|
+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
|
|
1569
1626
|
dependencies:
|
|
1570
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1571
|
-
"@typescript-eslint/types" "6.
|
|
1572
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1573
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1627
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1628
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1629
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1630
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1574
1631
|
debug "^4.3.4"
|
|
1575
1632
|
|
|
1576
1633
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1581,29 +1638,21 @@
|
|
|
1581
1638
|
"@typescript-eslint/types" "5.62.0"
|
|
1582
1639
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1583
1640
|
|
|
1584
|
-
"@typescript-eslint/scope-manager@6.
|
|
1585
|
-
version "6.
|
|
1586
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1587
|
-
integrity sha512-
|
|
1588
|
-
dependencies:
|
|
1589
|
-
"@typescript-eslint/types" "6.10.0"
|
|
1590
|
-
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1591
|
-
|
|
1592
|
-
"@typescript-eslint/scope-manager@6.9.1":
|
|
1593
|
-
version "6.9.1"
|
|
1594
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
|
|
1595
|
-
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
|
|
1641
|
+
"@typescript-eslint/scope-manager@6.11.0":
|
|
1642
|
+
version "6.11.0"
|
|
1643
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
1644
|
+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
|
|
1596
1645
|
dependencies:
|
|
1597
|
-
"@typescript-eslint/types" "6.
|
|
1598
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1646
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1647
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1599
1648
|
|
|
1600
|
-
"@typescript-eslint/type-utils@6.
|
|
1601
|
-
version "6.
|
|
1602
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.
|
|
1603
|
-
integrity sha512-
|
|
1649
|
+
"@typescript-eslint/type-utils@6.11.0":
|
|
1650
|
+
version "6.11.0"
|
|
1651
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
1652
|
+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
|
|
1604
1653
|
dependencies:
|
|
1605
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1606
|
-
"@typescript-eslint/utils" "6.
|
|
1654
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1655
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1607
1656
|
debug "^4.3.4"
|
|
1608
1657
|
ts-api-utils "^1.0.1"
|
|
1609
1658
|
|
|
@@ -1612,15 +1661,10 @@
|
|
|
1612
1661
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1613
1662
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1614
1663
|
|
|
1615
|
-
"@typescript-eslint/types@6.
|
|
1616
|
-
version "6.
|
|
1617
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1618
|
-
integrity sha512-
|
|
1619
|
-
|
|
1620
|
-
"@typescript-eslint/types@6.9.1":
|
|
1621
|
-
version "6.9.1"
|
|
1622
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
|
|
1623
|
-
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
|
|
1664
|
+
"@typescript-eslint/types@6.11.0":
|
|
1665
|
+
version "6.11.0"
|
|
1666
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1667
|
+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1624
1668
|
|
|
1625
1669
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1626
1670
|
version "5.62.0"
|
|
@@ -1635,43 +1679,30 @@
|
|
|
1635
1679
|
semver "^7.3.7"
|
|
1636
1680
|
tsutils "^3.21.0"
|
|
1637
1681
|
|
|
1638
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1639
|
-
version "6.
|
|
1640
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1641
|
-
integrity sha512-
|
|
1682
|
+
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1683
|
+
version "6.11.0"
|
|
1684
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
|
|
1685
|
+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
|
|
1642
1686
|
dependencies:
|
|
1643
|
-
"@typescript-eslint/types" "6.
|
|
1644
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1687
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1688
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1645
1689
|
debug "^4.3.4"
|
|
1646
1690
|
globby "^11.1.0"
|
|
1647
1691
|
is-glob "^4.0.3"
|
|
1648
1692
|
semver "^7.5.4"
|
|
1649
1693
|
ts-api-utils "^1.0.1"
|
|
1650
1694
|
|
|
1651
|
-
"@typescript-eslint/typescript-
|
|
1652
|
-
version "6.
|
|
1653
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1654
|
-
integrity sha512-
|
|
1655
|
-
dependencies:
|
|
1656
|
-
"@typescript-eslint/types" "6.9.1"
|
|
1657
|
-
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1658
|
-
debug "^4.3.4"
|
|
1659
|
-
globby "^11.1.0"
|
|
1660
|
-
is-glob "^4.0.3"
|
|
1661
|
-
semver "^7.5.4"
|
|
1662
|
-
ts-api-utils "^1.0.1"
|
|
1663
|
-
|
|
1664
|
-
"@typescript-eslint/utils@6.9.1":
|
|
1665
|
-
version "6.9.1"
|
|
1666
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
|
|
1667
|
-
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
|
|
1695
|
+
"@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.7.5":
|
|
1696
|
+
version "6.11.0"
|
|
1697
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1698
|
+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1668
1699
|
dependencies:
|
|
1669
1700
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1670
1701
|
"@types/json-schema" "^7.0.12"
|
|
1671
1702
|
"@types/semver" "^7.5.0"
|
|
1672
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1673
|
-
"@typescript-eslint/types" "6.
|
|
1674
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1703
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1704
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1705
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1675
1706
|
semver "^7.5.4"
|
|
1676
1707
|
|
|
1677
1708
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1688,19 +1719,6 @@
|
|
|
1688
1719
|
eslint-scope "^5.1.1"
|
|
1689
1720
|
semver "^7.3.7"
|
|
1690
1721
|
|
|
1691
|
-
"@typescript-eslint/utils@^6.7.5":
|
|
1692
|
-
version "6.10.0"
|
|
1693
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
|
|
1694
|
-
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
|
|
1695
|
-
dependencies:
|
|
1696
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1697
|
-
"@types/json-schema" "^7.0.12"
|
|
1698
|
-
"@types/semver" "^7.5.0"
|
|
1699
|
-
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1700
|
-
"@typescript-eslint/types" "6.10.0"
|
|
1701
|
-
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1702
|
-
semver "^7.5.4"
|
|
1703
|
-
|
|
1704
1722
|
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1705
1723
|
version "5.62.0"
|
|
1706
1724
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
@@ -1709,20 +1727,12 @@
|
|
|
1709
1727
|
"@typescript-eslint/types" "5.62.0"
|
|
1710
1728
|
eslint-visitor-keys "^3.3.0"
|
|
1711
1729
|
|
|
1712
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1713
|
-
version "6.
|
|
1714
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1715
|
-
integrity sha512
|
|
1730
|
+
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1731
|
+
version "6.11.0"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
|
|
1733
|
+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
|
|
1716
1734
|
dependencies:
|
|
1717
|
-
"@typescript-eslint/types" "6.
|
|
1718
|
-
eslint-visitor-keys "^3.4.1"
|
|
1719
|
-
|
|
1720
|
-
"@typescript-eslint/visitor-keys@6.9.1":
|
|
1721
|
-
version "6.9.1"
|
|
1722
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
|
|
1723
|
-
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
|
|
1724
|
-
dependencies:
|
|
1725
|
-
"@typescript-eslint/types" "6.9.1"
|
|
1735
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1726
1736
|
eslint-visitor-keys "^3.4.1"
|
|
1727
1737
|
|
|
1728
1738
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -1843,6 +1853,11 @@ ansi-regex@^6.0.1:
|
|
|
1843
1853
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
|
|
1844
1854
|
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
|
|
1845
1855
|
|
|
1856
|
+
ansi-sequence-parser@^1.1.0:
|
|
1857
|
+
version "1.1.1"
|
|
1858
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1859
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1860
|
+
|
|
1846
1861
|
ansi-styles@^3.2.1:
|
|
1847
1862
|
version "3.2.1"
|
|
1848
1863
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2718,10 +2733,10 @@ commander@^4.0.1:
|
|
|
2718
2733
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2719
2734
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2720
2735
|
|
|
2721
|
-
comment-parser@1.4.
|
|
2722
|
-
version "1.4.
|
|
2723
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.
|
|
2724
|
-
integrity sha512-
|
|
2736
|
+
comment-parser@1.4.1:
|
|
2737
|
+
version "1.4.1"
|
|
2738
|
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
2739
|
+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
|
|
2725
2740
|
|
|
2726
2741
|
common-ancestor-path@^1.0.1:
|
|
2727
2742
|
version "1.0.1"
|
|
@@ -3303,20 +3318,20 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3303
3318
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
3304
3319
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3305
3320
|
|
|
3306
|
-
eslint-config-salesforce-typescript@^3.0.
|
|
3307
|
-
version "3.0.
|
|
3308
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.
|
|
3309
|
-
integrity sha512-
|
|
3321
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
3322
|
+
version "3.0.5"
|
|
3323
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
3324
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
3310
3325
|
dependencies:
|
|
3311
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
3312
|
-
"@typescript-eslint/parser" "^6.
|
|
3313
|
-
eslint "^8.
|
|
3326
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
3327
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
3328
|
+
eslint "^8.53.0"
|
|
3314
3329
|
eslint-config-prettier "^9.0.0"
|
|
3315
3330
|
eslint-config-salesforce "^2.0.2"
|
|
3316
3331
|
eslint-config-salesforce-license "^0.2.0"
|
|
3317
3332
|
eslint-plugin-header "^3.1.1"
|
|
3318
3333
|
eslint-plugin-import "^2.29.0"
|
|
3319
|
-
eslint-plugin-jsdoc "^46.
|
|
3334
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
3320
3335
|
eslint-plugin-unicorn "^49.0.0"
|
|
3321
3336
|
|
|
3322
3337
|
eslint-config-salesforce@^2.0.2:
|
|
@@ -3368,14 +3383,14 @@ eslint-plugin-import@^2.29.0:
|
|
|
3368
3383
|
semver "^6.3.1"
|
|
3369
3384
|
tsconfig-paths "^3.14.2"
|
|
3370
3385
|
|
|
3371
|
-
eslint-plugin-jsdoc@^46.
|
|
3372
|
-
version "46.
|
|
3373
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
|
3374
|
-
integrity sha512-
|
|
3386
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
3387
|
+
version "46.9.0"
|
|
3388
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
3389
|
+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
3375
3390
|
dependencies:
|
|
3376
|
-
"@es-joy/jsdoccomment" "~0.
|
|
3391
|
+
"@es-joy/jsdoccomment" "~0.41.0"
|
|
3377
3392
|
are-docs-informative "^0.0.2"
|
|
3378
|
-
comment-parser "1.4.
|
|
3393
|
+
comment-parser "1.4.1"
|
|
3379
3394
|
debug "^4.3.4"
|
|
3380
3395
|
escape-string-regexp "^4.0.0"
|
|
3381
3396
|
esquery "^1.5.0"
|
|
@@ -3441,15 +3456,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3441
3456
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3442
3457
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3443
3458
|
|
|
3444
|
-
eslint@^8.
|
|
3445
|
-
version "8.
|
|
3446
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3447
|
-
integrity sha512-
|
|
3459
|
+
eslint@^8.53.0:
|
|
3460
|
+
version "8.53.0"
|
|
3461
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3462
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
3448
3463
|
dependencies:
|
|
3449
3464
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3450
3465
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3451
|
-
"@eslint/eslintrc" "^2.1.
|
|
3452
|
-
"@eslint/js" "8.
|
|
3466
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
3467
|
+
"@eslint/js" "8.53.0"
|
|
3453
3468
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
3454
3469
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3455
3470
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -5010,7 +5025,7 @@ json5@^2.2.2, json5@^2.2.3:
|
|
|
5010
5025
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
5011
5026
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
5012
5027
|
|
|
5013
|
-
jsonc-parser@^3.0.0:
|
|
5028
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
5014
5029
|
version "3.2.0"
|
|
5015
5030
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
5016
5031
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -5459,7 +5474,7 @@ map-obj@^4.0.0:
|
|
|
5459
5474
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5460
5475
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5461
5476
|
|
|
5462
|
-
marked@^4.0
|
|
5477
|
+
marked@^4.3.0:
|
|
5463
5478
|
version "4.3.0"
|
|
5464
5479
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
5465
5480
|
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
@@ -6618,7 +6633,7 @@ pify@^4.0.1:
|
|
|
6618
6633
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
6619
6634
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
6620
6635
|
|
|
6621
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
6636
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
6622
6637
|
version "1.1.0"
|
|
6623
6638
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6624
6639
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6651,10 +6666,10 @@ pino-std-serializers@^6.0.0:
|
|
|
6651
6666
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6652
6667
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6653
6668
|
|
|
6654
|
-
pino@^8.16.0:
|
|
6655
|
-
version "8.16.
|
|
6656
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.
|
|
6657
|
-
integrity sha512-
|
|
6669
|
+
pino@^8.16.0, pino@^8.16.1:
|
|
6670
|
+
version "8.16.2"
|
|
6671
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6672
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
6658
6673
|
dependencies:
|
|
6659
6674
|
atomic-sleep "^1.0.0"
|
|
6660
6675
|
fast-redact "^3.1.1"
|
|
@@ -6705,7 +6720,7 @@ pretty-bytes@^5.3.0:
|
|
|
6705
6720
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
6706
6721
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
6707
6722
|
|
|
6708
|
-
pretty-quick@^3.1.
|
|
6723
|
+
pretty-quick@^3.1.3:
|
|
6709
6724
|
version "3.1.3"
|
|
6710
6725
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
6711
6726
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -7326,7 +7341,7 @@ shebang-regex@^3.0.0:
|
|
|
7326
7341
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
7327
7342
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
7328
7343
|
|
|
7329
|
-
shelljs@^0.8.4, shelljs@^0.8.5
|
|
7344
|
+
shelljs@^0.8.4, shelljs@^0.8.5:
|
|
7330
7345
|
version "0.8.5"
|
|
7331
7346
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
7332
7347
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -7335,14 +7350,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
7335
7350
|
interpret "^1.0.0"
|
|
7336
7351
|
rechoir "^0.6.2"
|
|
7337
7352
|
|
|
7338
|
-
shiki@^0.
|
|
7339
|
-
version "0.
|
|
7340
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
7341
|
-
integrity sha512-
|
|
7353
|
+
shiki@^0.14.1:
|
|
7354
|
+
version "0.14.5"
|
|
7355
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
7356
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
7342
7357
|
dependencies:
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
vscode-
|
|
7358
|
+
ansi-sequence-parser "^1.1.0"
|
|
7359
|
+
jsonc-parser "^3.2.0"
|
|
7360
|
+
vscode-oniguruma "^1.7.0"
|
|
7361
|
+
vscode-textmate "^8.0.0"
|
|
7346
7362
|
|
|
7347
7363
|
shx@0.3.4:
|
|
7348
7364
|
version "0.3.4"
|
|
@@ -7508,7 +7524,7 @@ sort-keys@^4.2.0:
|
|
|
7508
7524
|
dependencies:
|
|
7509
7525
|
is-plain-obj "^2.0.0"
|
|
7510
7526
|
|
|
7511
|
-
source-map-support
|
|
7527
|
+
source-map-support@^0.5.21:
|
|
7512
7528
|
version "0.5.21"
|
|
7513
7529
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
7514
7530
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -8046,15 +8062,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
8046
8062
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
8047
8063
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
8048
8064
|
|
|
8049
|
-
typedoc
|
|
8050
|
-
version "0.
|
|
8051
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
8052
|
-
integrity sha512-
|
|
8065
|
+
typedoc@^0.25.3:
|
|
8066
|
+
version "0.25.3"
|
|
8067
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
8068
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
8053
8069
|
dependencies:
|
|
8054
8070
|
lunr "^2.3.9"
|
|
8055
|
-
marked "^4.0
|
|
8056
|
-
minimatch "^
|
|
8057
|
-
shiki "^0.
|
|
8071
|
+
marked "^4.3.0"
|
|
8072
|
+
minimatch "^9.0.3"
|
|
8073
|
+
shiki "^0.14.1"
|
|
8058
8074
|
|
|
8059
8075
|
"typescript@^4.6.4 || ^5.0.0", typescript@^5.2.2, typescript@~5.2.2:
|
|
8060
8076
|
version "5.2.2"
|
|
@@ -8274,15 +8290,15 @@ vinyl@^2.0.1:
|
|
|
8274
8290
|
remove-trailing-separator "^1.0.1"
|
|
8275
8291
|
replace-ext "^1.0.0"
|
|
8276
8292
|
|
|
8277
|
-
vscode-oniguruma@^1.
|
|
8293
|
+
vscode-oniguruma@^1.7.0:
|
|
8278
8294
|
version "1.7.0"
|
|
8279
8295
|
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
8280
8296
|
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
8281
8297
|
|
|
8282
|
-
vscode-textmate@^
|
|
8283
|
-
version "
|
|
8284
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
8285
|
-
integrity sha512-
|
|
8298
|
+
vscode-textmate@^8.0.0:
|
|
8299
|
+
version "8.0.0"
|
|
8300
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
8301
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
8286
8302
|
|
|
8287
8303
|
walk-up-path@^1.0.0:
|
|
8288
8304
|
version "1.0.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"deprecateAliases": true,
|
|
247
247
|
"name": "output-dir",
|
|
248
248
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
249
|
-
"default": "
|
|
249
|
+
"default": "metadataPackage_1700091865711",
|
|
250
250
|
"hasDynamicHelp": false,
|
|
251
251
|
"multiple": false,
|
|
252
252
|
"type": "option"
|
|
@@ -2862,5 +2862,5 @@
|
|
|
2862
2862
|
]
|
|
2863
2863
|
}
|
|
2864
2864
|
},
|
|
2865
|
-
"version": "2.1.
|
|
2865
|
+
"version": "2.1.1"
|
|
2866
2866
|
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.11.0",
|
|
9
9
|
"@salesforce/apex-node": "^2.1.2",
|
|
10
|
-
"@salesforce/core": "^
|
|
10
|
+
"@salesforce/core": "^6.1.3",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^
|
|
14
|
-
"@salesforce/source-tracking": "^
|
|
12
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^10.0.0",
|
|
14
|
+
"@salesforce/source-tracking": "^5.0.0",
|
|
15
15
|
"chalk": "^5.3.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
20
|
-
"@salesforce/dev-scripts": "^
|
|
20
|
+
"@salesforce/dev-scripts": "^7.1.0",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
22
22
|
"@salesforce/plugin-source": "^2.11.3",
|
|
23
23
|
"@salesforce/source-testkit": "^2.1.65",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"exports": "./lib/index.js",
|
|
242
242
|
"type": "module",
|
|
243
243
|
"sfdx": {
|
|
244
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.1.
|
|
245
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.1.
|
|
244
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.1.1.crt",
|
|
245
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.1.1.sig"
|
|
246
246
|
}
|
|
247
247
|
}
|
|
@@ -88,6 +88,26 @@
|
|
|
88
88
|
},
|
|
89
89
|
"versionNumber": {
|
|
90
90
|
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
"unpackagedMetadata": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"path": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": ["path"],
|
|
100
|
+
"additionalProperties": false
|
|
101
|
+
},
|
|
102
|
+
"seedMetadata": {
|
|
103
|
+
"type": "object",
|
|
104
|
+
"properties": {
|
|
105
|
+
"path": {
|
|
106
|
+
"type": "string"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"required": ["path"],
|
|
110
|
+
"additionalProperties": false
|
|
91
111
|
}
|
|
92
112
|
},
|
|
93
113
|
"required": ["fullPath", "name", "path"]
|