@jayree/sfdx-plugin-manifest 5.0.24 → 5.0.25
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 +3 -3
- package/npm-shrinkwrap.json +280 -142
- package/oclif.lock +25 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.25](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.24...5.0.25) (2026-03-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.8.3 to 4.8.4 ([#2125](https://github.com/jayree/sfdx-plugin-manifest/issues/2125)) ([d43eb24](https://github.com/jayree/sfdx-plugin-manifest/commit/d43eb242190865fc6eb0ab45edd4026ea0319407))
|
|
7
|
+
* --flags-dir works on 3rd party plugins @W-21178947@ ([8bd57c0](https://github.com/oclif/core/commit/8bd57c095d44ab0ef5e426493d971596ef7acce4))
|
|
8
|
+
|
|
1
9
|
## [5.0.24](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.23...5.0.24) (2026-03-11)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.25/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.25/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.25/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.25",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.26",
|
|
13
|
-
"@oclif/core": "^4.8.
|
|
13
|
+
"@oclif/core": "^4.8.4",
|
|
14
14
|
"@salesforce/core": "^8.26.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -1527,22 +1527,6 @@
|
|
|
1527
1527
|
"node": ">=v14"
|
|
1528
1528
|
}
|
|
1529
1529
|
},
|
|
1530
|
-
"node_modules/@commitlint/cli/node_modules/ansi-styles": {
|
|
1531
|
-
"version": "4.3.0",
|
|
1532
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1533
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1534
|
-
"dev": true,
|
|
1535
|
-
"license": "MIT",
|
|
1536
|
-
"dependencies": {
|
|
1537
|
-
"color-convert": "^2.0.1"
|
|
1538
|
-
},
|
|
1539
|
-
"engines": {
|
|
1540
|
-
"node": ">=8"
|
|
1541
|
-
},
|
|
1542
|
-
"funding": {
|
|
1543
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
1530
|
"node_modules/@commitlint/cli/node_modules/cliui": {
|
|
1547
1531
|
"version": "8.0.1",
|
|
1548
1532
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -1558,24 +1542,6 @@
|
|
|
1558
1542
|
"node": ">=12"
|
|
1559
1543
|
}
|
|
1560
1544
|
},
|
|
1561
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
1562
|
-
"version": "7.0.0",
|
|
1563
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1564
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1565
|
-
"dev": true,
|
|
1566
|
-
"license": "MIT",
|
|
1567
|
-
"dependencies": {
|
|
1568
|
-
"ansi-styles": "^4.0.0",
|
|
1569
|
-
"string-width": "^4.1.0",
|
|
1570
|
-
"strip-ansi": "^6.0.0"
|
|
1571
|
-
},
|
|
1572
|
-
"engines": {
|
|
1573
|
-
"node": ">=10"
|
|
1574
|
-
},
|
|
1575
|
-
"funding": {
|
|
1576
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
1545
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
1580
1546
|
"version": "17.7.2",
|
|
1581
1547
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -2378,6 +2344,21 @@
|
|
|
2378
2344
|
"undici-types": "~6.21.0"
|
|
2379
2345
|
}
|
|
2380
2346
|
},
|
|
2347
|
+
"node_modules/@inquirer/confirm/node_modules/ansi-styles": {
|
|
2348
|
+
"version": "4.3.0",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2350
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2351
|
+
"license": "MIT",
|
|
2352
|
+
"dependencies": {
|
|
2353
|
+
"color-convert": "^2.0.1"
|
|
2354
|
+
},
|
|
2355
|
+
"engines": {
|
|
2356
|
+
"node": ">=8"
|
|
2357
|
+
},
|
|
2358
|
+
"funding": {
|
|
2359
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2381
2362
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
2382
2363
|
"version": "4.1.0",
|
|
2383
2364
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2396,6 +2377,20 @@
|
|
|
2396
2377
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2397
2378
|
"license": "MIT"
|
|
2398
2379
|
},
|
|
2380
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
2381
|
+
"version": "6.2.0",
|
|
2382
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2383
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2384
|
+
"license": "MIT",
|
|
2385
|
+
"dependencies": {
|
|
2386
|
+
"ansi-styles": "^4.0.0",
|
|
2387
|
+
"string-width": "^4.1.0",
|
|
2388
|
+
"strip-ansi": "^6.0.0"
|
|
2389
|
+
},
|
|
2390
|
+
"engines": {
|
|
2391
|
+
"node": ">=8"
|
|
2392
|
+
}
|
|
2393
|
+
},
|
|
2399
2394
|
"node_modules/@inquirer/core": {
|
|
2400
2395
|
"version": "10.3.2",
|
|
2401
2396
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
|
|
@@ -2424,6 +2419,22 @@
|
|
|
2424
2419
|
}
|
|
2425
2420
|
}
|
|
2426
2421
|
},
|
|
2422
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
2423
|
+
"version": "4.3.0",
|
|
2424
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2425
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2426
|
+
"dev": true,
|
|
2427
|
+
"license": "MIT",
|
|
2428
|
+
"dependencies": {
|
|
2429
|
+
"color-convert": "^2.0.1"
|
|
2430
|
+
},
|
|
2431
|
+
"engines": {
|
|
2432
|
+
"node": ">=8"
|
|
2433
|
+
},
|
|
2434
|
+
"funding": {
|
|
2435
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2427
2438
|
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
2428
2439
|
"version": "2.0.0",
|
|
2429
2440
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -2447,6 +2458,21 @@
|
|
|
2447
2458
|
"url": "https://github.com/sponsors/isaacs"
|
|
2448
2459
|
}
|
|
2449
2460
|
},
|
|
2461
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2462
|
+
"version": "6.2.0",
|
|
2463
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2464
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2465
|
+
"dev": true,
|
|
2466
|
+
"license": "MIT",
|
|
2467
|
+
"dependencies": {
|
|
2468
|
+
"ansi-styles": "^4.0.0",
|
|
2469
|
+
"string-width": "^4.1.0",
|
|
2470
|
+
"strip-ansi": "^6.0.0"
|
|
2471
|
+
},
|
|
2472
|
+
"engines": {
|
|
2473
|
+
"node": ">=8"
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2450
2476
|
"node_modules/@inquirer/editor": {
|
|
2451
2477
|
"version": "4.2.23",
|
|
2452
2478
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
|
|
@@ -2598,6 +2624,22 @@
|
|
|
2598
2624
|
"undici-types": "~6.21.0"
|
|
2599
2625
|
}
|
|
2600
2626
|
},
|
|
2627
|
+
"node_modules/@inquirer/input/node_modules/ansi-styles": {
|
|
2628
|
+
"version": "4.3.0",
|
|
2629
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2630
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2631
|
+
"dev": true,
|
|
2632
|
+
"license": "MIT",
|
|
2633
|
+
"dependencies": {
|
|
2634
|
+
"color-convert": "^2.0.1"
|
|
2635
|
+
},
|
|
2636
|
+
"engines": {
|
|
2637
|
+
"node": ">=8"
|
|
2638
|
+
},
|
|
2639
|
+
"funding": {
|
|
2640
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2601
2643
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
2602
2644
|
"version": "4.1.0",
|
|
2603
2645
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2618,6 +2660,21 @@
|
|
|
2618
2660
|
"dev": true,
|
|
2619
2661
|
"license": "MIT"
|
|
2620
2662
|
},
|
|
2663
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
2664
|
+
"version": "6.2.0",
|
|
2665
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2666
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2667
|
+
"dev": true,
|
|
2668
|
+
"license": "MIT",
|
|
2669
|
+
"dependencies": {
|
|
2670
|
+
"ansi-styles": "^4.0.0",
|
|
2671
|
+
"string-width": "^4.1.0",
|
|
2672
|
+
"strip-ansi": "^6.0.0"
|
|
2673
|
+
},
|
|
2674
|
+
"engines": {
|
|
2675
|
+
"node": ">=8"
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2621
2678
|
"node_modules/@inquirer/number": {
|
|
2622
2679
|
"version": "3.0.23",
|
|
2623
2680
|
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
|
|
@@ -2710,6 +2767,21 @@
|
|
|
2710
2767
|
"undici-types": "~6.21.0"
|
|
2711
2768
|
}
|
|
2712
2769
|
},
|
|
2770
|
+
"node_modules/@inquirer/password/node_modules/ansi-styles": {
|
|
2771
|
+
"version": "4.3.0",
|
|
2772
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2773
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2774
|
+
"license": "MIT",
|
|
2775
|
+
"dependencies": {
|
|
2776
|
+
"color-convert": "^2.0.1"
|
|
2777
|
+
},
|
|
2778
|
+
"engines": {
|
|
2779
|
+
"node": ">=8"
|
|
2780
|
+
},
|
|
2781
|
+
"funding": {
|
|
2782
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2713
2785
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
2714
2786
|
"version": "4.1.0",
|
|
2715
2787
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2728,6 +2800,20 @@
|
|
|
2728
2800
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2729
2801
|
"license": "MIT"
|
|
2730
2802
|
},
|
|
2803
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
2804
|
+
"version": "6.2.0",
|
|
2805
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2806
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2807
|
+
"license": "MIT",
|
|
2808
|
+
"dependencies": {
|
|
2809
|
+
"ansi-styles": "^4.0.0",
|
|
2810
|
+
"string-width": "^4.1.0",
|
|
2811
|
+
"strip-ansi": "^6.0.0"
|
|
2812
|
+
},
|
|
2813
|
+
"engines": {
|
|
2814
|
+
"node": ">=8"
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2731
2817
|
"node_modules/@inquirer/prompts": {
|
|
2732
2818
|
"version": "7.10.1",
|
|
2733
2819
|
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
|
|
@@ -2974,6 +3060,22 @@
|
|
|
2974
3060
|
"undici-types": "~6.21.0"
|
|
2975
3061
|
}
|
|
2976
3062
|
},
|
|
3063
|
+
"node_modules/@inquirer/select/node_modules/ansi-styles": {
|
|
3064
|
+
"version": "4.3.0",
|
|
3065
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3066
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3067
|
+
"dev": true,
|
|
3068
|
+
"license": "MIT",
|
|
3069
|
+
"dependencies": {
|
|
3070
|
+
"color-convert": "^2.0.1"
|
|
3071
|
+
},
|
|
3072
|
+
"engines": {
|
|
3073
|
+
"node": ">=8"
|
|
3074
|
+
},
|
|
3075
|
+
"funding": {
|
|
3076
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
2977
3079
|
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
2978
3080
|
"version": "4.1.0",
|
|
2979
3081
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2994,6 +3096,21 @@
|
|
|
2994
3096
|
"dev": true,
|
|
2995
3097
|
"license": "MIT"
|
|
2996
3098
|
},
|
|
3099
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
3100
|
+
"version": "6.2.0",
|
|
3101
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3102
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3103
|
+
"dev": true,
|
|
3104
|
+
"license": "MIT",
|
|
3105
|
+
"dependencies": {
|
|
3106
|
+
"ansi-styles": "^4.0.0",
|
|
3107
|
+
"string-width": "^4.1.0",
|
|
3108
|
+
"strip-ansi": "^6.0.0"
|
|
3109
|
+
},
|
|
3110
|
+
"engines": {
|
|
3111
|
+
"node": ">=8"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
2997
3114
|
"node_modules/@inquirer/type": {
|
|
2998
3115
|
"version": "3.0.10",
|
|
2999
3116
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
|
|
@@ -3429,9 +3546,9 @@
|
|
|
3429
3546
|
}
|
|
3430
3547
|
},
|
|
3431
3548
|
"node_modules/@oclif/core": {
|
|
3432
|
-
"version": "4.8.
|
|
3433
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.
|
|
3434
|
-
"integrity": "sha512-
|
|
3549
|
+
"version": "4.8.4",
|
|
3550
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.4.tgz",
|
|
3551
|
+
"integrity": "sha512-UTAqwXJJyRvLBvosL+1uPZYSpr8lEHgUb/EVGbPXo5WZqUIBHfJ0sR2bkBEsrj00/ar4IegKxx4YK0wn2c8SQg==",
|
|
3435
3552
|
"license": "MIT",
|
|
3436
3553
|
"dependencies": {
|
|
3437
3554
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3457,21 +3574,6 @@
|
|
|
3457
3574
|
"node": ">=18.0.0"
|
|
3458
3575
|
}
|
|
3459
3576
|
},
|
|
3460
|
-
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
3461
|
-
"version": "4.3.0",
|
|
3462
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3463
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3464
|
-
"license": "MIT",
|
|
3465
|
-
"dependencies": {
|
|
3466
|
-
"color-convert": "^2.0.1"
|
|
3467
|
-
},
|
|
3468
|
-
"engines": {
|
|
3469
|
-
"node": ">=8"
|
|
3470
|
-
},
|
|
3471
|
-
"funding": {
|
|
3472
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
3577
|
"node_modules/@oclif/core/node_modules/balanced-match": {
|
|
3476
3578
|
"version": "4.0.3",
|
|
3477
3579
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
@@ -3523,23 +3625,6 @@
|
|
|
3523
3625
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3524
3626
|
}
|
|
3525
3627
|
},
|
|
3526
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3527
|
-
"version": "7.0.0",
|
|
3528
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3529
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3530
|
-
"license": "MIT",
|
|
3531
|
-
"dependencies": {
|
|
3532
|
-
"ansi-styles": "^4.0.0",
|
|
3533
|
-
"string-width": "^4.1.0",
|
|
3534
|
-
"strip-ansi": "^6.0.0"
|
|
3535
|
-
},
|
|
3536
|
-
"engines": {
|
|
3537
|
-
"node": ">=10"
|
|
3538
|
-
},
|
|
3539
|
-
"funding": {
|
|
3540
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3541
|
-
}
|
|
3542
|
-
},
|
|
3543
3628
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3544
3629
|
"version": "5.3.11",
|
|
3545
3630
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz",
|
|
@@ -7354,22 +7439,6 @@
|
|
|
7354
7439
|
}
|
|
7355
7440
|
}
|
|
7356
7441
|
},
|
|
7357
|
-
"node_modules/c8/node_modules/ansi-styles": {
|
|
7358
|
-
"version": "4.3.0",
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
7360
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
7361
|
-
"dev": true,
|
|
7362
|
-
"license": "MIT",
|
|
7363
|
-
"dependencies": {
|
|
7364
|
-
"color-convert": "^2.0.1"
|
|
7365
|
-
},
|
|
7366
|
-
"engines": {
|
|
7367
|
-
"node": ">=8"
|
|
7368
|
-
},
|
|
7369
|
-
"funding": {
|
|
7370
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7371
|
-
}
|
|
7372
|
-
},
|
|
7373
7442
|
"node_modules/c8/node_modules/cliui": {
|
|
7374
7443
|
"version": "8.0.1",
|
|
7375
7444
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -7450,24 +7519,6 @@
|
|
|
7450
7519
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7451
7520
|
}
|
|
7452
7521
|
},
|
|
7453
|
-
"node_modules/c8/node_modules/wrap-ansi": {
|
|
7454
|
-
"version": "7.0.0",
|
|
7455
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
7456
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
7457
|
-
"dev": true,
|
|
7458
|
-
"license": "MIT",
|
|
7459
|
-
"dependencies": {
|
|
7460
|
-
"ansi-styles": "^4.0.0",
|
|
7461
|
-
"string-width": "^4.1.0",
|
|
7462
|
-
"strip-ansi": "^6.0.0"
|
|
7463
|
-
},
|
|
7464
|
-
"engines": {
|
|
7465
|
-
"node": ">=10"
|
|
7466
|
-
},
|
|
7467
|
-
"funding": {
|
|
7468
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7469
|
-
}
|
|
7470
|
-
},
|
|
7471
7522
|
"node_modules/c8/node_modules/yargs": {
|
|
7472
7523
|
"version": "17.7.2",
|
|
7473
7524
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -8136,38 +8187,6 @@
|
|
|
8136
8187
|
"wrap-ansi": "^7.0.0"
|
|
8137
8188
|
}
|
|
8138
8189
|
},
|
|
8139
|
-
"node_modules/cliui/node_modules/ansi-styles": {
|
|
8140
|
-
"version": "4.3.0",
|
|
8141
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
8142
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
8143
|
-
"license": "MIT",
|
|
8144
|
-
"dependencies": {
|
|
8145
|
-
"color-convert": "^2.0.1"
|
|
8146
|
-
},
|
|
8147
|
-
"engines": {
|
|
8148
|
-
"node": ">=8"
|
|
8149
|
-
},
|
|
8150
|
-
"funding": {
|
|
8151
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8152
|
-
}
|
|
8153
|
-
},
|
|
8154
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
8155
|
-
"version": "7.0.0",
|
|
8156
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8157
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8158
|
-
"license": "MIT",
|
|
8159
|
-
"dependencies": {
|
|
8160
|
-
"ansi-styles": "^4.0.0",
|
|
8161
|
-
"string-width": "^4.1.0",
|
|
8162
|
-
"strip-ansi": "^6.0.0"
|
|
8163
|
-
},
|
|
8164
|
-
"engines": {
|
|
8165
|
-
"node": ">=10"
|
|
8166
|
-
},
|
|
8167
|
-
"funding": {
|
|
8168
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8169
|
-
}
|
|
8170
|
-
},
|
|
8171
8190
|
"node_modules/clone-response": {
|
|
8172
8191
|
"version": "1.0.3",
|
|
8173
8192
|
"resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
|
|
@@ -15176,6 +15195,22 @@
|
|
|
15176
15195
|
"node": ">=18"
|
|
15177
15196
|
}
|
|
15178
15197
|
},
|
|
15198
|
+
"node_modules/nyc/node_modules/ansi-styles": {
|
|
15199
|
+
"version": "4.3.0",
|
|
15200
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
15201
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
15202
|
+
"dev": true,
|
|
15203
|
+
"license": "MIT",
|
|
15204
|
+
"dependencies": {
|
|
15205
|
+
"color-convert": "^2.0.1"
|
|
15206
|
+
},
|
|
15207
|
+
"engines": {
|
|
15208
|
+
"node": ">=8"
|
|
15209
|
+
},
|
|
15210
|
+
"funding": {
|
|
15211
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
15212
|
+
}
|
|
15213
|
+
},
|
|
15179
15214
|
"node_modules/nyc/node_modules/cliui": {
|
|
15180
15215
|
"version": "6.0.0",
|
|
15181
15216
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
@@ -15210,6 +15245,21 @@
|
|
|
15210
15245
|
"node": ">=8"
|
|
15211
15246
|
}
|
|
15212
15247
|
},
|
|
15248
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
15249
|
+
"version": "6.2.0",
|
|
15250
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
15251
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
15252
|
+
"dev": true,
|
|
15253
|
+
"license": "MIT",
|
|
15254
|
+
"dependencies": {
|
|
15255
|
+
"ansi-styles": "^4.0.0",
|
|
15256
|
+
"string-width": "^4.1.0",
|
|
15257
|
+
"strip-ansi": "^6.0.0"
|
|
15258
|
+
},
|
|
15259
|
+
"engines": {
|
|
15260
|
+
"node": ">=8"
|
|
15261
|
+
}
|
|
15262
|
+
},
|
|
15213
15263
|
"node_modules/nyc/node_modules/y18n": {
|
|
15214
15264
|
"version": "4.0.3",
|
|
15215
15265
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -15408,6 +15458,36 @@
|
|
|
15408
15458
|
"node": ">=18.0.0"
|
|
15409
15459
|
}
|
|
15410
15460
|
},
|
|
15461
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
15462
|
+
"version": "4.8.3",
|
|
15463
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.3.tgz",
|
|
15464
|
+
"integrity": "sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==",
|
|
15465
|
+
"dev": true,
|
|
15466
|
+
"license": "MIT",
|
|
15467
|
+
"dependencies": {
|
|
15468
|
+
"ansi-escapes": "^4.3.2",
|
|
15469
|
+
"ansis": "^3.17.0",
|
|
15470
|
+
"clean-stack": "^3.0.1",
|
|
15471
|
+
"cli-spinners": "^2.9.2",
|
|
15472
|
+
"debug": "^4.4.3",
|
|
15473
|
+
"ejs": "^3.1.10",
|
|
15474
|
+
"get-package-type": "^0.1.0",
|
|
15475
|
+
"indent-string": "^4.0.0",
|
|
15476
|
+
"is-wsl": "^2.2.0",
|
|
15477
|
+
"lilconfig": "^3.1.3",
|
|
15478
|
+
"minimatch": "^10.2.4",
|
|
15479
|
+
"semver": "^7.7.3",
|
|
15480
|
+
"string-width": "^4.2.3",
|
|
15481
|
+
"supports-color": "^8",
|
|
15482
|
+
"tinyglobby": "^0.2.14",
|
|
15483
|
+
"widest-line": "^3.1.0",
|
|
15484
|
+
"wordwrap": "^1.0.0",
|
|
15485
|
+
"wrap-ansi": "^7.0.0"
|
|
15486
|
+
},
|
|
15487
|
+
"engines": {
|
|
15488
|
+
"node": ">=18.0.0"
|
|
15489
|
+
}
|
|
15490
|
+
},
|
|
15411
15491
|
"node_modules/oclif/node_modules/@sindresorhus/is": {
|
|
15412
15492
|
"version": "5.6.0",
|
|
15413
15493
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -15434,6 +15514,29 @@
|
|
|
15434
15514
|
"node": ">=14.16"
|
|
15435
15515
|
}
|
|
15436
15516
|
},
|
|
15517
|
+
"node_modules/oclif/node_modules/balanced-match": {
|
|
15518
|
+
"version": "4.0.3",
|
|
15519
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
15520
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
15521
|
+
"dev": true,
|
|
15522
|
+
"license": "MIT",
|
|
15523
|
+
"engines": {
|
|
15524
|
+
"node": "20 || >=22"
|
|
15525
|
+
}
|
|
15526
|
+
},
|
|
15527
|
+
"node_modules/oclif/node_modules/brace-expansion": {
|
|
15528
|
+
"version": "5.0.2",
|
|
15529
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
15530
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
15531
|
+
"dev": true,
|
|
15532
|
+
"license": "MIT",
|
|
15533
|
+
"dependencies": {
|
|
15534
|
+
"balanced-match": "^4.0.2"
|
|
15535
|
+
},
|
|
15536
|
+
"engines": {
|
|
15537
|
+
"node": "20 || >=22"
|
|
15538
|
+
}
|
|
15539
|
+
},
|
|
15437
15540
|
"node_modules/oclif/node_modules/cacheable-lookup": {
|
|
15438
15541
|
"version": "7.0.0",
|
|
15439
15542
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -15535,6 +15638,22 @@
|
|
|
15535
15638
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15536
15639
|
}
|
|
15537
15640
|
},
|
|
15641
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
15642
|
+
"version": "10.2.4",
|
|
15643
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
15644
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
15645
|
+
"dev": true,
|
|
15646
|
+
"license": "BlueOak-1.0.0",
|
|
15647
|
+
"dependencies": {
|
|
15648
|
+
"brace-expansion": "^5.0.2"
|
|
15649
|
+
},
|
|
15650
|
+
"engines": {
|
|
15651
|
+
"node": "18 || 20 || >=22"
|
|
15652
|
+
},
|
|
15653
|
+
"funding": {
|
|
15654
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15655
|
+
}
|
|
15656
|
+
},
|
|
15538
15657
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
15539
15658
|
"version": "6.0.2",
|
|
15540
15659
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
|
|
@@ -15576,6 +15695,22 @@
|
|
|
15576
15695
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15577
15696
|
}
|
|
15578
15697
|
},
|
|
15698
|
+
"node_modules/oclif/node_modules/supports-color": {
|
|
15699
|
+
"version": "8.1.1",
|
|
15700
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
15701
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
15702
|
+
"dev": true,
|
|
15703
|
+
"license": "MIT",
|
|
15704
|
+
"dependencies": {
|
|
15705
|
+
"has-flag": "^4.0.0"
|
|
15706
|
+
},
|
|
15707
|
+
"engines": {
|
|
15708
|
+
"node": ">=10"
|
|
15709
|
+
},
|
|
15710
|
+
"funding": {
|
|
15711
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
15712
|
+
}
|
|
15713
|
+
},
|
|
15579
15714
|
"node_modules/oclif/node_modules/universalify": {
|
|
15580
15715
|
"version": "0.1.2",
|
|
15581
15716
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
@@ -19385,9 +19520,9 @@
|
|
|
19385
19520
|
"license": "Apache-2.0"
|
|
19386
19521
|
},
|
|
19387
19522
|
"node_modules/wrap-ansi": {
|
|
19388
|
-
"version": "
|
|
19389
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
19390
|
-
"integrity": "sha512-
|
|
19523
|
+
"version": "7.0.0",
|
|
19524
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
19525
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
19391
19526
|
"license": "MIT",
|
|
19392
19527
|
"dependencies": {
|
|
19393
19528
|
"ansi-styles": "^4.0.0",
|
|
@@ -19395,7 +19530,10 @@
|
|
|
19395
19530
|
"strip-ansi": "^6.0.0"
|
|
19396
19531
|
},
|
|
19397
19532
|
"engines": {
|
|
19398
|
-
"node": ">=
|
|
19533
|
+
"node": ">=10"
|
|
19534
|
+
},
|
|
19535
|
+
"funding": {
|
|
19536
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
19399
19537
|
}
|
|
19400
19538
|
},
|
|
19401
19539
|
"node_modules/wrap-ansi-cjs": {
|
package/oclif.lock
CHANGED
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1507
1507
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1508
1508
|
|
|
1509
|
-
"@oclif/core@4.8.3"
|
|
1509
|
+
"@oclif/core@4.8.3":
|
|
1510
1510
|
version "4.8.3"
|
|
1511
1511
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
|
|
1512
1512
|
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
|
|
@@ -1530,6 +1530,30 @@
|
|
|
1530
1530
|
wordwrap "^1.0.0"
|
|
1531
1531
|
wrap-ansi "^7.0.0"
|
|
1532
1532
|
|
|
1533
|
+
"@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4":
|
|
1534
|
+
version "4.8.4"
|
|
1535
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.4.tgz#f29e3702d28b885207e40532ce7cb649444af0f0"
|
|
1536
|
+
integrity sha512-UTAqwXJJyRvLBvosL+1uPZYSpr8lEHgUb/EVGbPXo5WZqUIBHfJ0sR2bkBEsrj00/ar4IegKxx4YK0wn2c8SQg==
|
|
1537
|
+
dependencies:
|
|
1538
|
+
ansi-escapes "^4.3.2"
|
|
1539
|
+
ansis "^3.17.0"
|
|
1540
|
+
clean-stack "^3.0.1"
|
|
1541
|
+
cli-spinners "^2.9.2"
|
|
1542
|
+
debug "^4.4.3"
|
|
1543
|
+
ejs "^3.1.10"
|
|
1544
|
+
get-package-type "^0.1.0"
|
|
1545
|
+
indent-string "^4.0.0"
|
|
1546
|
+
is-wsl "^2.2.0"
|
|
1547
|
+
lilconfig "^3.1.3"
|
|
1548
|
+
minimatch "^10.2.4"
|
|
1549
|
+
semver "^7.7.3"
|
|
1550
|
+
string-width "^4.2.3"
|
|
1551
|
+
supports-color "^8"
|
|
1552
|
+
tinyglobby "^0.2.14"
|
|
1553
|
+
widest-line "^3.1.0"
|
|
1554
|
+
wordwrap "^1.0.0"
|
|
1555
|
+
wrap-ansi "^7.0.0"
|
|
1556
|
+
|
|
1533
1557
|
"@oclif/plugin-command-snapshot@^5.3.11":
|
|
1534
1558
|
version "5.3.11"
|
|
1535
1559
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz#d844efb206856cd7475b763e5c815301ced421a8"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.25",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.2.26",
|
|
10
|
-
"@oclif/core": "^4.8.
|
|
10
|
+
"@oclif/core": "^4.8.4",
|
|
11
11
|
"@salesforce/core": "^8.26.3",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|