sfdx-jayree 4.8.81 → 4.8.82
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 +8 -0
- package/README.md +6 -6
- package/npm-shrinkwrap.json +47 -73
- package/oclif.lock +33 -38
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [4.8.82](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.81...v4.8.82) (2024-07-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.71 to 1.3.72 ([#1356](https://github.com/jayree/sfdx-jayree-plugin/issues/1356)) ([a061922](https://github.com/jayree/sfdx-jayree-plugin/commit/a061922405891a49457db47d3afefee4e6ef0c16))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.67 to 1.3.68 ([#1361](https://github.com/jayree/sfdx-jayree-plugin/issues/1361)) ([f9d32a5](https://github.com/jayree/sfdx-jayree-plugin/commit/f9d32a55a2f68e05ca4b5ba8a814580fd3467839))
|
|
8
|
+
|
|
1
9
|
## [4.8.81](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.80...v4.8.81) (2024-07-19)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.68/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.82",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.82",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.3.18",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.60",
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.72",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.68"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.6",
|
|
@@ -4143,12 +4143,6 @@
|
|
|
4143
4143
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4144
4144
|
}
|
|
4145
4145
|
},
|
|
4146
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/emoji-regex": {
|
|
4147
|
-
"version": "10.3.0",
|
|
4148
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4149
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4150
|
-
"license": "MIT"
|
|
4151
|
-
},
|
|
4152
4146
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/fast-copy": {
|
|
4153
4147
|
"version": "3.0.1",
|
|
4154
4148
|
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
@@ -4425,9 +4419,9 @@
|
|
|
4425
4419
|
}
|
|
4426
4420
|
},
|
|
4427
4421
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4428
|
-
"version": "1.3.
|
|
4429
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4430
|
-
"integrity": "sha512-
|
|
4422
|
+
"version": "1.3.72",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.72.tgz",
|
|
4424
|
+
"integrity": "sha512-NhTtsP2uVOYUSM+gmPb99/IT7qk/rBsX0R9SF9kxb11H2gCm7Vh1ucZ46nf/Qxhm0eaqjeGQvEEOMDoPedq8kw==",
|
|
4431
4425
|
"license": "BSD-3-Clause",
|
|
4432
4426
|
"dependencies": {
|
|
4433
4427
|
"@jayree/changelog": "^1.2.1",
|
|
@@ -4441,7 +4435,7 @@
|
|
|
4441
4435
|
"debug": "^4.3.5",
|
|
4442
4436
|
"fs-extra": "^11.2.0",
|
|
4443
4437
|
"ignore": "^5.3.1",
|
|
4444
|
-
"prettier": "^3.3.
|
|
4438
|
+
"prettier": "^3.3.3",
|
|
4445
4439
|
"prettier-plugin-apex": "^2.1.4",
|
|
4446
4440
|
"tslib": "^2.6.3"
|
|
4447
4441
|
},
|
|
@@ -4450,18 +4444,18 @@
|
|
|
4450
4444
|
}
|
|
4451
4445
|
},
|
|
4452
4446
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4453
|
-
"version": "1.3.
|
|
4454
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4455
|
-
"integrity": "sha512-
|
|
4447
|
+
"version": "1.3.68",
|
|
4448
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.68.tgz",
|
|
4449
|
+
"integrity": "sha512-eTkmAWSvDI1kUNalrVRVj0KKQA5r3H9cfY+SUDsExJ26G+HHGFWvjsSG1cUYLlck73xUWOtBq5kb1RmEVjvGZQ==",
|
|
4456
4450
|
"license": "BSD-3-Clause",
|
|
4457
4451
|
"dependencies": {
|
|
4458
4452
|
"@jayree/changelog": "^1.2.1",
|
|
4459
4453
|
"@oclif/core": "^4.0.11",
|
|
4460
4454
|
"@salesforce/core": "^8.1.1",
|
|
4461
4455
|
"@salesforce/kit": "^3.1.6",
|
|
4462
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4463
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4464
|
-
"@salesforce/source-tracking": "^7.0.
|
|
4456
|
+
"@salesforce/sf-plugins-core": "^11.1.9",
|
|
4457
|
+
"@salesforce/source-deploy-retrieve": "^12.1.7",
|
|
4458
|
+
"@salesforce/source-tracking": "^7.0.9",
|
|
4465
4459
|
"@salesforce/ts-types": "^2.0.10",
|
|
4466
4460
|
"ansis": "^3.2.0",
|
|
4467
4461
|
"debug": "^4.3.4",
|
|
@@ -4740,15 +4734,6 @@
|
|
|
4740
4734
|
"node": ">=18.0.0"
|
|
4741
4735
|
}
|
|
4742
4736
|
},
|
|
4743
|
-
"node_modules/@oclif/core/node_modules/ansis": {
|
|
4744
|
-
"version": "3.3.1",
|
|
4745
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz",
|
|
4746
|
-
"integrity": "sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==",
|
|
4747
|
-
"license": "ISC",
|
|
4748
|
-
"engines": {
|
|
4749
|
-
"node": ">=15"
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
4737
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4753
4738
|
"version": "9.0.5",
|
|
4754
4739
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -5293,22 +5278,22 @@
|
|
|
5293
5278
|
"license": "ISC"
|
|
5294
5279
|
},
|
|
5295
5280
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5296
|
-
"version": "11.1.
|
|
5297
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
5298
|
-
"integrity": "sha512-
|
|
5281
|
+
"version": "11.1.9",
|
|
5282
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.9.tgz",
|
|
5283
|
+
"integrity": "sha512-Uz+H39axao5D9N0oKYqai4wUizl/GaFAzrcHbX7h6sVKzB3BBoVJSQ1IrOe1Pu29AP72QujCU5Huv/BOR/0DZA==",
|
|
5299
5284
|
"license": "BSD-3-Clause",
|
|
5300
5285
|
"dependencies": {
|
|
5301
5286
|
"@inquirer/confirm": "^3.1.14",
|
|
5302
5287
|
"@inquirer/password": "^2.1.14",
|
|
5303
|
-
"@oclif/core": "^4.0.
|
|
5288
|
+
"@oclif/core": "^4.0.12",
|
|
5304
5289
|
"@salesforce/core": "^8.1.1",
|
|
5305
5290
|
"@salesforce/kit": "^3.1.6",
|
|
5306
5291
|
"@salesforce/ts-types": "^2.0.10",
|
|
5307
|
-
"ansis": "^3.2.
|
|
5292
|
+
"ansis": "^3.2.1",
|
|
5308
5293
|
"cli-progress": "^3.12.0",
|
|
5309
5294
|
"natural-orderby": "^3.0.2",
|
|
5310
5295
|
"slice-ansi": "^7.1.0",
|
|
5311
|
-
"string-width": "^7.
|
|
5296
|
+
"string-width": "^7.2.0",
|
|
5312
5297
|
"terminal-link": "^3.0.0"
|
|
5313
5298
|
},
|
|
5314
5299
|
"engines": {
|
|
@@ -5327,16 +5312,10 @@
|
|
|
5327
5312
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5328
5313
|
}
|
|
5329
5314
|
},
|
|
5330
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
5331
|
-
"version": "10.3.0",
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5333
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5334
|
-
"license": "MIT"
|
|
5335
|
-
},
|
|
5336
5315
|
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
5337
|
-
"version": "7.
|
|
5338
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.
|
|
5339
|
-
"integrity": "sha512-
|
|
5316
|
+
"version": "7.2.0",
|
|
5317
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5318
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5340
5319
|
"license": "MIT",
|
|
5341
5320
|
"dependencies": {
|
|
5342
5321
|
"emoji-regex": "^10.3.0",
|
|
@@ -5517,19 +5496,19 @@
|
|
|
5517
5496
|
}
|
|
5518
5497
|
},
|
|
5519
5498
|
"node_modules/@salesforce/source-tracking": {
|
|
5520
|
-
"version": "7.0.
|
|
5521
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.
|
|
5522
|
-
"integrity": "sha512
|
|
5499
|
+
"version": "7.0.9",
|
|
5500
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.9.tgz",
|
|
5501
|
+
"integrity": "sha512-1QHXPzZEk/wpBGfUy++3zBcUZ+rW1pNLkiNyfCRzJU1qx7CFn2+oXTsni1q935NmayuMyj4Eu38t/kwAbMX4yA==",
|
|
5523
5502
|
"license": "BSD-3-Clause",
|
|
5524
5503
|
"dependencies": {
|
|
5525
|
-
"@oclif/core": "^4.0.
|
|
5504
|
+
"@oclif/core": "^4.0.11",
|
|
5526
5505
|
"@salesforce/core": "^8.1.1",
|
|
5527
5506
|
"@salesforce/kit": "^3.1.6",
|
|
5528
5507
|
"@salesforce/source-deploy-retrieve": "^12.1.5",
|
|
5529
5508
|
"@salesforce/ts-types": "^2.0.10",
|
|
5530
5509
|
"fast-xml-parser": "^4.4.0",
|
|
5531
5510
|
"graceful-fs": "^4.2.11",
|
|
5532
|
-
"isomorphic-git": "^1.27.
|
|
5511
|
+
"isomorphic-git": "^1.27.1",
|
|
5533
5512
|
"ts-retry-promise": "^0.8.1"
|
|
5534
5513
|
},
|
|
5535
5514
|
"engines": {
|
|
@@ -7189,9 +7168,9 @@
|
|
|
7189
7168
|
"license": "MIT"
|
|
7190
7169
|
},
|
|
7191
7170
|
"node_modules/ansis": {
|
|
7192
|
-
"version": "3.
|
|
7193
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
7194
|
-
"integrity": "sha512-
|
|
7171
|
+
"version": "3.3.1",
|
|
7172
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz",
|
|
7173
|
+
"integrity": "sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==",
|
|
7195
7174
|
"license": "ISC",
|
|
7196
7175
|
"engines": {
|
|
7197
7176
|
"node": ">=15"
|
|
@@ -8472,12 +8451,6 @@
|
|
|
8472
8451
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8473
8452
|
}
|
|
8474
8453
|
},
|
|
8475
|
-
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
8476
|
-
"version": "10.3.0",
|
|
8477
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
8478
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
8479
|
-
"license": "MIT"
|
|
8480
|
-
},
|
|
8481
8454
|
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
8482
8455
|
"version": "4.0.0",
|
|
8483
8456
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
@@ -9288,9 +9261,9 @@
|
|
|
9288
9261
|
"license": "ISC"
|
|
9289
9262
|
},
|
|
9290
9263
|
"node_modules/emoji-regex": {
|
|
9291
|
-
"version": "
|
|
9292
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
9293
|
-
"integrity": "sha512-
|
|
9264
|
+
"version": "10.3.0",
|
|
9265
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
9266
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
9294
9267
|
"license": "MIT"
|
|
9295
9268
|
},
|
|
9296
9269
|
"node_modules/emojilib": {
|
|
@@ -12636,12 +12609,6 @@
|
|
|
12636
12609
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12637
12610
|
}
|
|
12638
12611
|
},
|
|
12639
|
-
"node_modules/listr2/node_modules/emoji-regex": {
|
|
12640
|
-
"version": "10.3.0",
|
|
12641
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
12642
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
12643
|
-
"license": "MIT"
|
|
12644
|
-
},
|
|
12645
12612
|
"node_modules/listr2/node_modules/string-width": {
|
|
12646
12613
|
"version": "7.1.0",
|
|
12647
12614
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -12904,12 +12871,6 @@
|
|
|
12904
12871
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12905
12872
|
}
|
|
12906
12873
|
},
|
|
12907
|
-
"node_modules/log-update/node_modules/emoji-regex": {
|
|
12908
|
-
"version": "10.3.0",
|
|
12909
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
12910
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
12911
|
-
"license": "MIT"
|
|
12912
|
-
},
|
|
12913
12874
|
"node_modules/log-update/node_modules/string-width": {
|
|
12914
12875
|
"version": "7.1.0",
|
|
12915
12876
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -16313,6 +16274,19 @@
|
|
|
16313
16274
|
"node": ">=8"
|
|
16314
16275
|
}
|
|
16315
16276
|
},
|
|
16277
|
+
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
16278
|
+
"version": "8.0.0",
|
|
16279
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
16280
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
16281
|
+
"dev": true,
|
|
16282
|
+
"license": "MIT"
|
|
16283
|
+
},
|
|
16284
|
+
"node_modules/string-width/node_modules/emoji-regex": {
|
|
16285
|
+
"version": "8.0.0",
|
|
16286
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
16287
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
16288
|
+
"license": "MIT"
|
|
16289
|
+
},
|
|
16316
16290
|
"node_modules/string.prototype.trim": {
|
|
16317
16291
|
"version": "1.2.8",
|
|
16318
16292
|
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1554,10 +1554,10 @@
|
|
|
1554
1554
|
tslib "^2.6.3"
|
|
1555
1555
|
wrap-ansi "^9.0.0"
|
|
1556
1556
|
|
|
1557
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1558
|
-
version "1.3.
|
|
1559
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1560
|
-
integrity sha512-
|
|
1557
|
+
"@jayree/sfdx-plugin-prettier@^1.3.72":
|
|
1558
|
+
version "1.3.72"
|
|
1559
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.72.tgz"
|
|
1560
|
+
integrity sha512-NhTtsP2uVOYUSM+gmPb99/IT7qk/rBsX0R9SF9kxb11H2gCm7Vh1ucZ46nf/Qxhm0eaqjeGQvEEOMDoPedq8kw==
|
|
1561
1561
|
dependencies:
|
|
1562
1562
|
"@jayree/changelog" "^1.2.1"
|
|
1563
1563
|
"@oclif/core" "^4.0.11"
|
|
@@ -1570,22 +1570,22 @@
|
|
|
1570
1570
|
debug "^4.3.5"
|
|
1571
1571
|
fs-extra "^11.2.0"
|
|
1572
1572
|
ignore "^5.3.1"
|
|
1573
|
-
prettier "^3.3.
|
|
1573
|
+
prettier "^3.3.3"
|
|
1574
1574
|
prettier-plugin-apex "^2.1.4"
|
|
1575
1575
|
tslib "^2.6.3"
|
|
1576
1576
|
|
|
1577
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1578
|
-
version "1.3.
|
|
1579
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1580
|
-
integrity sha512-
|
|
1577
|
+
"@jayree/sfdx-plugin-source@^1.3.68":
|
|
1578
|
+
version "1.3.68"
|
|
1579
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.68.tgz"
|
|
1580
|
+
integrity sha512-eTkmAWSvDI1kUNalrVRVj0KKQA5r3H9cfY+SUDsExJ26G+HHGFWvjsSG1cUYLlck73xUWOtBq5kb1RmEVjvGZQ==
|
|
1581
1581
|
dependencies:
|
|
1582
1582
|
"@jayree/changelog" "^1.2.1"
|
|
1583
1583
|
"@oclif/core" "^4.0.11"
|
|
1584
1584
|
"@salesforce/core" "^8.1.1"
|
|
1585
1585
|
"@salesforce/kit" "^3.1.6"
|
|
1586
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
1587
|
-
"@salesforce/source-deploy-retrieve" "^12.1.
|
|
1588
|
-
"@salesforce/source-tracking" "^7.0.
|
|
1586
|
+
"@salesforce/sf-plugins-core" "^11.1.9"
|
|
1587
|
+
"@salesforce/source-deploy-retrieve" "^12.1.7"
|
|
1588
|
+
"@salesforce/source-tracking" "^7.0.9"
|
|
1589
1589
|
"@salesforce/ts-types" "^2.0.10"
|
|
1590
1590
|
ansis "^3.2.0"
|
|
1591
1591
|
debug "^4.3.4"
|
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
wordwrap "^1.0.0"
|
|
1718
1718
|
wrap-ansi "^7.0.0"
|
|
1719
1719
|
|
|
1720
|
-
"@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12"
|
|
1720
|
+
"@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12":
|
|
1721
1721
|
version "4.0.12"
|
|
1722
1722
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz"
|
|
1723
1723
|
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
|
|
@@ -1887,22 +1887,22 @@
|
|
|
1887
1887
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
1888
1888
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1889
1889
|
|
|
1890
|
-
"@salesforce/sf-plugins-core@^11.1.6":
|
|
1891
|
-
version "11.1.
|
|
1892
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
1893
|
-
integrity sha512-
|
|
1890
|
+
"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.9":
|
|
1891
|
+
version "11.1.9"
|
|
1892
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.9.tgz"
|
|
1893
|
+
integrity sha512-Uz+H39axao5D9N0oKYqai4wUizl/GaFAzrcHbX7h6sVKzB3BBoVJSQ1IrOe1Pu29AP72QujCU5Huv/BOR/0DZA==
|
|
1894
1894
|
dependencies:
|
|
1895
1895
|
"@inquirer/confirm" "^3.1.14"
|
|
1896
1896
|
"@inquirer/password" "^2.1.14"
|
|
1897
|
-
"@oclif/core" "^4.0.
|
|
1897
|
+
"@oclif/core" "^4.0.12"
|
|
1898
1898
|
"@salesforce/core" "^8.1.1"
|
|
1899
1899
|
"@salesforce/kit" "^3.1.6"
|
|
1900
1900
|
"@salesforce/ts-types" "^2.0.10"
|
|
1901
|
-
ansis "^3.2.
|
|
1901
|
+
ansis "^3.2.1"
|
|
1902
1902
|
cli-progress "^3.12.0"
|
|
1903
1903
|
natural-orderby "^3.0.2"
|
|
1904
1904
|
slice-ansi "^7.1.0"
|
|
1905
|
-
string-width "^7.
|
|
1905
|
+
string-width "^7.2.0"
|
|
1906
1906
|
terminal-link "^3.0.0"
|
|
1907
1907
|
|
|
1908
1908
|
"@salesforce/sf-plugins-core@^9.1.0":
|
|
@@ -1936,19 +1936,19 @@
|
|
|
1936
1936
|
minimatch "^9.0.5"
|
|
1937
1937
|
proxy-agent "^6.4.0"
|
|
1938
1938
|
|
|
1939
|
-
"@salesforce/source-tracking@^7.0.
|
|
1940
|
-
version "7.0.
|
|
1941
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.
|
|
1942
|
-
integrity sha512
|
|
1939
|
+
"@salesforce/source-tracking@^7.0.9":
|
|
1940
|
+
version "7.0.9"
|
|
1941
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.9.tgz"
|
|
1942
|
+
integrity sha512-1QHXPzZEk/wpBGfUy++3zBcUZ+rW1pNLkiNyfCRzJU1qx7CFn2+oXTsni1q935NmayuMyj4Eu38t/kwAbMX4yA==
|
|
1943
1943
|
dependencies:
|
|
1944
|
-
"@oclif/core" "^4.0.
|
|
1944
|
+
"@oclif/core" "^4.0.11"
|
|
1945
1945
|
"@salesforce/core" "^8.1.1"
|
|
1946
1946
|
"@salesforce/kit" "^3.1.6"
|
|
1947
1947
|
"@salesforce/source-deploy-retrieve" "^12.1.5"
|
|
1948
1948
|
"@salesforce/ts-types" "^2.0.10"
|
|
1949
1949
|
fast-xml-parser "^4.4.0"
|
|
1950
1950
|
graceful-fs "^4.2.11"
|
|
1951
|
-
isomorphic-git "^1.27.
|
|
1951
|
+
isomorphic-git "^1.27.1"
|
|
1952
1952
|
ts-retry-promise "^0.8.1"
|
|
1953
1953
|
|
|
1954
1954
|
"@salesforce/ts-sinon@^1.4.22":
|
|
@@ -3127,12 +3127,7 @@ ansicolors@~0.3.2:
|
|
|
3127
3127
|
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
|
|
3128
3128
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3129
3129
|
|
|
3130
|
-
ansis@^3.2.0:
|
|
3131
|
-
version "3.2.0"
|
|
3132
|
-
resolved "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz"
|
|
3133
|
-
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
|
|
3134
|
-
|
|
3135
|
-
ansis@^3.2.1:
|
|
3130
|
+
ansis@^3.2.0, ansis@^3.2.1:
|
|
3136
3131
|
version "3.3.1"
|
|
3137
3132
|
resolved "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz"
|
|
3138
3133
|
integrity sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==
|
|
@@ -5846,7 +5841,7 @@ isexe@^2.0.0:
|
|
|
5846
5841
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
5847
5842
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5848
5843
|
|
|
5849
|
-
isomorphic-git@^1.27.
|
|
5844
|
+
isomorphic-git@^1.27.1, isomorphic-git@1.27.1:
|
|
5850
5845
|
version "1.27.1"
|
|
5851
5846
|
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.1.tgz"
|
|
5852
5847
|
integrity sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==
|
|
@@ -7488,7 +7483,7 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7488
7483
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7489
7484
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7490
7485
|
|
|
7491
|
-
prettier@^3.0.0, prettier@^3.3.
|
|
7486
|
+
prettier@^3.0.0, prettier@^3.3.3, prettier@>=3.0.0:
|
|
7492
7487
|
version "3.3.3"
|
|
7493
7488
|
resolved "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz"
|
|
7494
7489
|
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
|
|
@@ -8370,10 +8365,10 @@ string-width@^7.0.0:
|
|
|
8370
8365
|
get-east-asian-width "^1.0.0"
|
|
8371
8366
|
strip-ansi "^7.1.0"
|
|
8372
8367
|
|
|
8373
|
-
string-width@^7.
|
|
8374
|
-
version "7.
|
|
8375
|
-
resolved "https://registry.npmjs.org/string-width/-/string-width-7.
|
|
8376
|
-
integrity sha512-
|
|
8368
|
+
string-width@^7.2.0:
|
|
8369
|
+
version "7.2.0"
|
|
8370
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz"
|
|
8371
|
+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
8377
8372
|
dependencies:
|
|
8378
8373
|
emoji-regex "^10.3.0"
|
|
8379
8374
|
get-east-asian-width "^1.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.82",
|
|
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
9
|
"@jayree/sfdx-plugin-manifest": "^3.3.18",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.60",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.72",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.68"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.6",
|