sfdx-jayree 4.8.32 → 4.8.33
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/CHANGELOG.md +10 -0
- package/README.md +15 -15
- package/oclif.lock +185 -147
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.8.33](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.32...v4.8.33) (2023-10-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.29 to 3.1.30 ([#1024](https://github.com/jayree/sfdx-jayree-plugin/issues/1024)) ([818cff3](https://github.com/jayree/sfdx-jayree-plugin/commit/818cff340f4311fcd39aa05533e3f7e728f87b06))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.12 to 1.2.13 ([#1028](https://github.com/jayree/sfdx-jayree-plugin/issues/1028)) ([a50cf6a](https://github.com/jayree/sfdx-jayree-plugin/commit/a50cf6ae41e7d9c78a0b7e14c5b80e1b4e3c857d))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.24 to 1.3.25 ([#1026](https://github.com/jayree/sfdx-jayree-plugin/issues/1026)) ([c740193](https://github.com/jayree/sfdx-jayree-plugin/commit/c740193afd514f76cee16573f593bbb430345537))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.20 to 1.3.21 ([#1030](https://github.com/jayree/sfdx-jayree-plugin/issues/1030)) ([10e5699](https://github.com/jayree/sfdx-jayree-plugin/commit/10e56994715bdb9c32d2aa8d91de8b7a0e01731e))
|
|
10
|
+
|
|
1
11
|
## [4.8.32](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.31...v4.8.32) (2023-09-29)
|
|
2
12
|
|
|
3
13
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
62
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
63
|
|
|
64
64
|
### `sfdx jayree:manifest:cleanup`
|
|
65
65
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
90
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
91
|
|
|
92
92
|
### `sfdx jayree:manifest:generate`
|
|
93
93
|
|
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
126
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/generate.ts)_
|
|
127
127
|
|
|
128
128
|
### `sfdx jayree:manifest:git:diff`
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
|
|
|
205
205
|
The location can be an absolute path or relative to the current working directory.
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
208
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
209
|
|
|
210
210
|
### `sfdx jayree:org:configure`
|
|
211
211
|
|
|
@@ -232,7 +232,7 @@ EXAMPLES
|
|
|
232
232
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
235
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/index.ts)_
|
|
236
236
|
|
|
237
237
|
### `sfdx jayree:org:configure:country`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ GLOBAL FLAGS
|
|
|
250
250
|
--json Format output as json.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
253
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/country.ts)_
|
|
254
254
|
|
|
255
255
|
### `sfdx jayree:org:configure:state`
|
|
256
256
|
|
|
@@ -273,7 +273,7 @@ GLOBAL FLAGS
|
|
|
273
273
|
--json Format output as json.
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
276
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/configure/state.ts)_
|
|
277
277
|
|
|
278
278
|
### `sfdx jayree:org:get:settings`
|
|
279
279
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
304
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/get/settings.ts)_
|
|
305
305
|
|
|
306
306
|
### `sfdx jayree:org:stream`
|
|
307
307
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
...
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
334
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.13/src/commands/jayree/org/stream.ts)_
|
|
335
335
|
|
|
336
336
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
337
|
|
|
@@ -351,7 +351,7 @@ ALIASES
|
|
|
351
351
|
$ sfdx jayree:source:snapshot:compare
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
354
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/compare/snapshot.ts)_
|
|
355
355
|
|
|
356
356
|
### `sfdx jayree:project:fix`
|
|
357
357
|
|
|
@@ -372,7 +372,7 @@ ALIASES
|
|
|
372
372
|
$ sfdx jayree:source:fix
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
375
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/fix.ts)_
|
|
376
376
|
|
|
377
377
|
### `sfdx jayree:project:generate:snapshot`
|
|
378
378
|
|
|
@@ -392,7 +392,7 @@ ALIASES
|
|
|
392
392
|
$ sfdx jayree:source:snapshot:generate
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
395
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/generate/snapshot.ts)_
|
|
396
396
|
|
|
397
397
|
### `sfdx jayree:project:list:tracking`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
422
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/list/tracking.ts)_
|
|
423
423
|
|
|
424
424
|
### `sfdx jayree:project:store:tracking:get`
|
|
425
425
|
|
|
@@ -443,7 +443,7 @@ EXAMPLES
|
|
|
443
443
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
446
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/get.ts)_
|
|
447
447
|
|
|
448
448
|
### `sfdx jayree:project:store:tracking:set`
|
|
449
449
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
473
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.21/src/commands/jayree/project/store/tracking/set.ts)_
|
|
474
474
|
<!-- commandsstop -->
|
|
475
475
|
|
|
476
476
|
## Hooks
|
package/oclif.lock
CHANGED
|
@@ -496,42 +496,42 @@
|
|
|
496
496
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
497
497
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
498
498
|
|
|
499
|
-
"@jayree/changelog@^1.1.
|
|
500
|
-
version "1.1.
|
|
501
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.
|
|
502
|
-
integrity sha512-
|
|
499
|
+
"@jayree/changelog@^1.1.6":
|
|
500
|
+
version "1.1.7"
|
|
501
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.7.tgz#3b2175e25b8d2624c9214a7776925140f813fd8a"
|
|
502
|
+
integrity sha512-YxTlf2c5uoqrIcEg7AwNT/Pn60h5RSbqK15PhElTX5d+R7/SHle2OV1ZBmlJR/S3gUFSY0MILcUpYJa6eeiuGg==
|
|
503
503
|
dependencies:
|
|
504
504
|
debug "^4.3.4"
|
|
505
505
|
fs-extra "^11.1.1"
|
|
506
|
-
marked "^
|
|
507
|
-
marked-terminal "^
|
|
506
|
+
marked "^9.1.0"
|
|
507
|
+
marked-terminal "^6.0.0"
|
|
508
508
|
semver "^7.5.4"
|
|
509
509
|
semver-compare "^1.0.0"
|
|
510
510
|
|
|
511
|
-
"@jayree/sfdx-plugin-manifest@^3.1.
|
|
512
|
-
version "3.1.
|
|
513
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
514
|
-
integrity sha512-
|
|
511
|
+
"@jayree/sfdx-plugin-manifest@^3.1.30":
|
|
512
|
+
version "3.1.30"
|
|
513
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.30.tgz#07a393e583a6919a994940212abe3838275f7c4d"
|
|
514
|
+
integrity sha512-S4mKSPKQOdvLdiYwCO88oDd1hMFF9AFd76Xx6fJYVdYrip9d4DtNQcvh3OKe7R/VWpPFTtgdbefoUg+6nyTQWw==
|
|
515
515
|
dependencies:
|
|
516
|
-
"@jayree/changelog" "^1.1.
|
|
516
|
+
"@jayree/changelog" "^1.1.6"
|
|
517
517
|
"@salesforce/sf-plugins-core" "^3.1.25"
|
|
518
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
518
|
+
"@salesforce/source-deploy-retrieve" "^9.7.22"
|
|
519
519
|
debug "^4.3.4"
|
|
520
520
|
fast-deep-equal "^3.1.3"
|
|
521
|
-
fast-xml-parser "^4.3.
|
|
521
|
+
fast-xml-parser "^4.3.2"
|
|
522
522
|
fs-extra "^11.1.1"
|
|
523
523
|
graceful-fs "^4.2.11"
|
|
524
524
|
isomorphic-git "1.24.5"
|
|
525
525
|
tslib "^2.6.2"
|
|
526
526
|
|
|
527
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
528
|
-
version "1.2.
|
|
529
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
530
|
-
integrity sha512-
|
|
527
|
+
"@jayree/sfdx-plugin-org@^1.2.13":
|
|
528
|
+
version "1.2.13"
|
|
529
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.13.tgz#708626135e53aa5497e91e0a122f4c24265edb63"
|
|
530
|
+
integrity sha512-IdqCP0cTNtRH51X8cFmvsos33905m61JTW6QVzdLfrhksZHWQXRimAUpkzrXAamMwaCAdZhgvj8uJfGiuXTshw==
|
|
531
531
|
dependencies:
|
|
532
|
-
"@jayree/changelog" "^1.1.
|
|
532
|
+
"@jayree/changelog" "^1.1.6"
|
|
533
533
|
"@salesforce/sf-plugins-core" "^3.1.25"
|
|
534
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
534
|
+
"@salesforce/source-deploy-retrieve" "^9.7.22"
|
|
535
535
|
"@salesforce/ts-types" "^2.0.8"
|
|
536
536
|
cli-truncate "^3.1.0"
|
|
537
537
|
debug "^4.3.4"
|
|
@@ -546,15 +546,15 @@
|
|
|
546
546
|
tslib "^2.6.1"
|
|
547
547
|
wrap-ansi "^8.1.0"
|
|
548
548
|
|
|
549
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
550
|
-
version "1.3.
|
|
551
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
552
|
-
integrity sha512-
|
|
549
|
+
"@jayree/sfdx-plugin-prettier@^1.3.25":
|
|
550
|
+
version "1.3.25"
|
|
551
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.25.tgz#2711201ed803255d263332e98f475473b4158ca7"
|
|
552
|
+
integrity sha512-mnX4oYGxefDQMwFTJz/TOv3CaPh2HOq9qWf57RVvlLl2UAH5582JFhAaij+joKFN99qP86xMCSX9o/FhRDP29A==
|
|
553
553
|
dependencies:
|
|
554
|
-
"@jayree/changelog" "^1.1.
|
|
554
|
+
"@jayree/changelog" "^1.1.6"
|
|
555
555
|
"@prettier/plugin-xml" "^3.2.1"
|
|
556
556
|
"@salesforce/sf-plugins-core" "^3.1.25"
|
|
557
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
557
|
+
"@salesforce/source-deploy-retrieve" "^9.7.22"
|
|
558
558
|
cli-progress "^3.12.0"
|
|
559
559
|
debug "^4.3.4"
|
|
560
560
|
fs-extra "^11.1.1"
|
|
@@ -563,17 +563,17 @@
|
|
|
563
563
|
prettier-plugin-apex "^2.0.1"
|
|
564
564
|
tslib "^2.6.1"
|
|
565
565
|
|
|
566
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
567
|
-
version "1.3.
|
|
568
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
569
|
-
integrity sha512-
|
|
566
|
+
"@jayree/sfdx-plugin-source@^1.3.21":
|
|
567
|
+
version "1.3.21"
|
|
568
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.21.tgz#feadcc5bd9782c9456613ddbc23cca79192a414a"
|
|
569
|
+
integrity sha512-KJlF6+Kmz5JSOIvIiIL7igElwonKD8pVw2XggOmbTKZSW2Rc56GyIeYJkC1fcLX7lp3BjOTqnf5BO0++dFlA0w==
|
|
570
570
|
dependencies:
|
|
571
|
-
"@jayree/changelog" "^1.1.
|
|
571
|
+
"@jayree/changelog" "^1.1.6"
|
|
572
572
|
"@salesforce/sf-plugins-core" "^3.1.25"
|
|
573
|
-
"@salesforce/source-tracking" "^4.2.
|
|
573
|
+
"@salesforce/source-tracking" "^4.2.16"
|
|
574
574
|
debug "^4.3.4"
|
|
575
575
|
deep-object-diff "^1.1.9"
|
|
576
|
-
fast-xml-parser "^4.3.
|
|
576
|
+
fast-xml-parser "^4.3.2"
|
|
577
577
|
fs-extra "^11.1.1"
|
|
578
578
|
globby "^13.2.2"
|
|
579
579
|
ignore "^5.2.4"
|
|
@@ -991,14 +991,14 @@
|
|
|
991
991
|
dependencies:
|
|
992
992
|
"@xml-tools/parser" "^1.0.11"
|
|
993
993
|
|
|
994
|
-
"@salesforce/core@^5.2.
|
|
995
|
-
version "5.3.
|
|
996
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
997
|
-
integrity sha512-
|
|
994
|
+
"@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3":
|
|
995
|
+
version "5.3.4"
|
|
996
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.4.tgz#bbf87238a4a6f31c07c8d01d4913c552fe0d0443"
|
|
997
|
+
integrity sha512-FV5QG0+W/15IaWtaZCxzAZ1K6bonlzkv5v9vuicH2VeEltruGUYYf8Bq7hkoul1xHk3Kl4+9cXx7aGp8Z0kGzQ==
|
|
998
998
|
dependencies:
|
|
999
|
-
"@salesforce/kit" "^3.0.
|
|
999
|
+
"@salesforce/kit" "^3.0.12"
|
|
1000
1000
|
"@salesforce/schemas" "^1.6.0"
|
|
1001
|
-
"@salesforce/ts-types" "^2.0.
|
|
1001
|
+
"@salesforce/ts-types" "^2.0.8"
|
|
1002
1002
|
"@types/semver" "^7.5.2"
|
|
1003
1003
|
ajv "^8.12.0"
|
|
1004
1004
|
change-case "^4.1.2"
|
|
@@ -1067,13 +1067,13 @@
|
|
|
1067
1067
|
"@salesforce/ts-types" "^2.0.7"
|
|
1068
1068
|
tslib "^2.6.2"
|
|
1069
1069
|
|
|
1070
|
-
"@salesforce/kit@^3.0.
|
|
1071
|
-
version "3.0.
|
|
1072
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.
|
|
1073
|
-
integrity sha512-
|
|
1070
|
+
"@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.13":
|
|
1071
|
+
version "3.0.13"
|
|
1072
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
|
|
1073
|
+
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
|
|
1074
1074
|
dependencies:
|
|
1075
|
-
"@salesforce/ts-types" "^2.0.
|
|
1076
|
-
tslib "^2.6.
|
|
1075
|
+
"@salesforce/ts-types" "^2.0.8"
|
|
1076
|
+
tslib "^2.6.2"
|
|
1077
1077
|
|
|
1078
1078
|
"@salesforce/prettier-config@^0.0.3":
|
|
1079
1079
|
version "0.0.3"
|
|
@@ -1097,12 +1097,12 @@
|
|
|
1097
1097
|
chalk "^4"
|
|
1098
1098
|
inquirer "^8.2.5"
|
|
1099
1099
|
|
|
1100
|
-
"@salesforce/source-deploy-retrieve@^9.7.
|
|
1101
|
-
version "9.7.
|
|
1102
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
1103
|
-
integrity sha512-
|
|
1100
|
+
"@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.22":
|
|
1101
|
+
version "9.7.22"
|
|
1102
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.22.tgz#22462311640cc34b46b66d06b6180f261d656891"
|
|
1103
|
+
integrity sha512-RsAanMSmgEuQar9rPH/Qp/rBt3q9WCyrBdYLZW+oewswoDagFCkHdiwLOkzuk6F0my61EEglDK5OQm2MBEu5Yg==
|
|
1104
1104
|
dependencies:
|
|
1105
|
-
"@salesforce/core" "^5.
|
|
1105
|
+
"@salesforce/core" "^5.3.1"
|
|
1106
1106
|
"@salesforce/kit" "^3.0.11"
|
|
1107
1107
|
"@salesforce/ts-types" "^2.0.7"
|
|
1108
1108
|
fast-levenshtein "^3.0.0"
|
|
@@ -1116,30 +1116,30 @@
|
|
|
1116
1116
|
proxy-agent "^6.3.1"
|
|
1117
1117
|
unzipper "0.10.14"
|
|
1118
1118
|
|
|
1119
|
-
"@salesforce/source-tracking@^4.2.
|
|
1120
|
-
version "4.2.
|
|
1121
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-4.2.
|
|
1122
|
-
integrity sha512-
|
|
1119
|
+
"@salesforce/source-tracking@^4.2.16":
|
|
1120
|
+
version "4.2.16"
|
|
1121
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-4.2.16.tgz#e64a7eeeb122045b61588b44c8c2e533ba5aa92a"
|
|
1122
|
+
integrity sha512-HAuLaY+RrdKvWjx9FVYMrYlIUW4JyQtF/TA5hbDpy4Rw8IUOgrYyt+IaoiAAtMyRqU8En8fJBUqiq4qFvhdpCA==
|
|
1123
1123
|
dependencies:
|
|
1124
|
-
"@salesforce/core" "^5.
|
|
1125
|
-
"@salesforce/kit" "^3.0.
|
|
1126
|
-
"@salesforce/source-deploy-retrieve" "^9.7.
|
|
1127
|
-
"@salesforce/ts-types" "^2.0.
|
|
1124
|
+
"@salesforce/core" "^5.3.3"
|
|
1125
|
+
"@salesforce/kit" "^3.0.13"
|
|
1126
|
+
"@salesforce/source-deploy-retrieve" "^9.7.20"
|
|
1127
|
+
"@salesforce/ts-types" "^2.0.8"
|
|
1128
1128
|
fast-xml-parser "^4.2.5"
|
|
1129
1129
|
graceful-fs "^4.2.11"
|
|
1130
1130
|
isomorphic-git "1.23.0"
|
|
1131
1131
|
ts-retry-promise "^0.7.0"
|
|
1132
1132
|
|
|
1133
|
-
"@salesforce/ts-sinon@^1.4.
|
|
1134
|
-
version "1.4.
|
|
1135
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
1136
|
-
integrity sha512-
|
|
1133
|
+
"@salesforce/ts-sinon@^1.4.17":
|
|
1134
|
+
version "1.4.17"
|
|
1135
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz#e4454cd6f2edb54425a6336c5f8a7062b9e6d22c"
|
|
1136
|
+
integrity sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==
|
|
1137
1137
|
dependencies:
|
|
1138
|
-
"@salesforce/ts-types" "^2.0.
|
|
1138
|
+
"@salesforce/ts-types" "^2.0.8"
|
|
1139
1139
|
sinon "^5.1.1"
|
|
1140
1140
|
tslib "^2.6.1"
|
|
1141
1141
|
|
|
1142
|
-
"@salesforce/ts-types@^2.0.
|
|
1142
|
+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
|
|
1143
1143
|
version "2.0.8"
|
|
1144
1144
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
|
|
1145
1145
|
integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
|
|
@@ -1163,6 +1163,11 @@
|
|
|
1163
1163
|
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
|
|
1164
1164
|
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
|
|
1165
1165
|
|
|
1166
|
+
"@sindresorhus/is@^3.1.2":
|
|
1167
|
+
version "3.1.2"
|
|
1168
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
|
|
1169
|
+
integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
|
|
1170
|
+
|
|
1166
1171
|
"@sindresorhus/is@^4.0.0":
|
|
1167
1172
|
version "4.6.0"
|
|
1168
1173
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
@@ -1433,16 +1438,16 @@
|
|
|
1433
1438
|
"@types/expect" "^1.20.4"
|
|
1434
1439
|
"@types/node" "*"
|
|
1435
1440
|
|
|
1436
|
-
"@typescript-eslint/eslint-plugin@^6.7.
|
|
1437
|
-
version "6.7.
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.
|
|
1439
|
-
integrity sha512-
|
|
1441
|
+
"@typescript-eslint/eslint-plugin@^6.7.4":
|
|
1442
|
+
version "6.7.4"
|
|
1443
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d"
|
|
1444
|
+
integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==
|
|
1440
1445
|
dependencies:
|
|
1441
1446
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1442
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1443
|
-
"@typescript-eslint/type-utils" "6.7.
|
|
1444
|
-
"@typescript-eslint/utils" "6.7.
|
|
1445
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1447
|
+
"@typescript-eslint/scope-manager" "6.7.4"
|
|
1448
|
+
"@typescript-eslint/type-utils" "6.7.4"
|
|
1449
|
+
"@typescript-eslint/utils" "6.7.4"
|
|
1450
|
+
"@typescript-eslint/visitor-keys" "6.7.4"
|
|
1446
1451
|
debug "^4.3.4"
|
|
1447
1452
|
graphemer "^1.4.0"
|
|
1448
1453
|
ignore "^5.2.4"
|
|
@@ -1450,15 +1455,15 @@
|
|
|
1450
1455
|
semver "^7.5.4"
|
|
1451
1456
|
ts-api-utils "^1.0.1"
|
|
1452
1457
|
|
|
1453
|
-
"@typescript-eslint/parser@^6.7.
|
|
1454
|
-
version "6.7.
|
|
1455
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.
|
|
1456
|
-
integrity sha512-
|
|
1458
|
+
"@typescript-eslint/parser@^6.7.4":
|
|
1459
|
+
version "6.7.4"
|
|
1460
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
|
|
1461
|
+
integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
|
|
1457
1462
|
dependencies:
|
|
1458
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1459
|
-
"@typescript-eslint/types" "6.7.
|
|
1460
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1461
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1463
|
+
"@typescript-eslint/scope-manager" "6.7.4"
|
|
1464
|
+
"@typescript-eslint/types" "6.7.4"
|
|
1465
|
+
"@typescript-eslint/typescript-estree" "6.7.4"
|
|
1466
|
+
"@typescript-eslint/visitor-keys" "6.7.4"
|
|
1462
1467
|
debug "^4.3.4"
|
|
1463
1468
|
|
|
1464
1469
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1469,21 +1474,21 @@
|
|
|
1469
1474
|
"@typescript-eslint/types" "5.62.0"
|
|
1470
1475
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1471
1476
|
|
|
1472
|
-
"@typescript-eslint/scope-manager@6.7.
|
|
1473
|
-
version "6.7.
|
|
1474
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.
|
|
1475
|
-
integrity sha512-
|
|
1477
|
+
"@typescript-eslint/scope-manager@6.7.4":
|
|
1478
|
+
version "6.7.4"
|
|
1479
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
|
|
1480
|
+
integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
|
|
1476
1481
|
dependencies:
|
|
1477
|
-
"@typescript-eslint/types" "6.7.
|
|
1478
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1482
|
+
"@typescript-eslint/types" "6.7.4"
|
|
1483
|
+
"@typescript-eslint/visitor-keys" "6.7.4"
|
|
1479
1484
|
|
|
1480
|
-
"@typescript-eslint/type-utils@6.7.
|
|
1481
|
-
version "6.7.
|
|
1482
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.
|
|
1483
|
-
integrity sha512-
|
|
1485
|
+
"@typescript-eslint/type-utils@6.7.4":
|
|
1486
|
+
version "6.7.4"
|
|
1487
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321"
|
|
1488
|
+
integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==
|
|
1484
1489
|
dependencies:
|
|
1485
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1486
|
-
"@typescript-eslint/utils" "6.7.
|
|
1490
|
+
"@typescript-eslint/typescript-estree" "6.7.4"
|
|
1491
|
+
"@typescript-eslint/utils" "6.7.4"
|
|
1487
1492
|
debug "^4.3.4"
|
|
1488
1493
|
ts-api-utils "^1.0.1"
|
|
1489
1494
|
|
|
@@ -1492,10 +1497,10 @@
|
|
|
1492
1497
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1493
1498
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1494
1499
|
|
|
1495
|
-
"@typescript-eslint/types@6.7.
|
|
1496
|
-
version "6.7.
|
|
1497
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.
|
|
1498
|
-
integrity sha512-
|
|
1500
|
+
"@typescript-eslint/types@6.7.4":
|
|
1501
|
+
version "6.7.4"
|
|
1502
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
|
|
1503
|
+
integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
|
|
1499
1504
|
|
|
1500
1505
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1501
1506
|
version "5.62.0"
|
|
@@ -1510,30 +1515,30 @@
|
|
|
1510
1515
|
semver "^7.3.7"
|
|
1511
1516
|
tsutils "^3.21.0"
|
|
1512
1517
|
|
|
1513
|
-
"@typescript-eslint/typescript-estree@6.7.
|
|
1514
|
-
version "6.7.
|
|
1515
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.
|
|
1516
|
-
integrity sha512-
|
|
1518
|
+
"@typescript-eslint/typescript-estree@6.7.4":
|
|
1519
|
+
version "6.7.4"
|
|
1520
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
|
|
1521
|
+
integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
|
|
1517
1522
|
dependencies:
|
|
1518
|
-
"@typescript-eslint/types" "6.7.
|
|
1519
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1523
|
+
"@typescript-eslint/types" "6.7.4"
|
|
1524
|
+
"@typescript-eslint/visitor-keys" "6.7.4"
|
|
1520
1525
|
debug "^4.3.4"
|
|
1521
1526
|
globby "^11.1.0"
|
|
1522
1527
|
is-glob "^4.0.3"
|
|
1523
1528
|
semver "^7.5.4"
|
|
1524
1529
|
ts-api-utils "^1.0.1"
|
|
1525
1530
|
|
|
1526
|
-
"@typescript-eslint/utils@6.7.
|
|
1527
|
-
version "6.7.
|
|
1528
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.
|
|
1529
|
-
integrity sha512-
|
|
1531
|
+
"@typescript-eslint/utils@6.7.4":
|
|
1532
|
+
version "6.7.4"
|
|
1533
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
|
|
1534
|
+
integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
|
|
1530
1535
|
dependencies:
|
|
1531
1536
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1532
1537
|
"@types/json-schema" "^7.0.12"
|
|
1533
1538
|
"@types/semver" "^7.5.0"
|
|
1534
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1535
|
-
"@typescript-eslint/types" "6.7.
|
|
1536
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1539
|
+
"@typescript-eslint/scope-manager" "6.7.4"
|
|
1540
|
+
"@typescript-eslint/types" "6.7.4"
|
|
1541
|
+
"@typescript-eslint/typescript-estree" "6.7.4"
|
|
1537
1542
|
semver "^7.5.4"
|
|
1538
1543
|
|
|
1539
1544
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1558,12 +1563,12 @@
|
|
|
1558
1563
|
"@typescript-eslint/types" "5.62.0"
|
|
1559
1564
|
eslint-visitor-keys "^3.3.0"
|
|
1560
1565
|
|
|
1561
|
-
"@typescript-eslint/visitor-keys@6.7.
|
|
1562
|
-
version "6.7.
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.
|
|
1564
|
-
integrity sha512-
|
|
1566
|
+
"@typescript-eslint/visitor-keys@6.7.4":
|
|
1567
|
+
version "6.7.4"
|
|
1568
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
|
|
1569
|
+
integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
|
|
1565
1570
|
dependencies:
|
|
1566
|
-
"@typescript-eslint/types" "6.7.
|
|
1571
|
+
"@typescript-eslint/types" "6.7.4"
|
|
1567
1572
|
eslint-visitor-keys "^3.4.1"
|
|
1568
1573
|
|
|
1569
1574
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -2368,10 +2373,10 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
|
|
2368
2373
|
ansi-styles "^4.1.0"
|
|
2369
2374
|
supports-color "^7.1.0"
|
|
2370
2375
|
|
|
2371
|
-
chalk@^5.
|
|
2372
|
-
version "5.
|
|
2373
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.
|
|
2374
|
-
integrity sha512-
|
|
2376
|
+
chalk@^5.3.0:
|
|
2377
|
+
version "5.3.0"
|
|
2378
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
|
2379
|
+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
|
2375
2380
|
|
|
2376
2381
|
change-case@^4.1.2:
|
|
2377
2382
|
version "4.1.2"
|
|
@@ -2391,6 +2396,11 @@ change-case@^4.1.2:
|
|
|
2391
2396
|
snake-case "^3.0.4"
|
|
2392
2397
|
tslib "^2.0.3"
|
|
2393
2398
|
|
|
2399
|
+
char-regex@^1.0.2:
|
|
2400
|
+
version "1.0.2"
|
|
2401
|
+
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
|
|
2402
|
+
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
|
|
2403
|
+
|
|
2394
2404
|
chardet@^0.7.0:
|
|
2395
2405
|
version "0.7.0"
|
|
2396
2406
|
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
|
|
@@ -3180,6 +3190,11 @@ emoji-regex@^9.2.2:
|
|
|
3180
3190
|
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
|
|
3181
3191
|
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
|
|
3182
3192
|
|
|
3193
|
+
emojilib@^2.4.0:
|
|
3194
|
+
version "2.4.0"
|
|
3195
|
+
resolved "https://registry.yarnpkg.com/emojilib/-/emojilib-2.4.0.tgz#ac518a8bb0d5f76dda57289ccb2fdf9d39ae721e"
|
|
3196
|
+
integrity sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==
|
|
3197
|
+
|
|
3183
3198
|
encoding@^0.1.12, encoding@^0.1.13:
|
|
3184
3199
|
version "0.1.13"
|
|
3185
3200
|
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
|
|
@@ -3481,12 +3496,12 @@ eslint-plugin-prettier@^5.0.0:
|
|
|
3481
3496
|
prettier-linter-helpers "^1.0.0"
|
|
3482
3497
|
synckit "^0.8.5"
|
|
3483
3498
|
|
|
3484
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3485
|
-
version "1.16.
|
|
3486
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3487
|
-
integrity sha512-
|
|
3499
|
+
eslint-plugin-sf-plugin@^1.16.8:
|
|
3500
|
+
version "1.16.8"
|
|
3501
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154"
|
|
3502
|
+
integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg==
|
|
3488
3503
|
dependencies:
|
|
3489
|
-
"@salesforce/core" "^5.
|
|
3504
|
+
"@salesforce/core" "^5.3.1"
|
|
3490
3505
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3491
3506
|
|
|
3492
3507
|
eslint-scope@^5.1.1:
|
|
@@ -3728,10 +3743,10 @@ fast-safe-stringify@^2.1.1:
|
|
|
3728
3743
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3729
3744
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3730
3745
|
|
|
3731
|
-
fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.
|
|
3732
|
-
version "4.3.
|
|
3733
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
3734
|
-
integrity sha512-
|
|
3746
|
+
fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.2:
|
|
3747
|
+
version "4.3.2"
|
|
3748
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
|
|
3749
|
+
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
|
|
3735
3750
|
dependencies:
|
|
3736
3751
|
strnum "^1.0.5"
|
|
3737
3752
|
|
|
@@ -5571,27 +5586,27 @@ map-obj@^4.0.0:
|
|
|
5571
5586
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5572
5587
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5573
5588
|
|
|
5574
|
-
marked-terminal@^
|
|
5575
|
-
version "
|
|
5576
|
-
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-
|
|
5577
|
-
integrity sha512-
|
|
5589
|
+
marked-terminal@^6.0.0:
|
|
5590
|
+
version "6.0.0"
|
|
5591
|
+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.0.0.tgz#450fe39209fd1fb342bd1384c9ec71345e20b6aa"
|
|
5592
|
+
integrity sha512-6rruICvqRfA4N+Mvdc0UyDbLA0A0nI5omtARIlin3P2F+aNc3EbW91Rd9HTuD0v9qWyHmNIu8Bt40gAnPfldsg==
|
|
5578
5593
|
dependencies:
|
|
5579
5594
|
ansi-escapes "^6.2.0"
|
|
5580
5595
|
cardinal "^2.1.1"
|
|
5581
|
-
chalk "^5.
|
|
5596
|
+
chalk "^5.3.0"
|
|
5582
5597
|
cli-table3 "^0.6.3"
|
|
5583
|
-
node-emoji "^1.
|
|
5584
|
-
supports-hyperlinks "^
|
|
5598
|
+
node-emoji "^2.1.0"
|
|
5599
|
+
supports-hyperlinks "^3.0.0"
|
|
5585
5600
|
|
|
5586
5601
|
marked@^4.0.19:
|
|
5587
5602
|
version "4.3.0"
|
|
5588
5603
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
5589
5604
|
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
5590
5605
|
|
|
5591
|
-
marked@^
|
|
5592
|
-
version "
|
|
5593
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-
|
|
5594
|
-
integrity sha512-
|
|
5606
|
+
marked@^9.1.0:
|
|
5607
|
+
version "9.1.0"
|
|
5608
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270"
|
|
5609
|
+
integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==
|
|
5595
5610
|
|
|
5596
5611
|
"mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
|
|
5597
5612
|
version "9.7.0"
|
|
@@ -6044,12 +6059,15 @@ nock@^13.3.3:
|
|
|
6044
6059
|
lodash "^4.17.21"
|
|
6045
6060
|
propagate "^2.0.0"
|
|
6046
6061
|
|
|
6047
|
-
node-emoji@^1.
|
|
6048
|
-
version "1.
|
|
6049
|
-
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.
|
|
6050
|
-
integrity sha512-
|
|
6062
|
+
node-emoji@^2.1.0:
|
|
6063
|
+
version "2.1.0"
|
|
6064
|
+
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.0.tgz#93c99b0d3dfe7d5e37c056aded389e013c72d0c5"
|
|
6065
|
+
integrity sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==
|
|
6051
6066
|
dependencies:
|
|
6052
|
-
|
|
6067
|
+
"@sindresorhus/is" "^3.1.2"
|
|
6068
|
+
char-regex "^1.0.2"
|
|
6069
|
+
emojilib "^2.4.0"
|
|
6070
|
+
skin-tone "^2.0.0"
|
|
6053
6071
|
|
|
6054
6072
|
node-fetch@^2.6.1, node-fetch@^2.6.7:
|
|
6055
6073
|
version "2.6.9"
|
|
@@ -7547,10 +7565,10 @@ sinon@10.0.0:
|
|
|
7547
7565
|
nise "^4.1.0"
|
|
7548
7566
|
supports-color "^7.1.0"
|
|
7549
7567
|
|
|
7550
|
-
sinon@^16.
|
|
7551
|
-
version "16.
|
|
7552
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.
|
|
7553
|
-
integrity sha512-
|
|
7568
|
+
sinon@^16.1.0:
|
|
7569
|
+
version "16.1.0"
|
|
7570
|
+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
|
|
7571
|
+
integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
|
|
7554
7572
|
dependencies:
|
|
7555
7573
|
"@sinonjs/commons" "^3.0.0"
|
|
7556
7574
|
"@sinonjs/fake-timers" "^10.3.0"
|
|
@@ -7572,6 +7590,13 @@ sinon@^5.1.1:
|
|
|
7572
7590
|
supports-color "^5.4.0"
|
|
7573
7591
|
type-detect "^4.0.8"
|
|
7574
7592
|
|
|
7593
|
+
skin-tone@^2.0.0:
|
|
7594
|
+
version "2.0.0"
|
|
7595
|
+
resolved "https://registry.yarnpkg.com/skin-tone/-/skin-tone-2.0.0.tgz#4e3933ab45c0d4f4f781745d64b9f4c208e41237"
|
|
7596
|
+
integrity sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==
|
|
7597
|
+
dependencies:
|
|
7598
|
+
unicode-emoji-modifier-base "^1.0.0"
|
|
7599
|
+
|
|
7575
7600
|
slash@^2.0.0:
|
|
7576
7601
|
version "2.0.0"
|
|
7577
7602
|
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
|
|
@@ -7906,7 +7931,7 @@ supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
|
|
|
7906
7931
|
dependencies:
|
|
7907
7932
|
has-flag "^4.0.0"
|
|
7908
7933
|
|
|
7909
|
-
supports-hyperlinks@^2.2.0
|
|
7934
|
+
supports-hyperlinks@^2.2.0:
|
|
7910
7935
|
version "2.3.0"
|
|
7911
7936
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
7912
7937
|
integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
|
|
@@ -7914,6 +7939,14 @@ supports-hyperlinks@^2.2.0, supports-hyperlinks@^2.3.0:
|
|
|
7914
7939
|
has-flag "^4.0.0"
|
|
7915
7940
|
supports-color "^7.0.0"
|
|
7916
7941
|
|
|
7942
|
+
supports-hyperlinks@^3.0.0:
|
|
7943
|
+
version "3.0.0"
|
|
7944
|
+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#c711352a5c89070779b4dad54c05a2f14b15c94b"
|
|
7945
|
+
integrity sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==
|
|
7946
|
+
dependencies:
|
|
7947
|
+
has-flag "^4.0.0"
|
|
7948
|
+
supports-color "^7.0.0"
|
|
7949
|
+
|
|
7917
7950
|
supports-preserve-symlinks-flag@^1.0.0:
|
|
7918
7951
|
version "1.0.0"
|
|
7919
7952
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
|
@@ -8245,6 +8278,11 @@ unbox-primitive@^1.0.2:
|
|
|
8245
8278
|
has-symbols "^1.0.3"
|
|
8246
8279
|
which-boxed-primitive "^1.0.2"
|
|
8247
8280
|
|
|
8281
|
+
unicode-emoji-modifier-base@^1.0.0:
|
|
8282
|
+
version "1.0.0"
|
|
8283
|
+
resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"
|
|
8284
|
+
integrity sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==
|
|
8285
|
+
|
|
8248
8286
|
unique-filename@^1.1.1:
|
|
8249
8287
|
version "1.1.1"
|
|
8250
8288
|
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.33",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.30",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.13",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.25",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.21"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^5.2.20",
|
|
16
16
|
"@salesforce/dev-config": "^4.0.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^5.10.0",
|
|
18
18
|
"@salesforce/prettier-config": "^0.0.3",
|
|
19
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
21
|
-
"@typescript-eslint/parser": "^6.7.
|
|
19
|
+
"@salesforce/ts-sinon": "^1.4.17",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
21
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
22
22
|
"c8": "^8.0.1",
|
|
23
23
|
"chai": "^4.3.10",
|
|
24
24
|
"eslint": "^8.50.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-import": "^2.28.1",
|
|
30
30
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
31
31
|
"eslint-plugin-prettier": "^5.0.0",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.16.8",
|
|
33
33
|
"husky": "^8.0.3",
|
|
34
34
|
"mocha": "^10.2.0",
|
|
35
35
|
"nock": "^13.3.3",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"prettier": "^3.0.3",
|
|
41
41
|
"pretty-quick": "^3.1.3",
|
|
42
42
|
"shx": "^0.3.4",
|
|
43
|
-
"sinon": "^16.
|
|
43
|
+
"sinon": "^16.1.0",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5.2.2",
|
|
46
46
|
"wireit": "^0.14.0"
|