@jayree/sfdx-plugin-manifest 5.0.11 → 5.0.12
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 +220 -63
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.11...5.0.12) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.8.0 to 4.8.1 ([#2097](https://github.com/jayree/sfdx-plugin-manifest/issues/2097)) ([cda02f8](https://github.com/jayree/sfdx-plugin-manifest/commit/cda02f80a04795572392726ec087631d25c7270d))
|
|
7
|
+
* **deps:** bump minimatch from 9.0.5 to 10.2.1 ([2815e37](https://github.com/oclif/core/commit/2815e37400a21c6fed2174bdac2e36a1188cfb4a))
|
|
8
|
+
|
|
1
9
|
## [5.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.10...5.0.11) (2026-02-21)
|
|
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.12/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.12/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.12/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.12",
|
|
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.12",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.25",
|
|
13
|
-
"@oclif/core": "^4.8.
|
|
13
|
+
"@oclif/core": "^4.8.1",
|
|
14
14
|
"@salesforce/core": "^8.26.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^10.1.3",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.143",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
|
-
"oclif": "^4.22.
|
|
38
|
+
"oclif": "^4.22.80",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
40
|
"prettier": "^3.8.1",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
@@ -3646,9 +3646,9 @@
|
|
|
3646
3646
|
}
|
|
3647
3647
|
},
|
|
3648
3648
|
"node_modules/@oclif/core": {
|
|
3649
|
-
"version": "4.8.
|
|
3650
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.
|
|
3651
|
-
"integrity": "sha512-
|
|
3649
|
+
"version": "4.8.1",
|
|
3650
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.1.tgz",
|
|
3651
|
+
"integrity": "sha512-07mq0vKCWNsB85ZHeBMlTAiO0KLFqHyAeRK3bD2K8CI1tX3tiwkWw1lZQZkiw8MUBrhxdROhMkYMY4Q0l7JHqA==",
|
|
3652
3652
|
"license": "MIT",
|
|
3653
3653
|
"dependencies": {
|
|
3654
3654
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
"indent-string": "^4.0.0",
|
|
3662
3662
|
"is-wsl": "^2.2.0",
|
|
3663
3663
|
"lilconfig": "^3.1.3",
|
|
3664
|
-
"minimatch": "^
|
|
3664
|
+
"minimatch": "^10.2.1",
|
|
3665
3665
|
"semver": "^7.7.3",
|
|
3666
3666
|
"string-width": "^4.2.3",
|
|
3667
3667
|
"supports-color": "^8",
|
|
@@ -3689,16 +3689,37 @@
|
|
|
3689
3689
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3690
3690
|
}
|
|
3691
3691
|
},
|
|
3692
|
+
"node_modules/@oclif/core/node_modules/balanced-match": {
|
|
3693
|
+
"version": "4.0.3",
|
|
3694
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
3695
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
3696
|
+
"license": "MIT",
|
|
3697
|
+
"engines": {
|
|
3698
|
+
"node": "20 || >=22"
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
3702
|
+
"version": "5.0.2",
|
|
3703
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
3704
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
3705
|
+
"license": "MIT",
|
|
3706
|
+
"dependencies": {
|
|
3707
|
+
"balanced-match": "^4.0.2"
|
|
3708
|
+
},
|
|
3709
|
+
"engines": {
|
|
3710
|
+
"node": "20 || >=22"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3692
3713
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3693
|
-
"version": "
|
|
3694
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
3695
|
-
"integrity": "sha512
|
|
3696
|
-
"license": "
|
|
3714
|
+
"version": "10.2.2",
|
|
3715
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
3716
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
3717
|
+
"license": "BlueOak-1.0.0",
|
|
3697
3718
|
"dependencies": {
|
|
3698
|
-
"brace-expansion": "^
|
|
3719
|
+
"brace-expansion": "^5.0.2"
|
|
3699
3720
|
},
|
|
3700
3721
|
"engines": {
|
|
3701
|
-
"node": "
|
|
3722
|
+
"node": "18 || 20 || >=22"
|
|
3702
3723
|
},
|
|
3703
3724
|
"funding": {
|
|
3704
3725
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -4478,13 +4499,34 @@
|
|
|
4478
4499
|
"node": ">=18.0.0"
|
|
4479
4500
|
}
|
|
4480
4501
|
},
|
|
4502
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/balanced-match": {
|
|
4503
|
+
"version": "4.0.3",
|
|
4504
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
4505
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
4506
|
+
"license": "MIT",
|
|
4507
|
+
"engines": {
|
|
4508
|
+
"node": "20 || >=22"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/brace-expansion": {
|
|
4512
|
+
"version": "5.0.2",
|
|
4513
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
4514
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
4515
|
+
"license": "MIT",
|
|
4516
|
+
"dependencies": {
|
|
4517
|
+
"balanced-match": "^4.0.2"
|
|
4518
|
+
},
|
|
4519
|
+
"engines": {
|
|
4520
|
+
"node": "20 || >=22"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4481
4523
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
|
4482
|
-
"version": "9.0.
|
|
4483
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
4484
|
-
"integrity": "sha512-
|
|
4524
|
+
"version": "9.0.6",
|
|
4525
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
4526
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
4485
4527
|
"license": "ISC",
|
|
4486
4528
|
"dependencies": {
|
|
4487
|
-
"brace-expansion": "^
|
|
4529
|
+
"brace-expansion": "^5.0.2"
|
|
4488
4530
|
},
|
|
4489
4531
|
"engines": {
|
|
4490
4532
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6320,6 +6362,29 @@
|
|
|
6320
6362
|
"url": "https://opencollective.com/typescript-eslint"
|
|
6321
6363
|
}
|
|
6322
6364
|
},
|
|
6365
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
6366
|
+
"version": "4.0.3",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
6368
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
6369
|
+
"dev": true,
|
|
6370
|
+
"license": "MIT",
|
|
6371
|
+
"engines": {
|
|
6372
|
+
"node": "20 || >=22"
|
|
6373
|
+
}
|
|
6374
|
+
},
|
|
6375
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
6376
|
+
"version": "5.0.2",
|
|
6377
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
6378
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
6379
|
+
"dev": true,
|
|
6380
|
+
"license": "MIT",
|
|
6381
|
+
"dependencies": {
|
|
6382
|
+
"balanced-match": "^4.0.2"
|
|
6383
|
+
},
|
|
6384
|
+
"engines": {
|
|
6385
|
+
"node": "20 || >=22"
|
|
6386
|
+
}
|
|
6387
|
+
},
|
|
6323
6388
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
|
|
6324
6389
|
"version": "5.0.1",
|
|
6325
6390
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
@@ -6334,13 +6399,13 @@
|
|
|
6334
6399
|
}
|
|
6335
6400
|
},
|
|
6336
6401
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
6337
|
-
"version": "9.0.
|
|
6338
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6339
|
-
"integrity": "sha512-
|
|
6402
|
+
"version": "9.0.6",
|
|
6403
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
6404
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
6340
6405
|
"dev": true,
|
|
6341
6406
|
"license": "ISC",
|
|
6342
6407
|
"dependencies": {
|
|
6343
|
-
"brace-expansion": "^
|
|
6408
|
+
"brace-expansion": "^5.0.2"
|
|
6344
6409
|
},
|
|
6345
6410
|
"engines": {
|
|
6346
6411
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -7606,9 +7671,9 @@
|
|
|
7606
7671
|
}
|
|
7607
7672
|
},
|
|
7608
7673
|
"node_modules/caniuse-lite": {
|
|
7609
|
-
"version": "1.0.
|
|
7610
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
7611
|
-
"integrity": "sha512-
|
|
7674
|
+
"version": "1.0.30001772",
|
|
7675
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001772.tgz",
|
|
7676
|
+
"integrity": "sha512-mIwLZICj+ntVTw4BT2zfp+yu/AqV6GMKfJVJMx3MwPxs+uk/uj2GLl2dH8LQbjiLDX66amCga5nKFyDgRR43kg==",
|
|
7612
7677
|
"dev": true,
|
|
7613
7678
|
"funding": [
|
|
7614
7679
|
{
|
|
@@ -9228,9 +9293,9 @@
|
|
|
9228
9293
|
}
|
|
9229
9294
|
},
|
|
9230
9295
|
"node_modules/eslint-config-oclif": {
|
|
9231
|
-
"version": "6.0.
|
|
9232
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
9233
|
-
"integrity": "sha512-
|
|
9296
|
+
"version": "6.0.143",
|
|
9297
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.143.tgz",
|
|
9298
|
+
"integrity": "sha512-e1AwWlZ1o16nGzoeVwk51kxTQuFz2kk+Geuw/xY5sChEXYYihcy5cTJvoxz0sw3P9t7E44JLAfZbBl3CE1h9nQ==",
|
|
9234
9299
|
"dev": true,
|
|
9235
9300
|
"license": "MIT",
|
|
9236
9301
|
"dependencies": {
|
|
@@ -9247,10 +9312,10 @@
|
|
|
9247
9312
|
"eslint-plugin-import": "^2.32.0",
|
|
9248
9313
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
9249
9314
|
"eslint-plugin-mocha": "^10.5.0",
|
|
9250
|
-
"eslint-plugin-n": "^17.
|
|
9315
|
+
"eslint-plugin-n": "^17.24.0",
|
|
9251
9316
|
"eslint-plugin-perfectionist": "^4",
|
|
9252
9317
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
9253
|
-
"typescript-eslint": "^8.
|
|
9318
|
+
"typescript-eslint": "^8.56.0"
|
|
9254
9319
|
},
|
|
9255
9320
|
"engines": {
|
|
9256
9321
|
"node": ">=18.18.0"
|
|
@@ -10297,14 +10362,37 @@
|
|
|
10297
10362
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10298
10363
|
}
|
|
10299
10364
|
},
|
|
10365
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/balanced-match": {
|
|
10366
|
+
"version": "4.0.3",
|
|
10367
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
10368
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
10369
|
+
"dev": true,
|
|
10370
|
+
"license": "MIT",
|
|
10371
|
+
"engines": {
|
|
10372
|
+
"node": "20 || >=22"
|
|
10373
|
+
}
|
|
10374
|
+
},
|
|
10375
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/brace-expansion": {
|
|
10376
|
+
"version": "5.0.2",
|
|
10377
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
10378
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
10379
|
+
"dev": true,
|
|
10380
|
+
"license": "MIT",
|
|
10381
|
+
"dependencies": {
|
|
10382
|
+
"balanced-match": "^4.0.2"
|
|
10383
|
+
},
|
|
10384
|
+
"engines": {
|
|
10385
|
+
"node": "20 || >=22"
|
|
10386
|
+
}
|
|
10387
|
+
},
|
|
10300
10388
|
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
10301
|
-
"version": "9.0.
|
|
10302
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
10303
|
-
"integrity": "sha512-
|
|
10389
|
+
"version": "9.0.6",
|
|
10390
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
10391
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
10304
10392
|
"dev": true,
|
|
10305
10393
|
"license": "ISC",
|
|
10306
10394
|
"dependencies": {
|
|
10307
|
-
"brace-expansion": "^
|
|
10395
|
+
"brace-expansion": "^5.0.2"
|
|
10308
10396
|
},
|
|
10309
10397
|
"engines": {
|
|
10310
10398
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -10871,9 +10959,9 @@
|
|
|
10871
10959
|
}
|
|
10872
10960
|
},
|
|
10873
10961
|
"node_modules/filelist/node_modules/minimatch": {
|
|
10874
|
-
"version": "5.1.
|
|
10875
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
10876
|
-
"integrity": "sha512-
|
|
10962
|
+
"version": "5.1.7",
|
|
10963
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.7.tgz",
|
|
10964
|
+
"integrity": "sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==",
|
|
10877
10965
|
"license": "ISC",
|
|
10878
10966
|
"dependencies": {
|
|
10879
10967
|
"brace-expansion": "^2.0.1"
|
|
@@ -13522,6 +13610,29 @@
|
|
|
13522
13610
|
"node": ">=18"
|
|
13523
13611
|
}
|
|
13524
13612
|
},
|
|
13613
|
+
"node_modules/linkinator/node_modules/balanced-match": {
|
|
13614
|
+
"version": "4.0.3",
|
|
13615
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
13616
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
13617
|
+
"dev": true,
|
|
13618
|
+
"license": "MIT",
|
|
13619
|
+
"engines": {
|
|
13620
|
+
"node": "20 || >=22"
|
|
13621
|
+
}
|
|
13622
|
+
},
|
|
13623
|
+
"node_modules/linkinator/node_modules/brace-expansion": {
|
|
13624
|
+
"version": "5.0.2",
|
|
13625
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
13626
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
13627
|
+
"dev": true,
|
|
13628
|
+
"license": "MIT",
|
|
13629
|
+
"dependencies": {
|
|
13630
|
+
"balanced-match": "^4.0.2"
|
|
13631
|
+
},
|
|
13632
|
+
"engines": {
|
|
13633
|
+
"node": "20 || >=22"
|
|
13634
|
+
}
|
|
13635
|
+
},
|
|
13525
13636
|
"node_modules/linkinator/node_modules/chalk": {
|
|
13526
13637
|
"version": "5.6.2",
|
|
13527
13638
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -13599,13 +13710,13 @@
|
|
|
13599
13710
|
}
|
|
13600
13711
|
},
|
|
13601
13712
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
13602
|
-
"version": "9.0.
|
|
13603
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
13604
|
-
"integrity": "sha512-
|
|
13713
|
+
"version": "9.0.6",
|
|
13714
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
13715
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
13605
13716
|
"dev": true,
|
|
13606
13717
|
"license": "ISC",
|
|
13607
13718
|
"dependencies": {
|
|
13608
|
-
"brace-expansion": "^
|
|
13719
|
+
"brace-expansion": "^5.0.2"
|
|
13609
13720
|
},
|
|
13610
13721
|
"engines": {
|
|
13611
13722
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -14310,9 +14421,9 @@
|
|
|
14310
14421
|
}
|
|
14311
14422
|
},
|
|
14312
14423
|
"node_modules/minimatch": {
|
|
14313
|
-
"version": "3.1.
|
|
14314
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
14315
|
-
"integrity": "sha512-
|
|
14424
|
+
"version": "3.1.3",
|
|
14425
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",
|
|
14426
|
+
"integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",
|
|
14316
14427
|
"dev": true,
|
|
14317
14428
|
"license": "ISC",
|
|
14318
14429
|
"dependencies": {
|
|
@@ -14476,9 +14587,9 @@
|
|
|
14476
14587
|
}
|
|
14477
14588
|
},
|
|
14478
14589
|
"node_modules/mocha/node_modules/minimatch": {
|
|
14479
|
-
"version": "5.1.
|
|
14480
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
14481
|
-
"integrity": "sha512-
|
|
14590
|
+
"version": "5.1.7",
|
|
14591
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.7.tgz",
|
|
14592
|
+
"integrity": "sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==",
|
|
14482
14593
|
"dev": true,
|
|
14483
14594
|
"license": "ISC",
|
|
14484
14595
|
"dependencies": {
|
|
@@ -15022,14 +15133,14 @@
|
|
|
15022
15133
|
}
|
|
15023
15134
|
},
|
|
15024
15135
|
"node_modules/oclif": {
|
|
15025
|
-
"version": "4.22.
|
|
15026
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
15027
|
-
"integrity": "sha512-
|
|
15136
|
+
"version": "4.22.80",
|
|
15137
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.80.tgz",
|
|
15138
|
+
"integrity": "sha512-IC83xA28dbSjsBPWPnXda0NL4W52/d57tjICUVtCLddI6a9OfPpBaJkgaQjvkp1fyu0/fzvLYwhUTfI9fFe7tg==",
|
|
15028
15139
|
"dev": true,
|
|
15029
15140
|
"license": "MIT",
|
|
15030
15141
|
"dependencies": {
|
|
15031
15142
|
"@aws-sdk/client-cloudfront": "^3.990.0",
|
|
15032
|
-
"@aws-sdk/client-s3": "^3.
|
|
15143
|
+
"@aws-sdk/client-s3": "^3.995.0",
|
|
15033
15144
|
"@inquirer/confirm": "^3.1.22",
|
|
15034
15145
|
"@inquirer/input": "^2.2.4",
|
|
15035
15146
|
"@inquirer/select": "^2.5.0",
|
|
@@ -17768,6 +17879,29 @@
|
|
|
17768
17879
|
"node": ">=18"
|
|
17769
17880
|
}
|
|
17770
17881
|
},
|
|
17882
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
17883
|
+
"version": "4.0.3",
|
|
17884
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
17885
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
17886
|
+
"dev": true,
|
|
17887
|
+
"license": "MIT",
|
|
17888
|
+
"engines": {
|
|
17889
|
+
"node": "20 || >=22"
|
|
17890
|
+
}
|
|
17891
|
+
},
|
|
17892
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
17893
|
+
"version": "5.0.2",
|
|
17894
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
17895
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
17896
|
+
"dev": true,
|
|
17897
|
+
"license": "MIT",
|
|
17898
|
+
"dependencies": {
|
|
17899
|
+
"balanced-match": "^4.0.2"
|
|
17900
|
+
},
|
|
17901
|
+
"engines": {
|
|
17902
|
+
"node": "20 || >=22"
|
|
17903
|
+
}
|
|
17904
|
+
},
|
|
17771
17905
|
"node_modules/test-exclude/node_modules/glob": {
|
|
17772
17906
|
"version": "10.5.0",
|
|
17773
17907
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
@@ -17790,13 +17924,13 @@
|
|
|
17790
17924
|
}
|
|
17791
17925
|
},
|
|
17792
17926
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
17793
|
-
"version": "9.0.
|
|
17794
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
17795
|
-
"integrity": "sha512-
|
|
17927
|
+
"version": "9.0.6",
|
|
17928
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
17929
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
17796
17930
|
"dev": true,
|
|
17797
17931
|
"license": "ISC",
|
|
17798
17932
|
"dependencies": {
|
|
17799
|
-
"brace-expansion": "^
|
|
17933
|
+
"brace-expansion": "^5.0.2"
|
|
17800
17934
|
},
|
|
17801
17935
|
"engines": {
|
|
17802
17936
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -18104,9 +18238,9 @@
|
|
|
18104
18238
|
}
|
|
18105
18239
|
},
|
|
18106
18240
|
"node_modules/ts-json-schema-generator/node_modules/minimatch": {
|
|
18107
|
-
"version": "5.1.
|
|
18108
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
18109
|
-
"integrity": "sha512-
|
|
18241
|
+
"version": "5.1.7",
|
|
18242
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.7.tgz",
|
|
18243
|
+
"integrity": "sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==",
|
|
18110
18244
|
"dev": true,
|
|
18111
18245
|
"license": "ISC",
|
|
18112
18246
|
"dependencies": {
|
|
@@ -18382,14 +18516,37 @@
|
|
|
18382
18516
|
"typedoc": "0.26.x || 0.27.x"
|
|
18383
18517
|
}
|
|
18384
18518
|
},
|
|
18519
|
+
"node_modules/typedoc/node_modules/balanced-match": {
|
|
18520
|
+
"version": "4.0.3",
|
|
18521
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
18522
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
18523
|
+
"dev": true,
|
|
18524
|
+
"license": "MIT",
|
|
18525
|
+
"engines": {
|
|
18526
|
+
"node": "20 || >=22"
|
|
18527
|
+
}
|
|
18528
|
+
},
|
|
18529
|
+
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
18530
|
+
"version": "5.0.2",
|
|
18531
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
18532
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
18533
|
+
"dev": true,
|
|
18534
|
+
"license": "MIT",
|
|
18535
|
+
"dependencies": {
|
|
18536
|
+
"balanced-match": "^4.0.2"
|
|
18537
|
+
},
|
|
18538
|
+
"engines": {
|
|
18539
|
+
"node": "20 || >=22"
|
|
18540
|
+
}
|
|
18541
|
+
},
|
|
18385
18542
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
18386
|
-
"version": "9.0.
|
|
18387
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
18388
|
-
"integrity": "sha512-
|
|
18543
|
+
"version": "9.0.6",
|
|
18544
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
|
|
18545
|
+
"integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
|
|
18389
18546
|
"dev": true,
|
|
18390
18547
|
"license": "ISC",
|
|
18391
18548
|
"dependencies": {
|
|
18392
|
-
"brace-expansion": "^
|
|
18549
|
+
"brace-expansion": "^5.0.2"
|
|
18393
18550
|
},
|
|
18394
18551
|
"engines": {
|
|
18395
18552
|
"node": ">=16 || 14 >=14.17"
|
package/oclif.lock
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@smithy/util-waiter" "^4.2.8"
|
|
126
126
|
tslib "^2.6.2"
|
|
127
127
|
|
|
128
|
-
"@aws-sdk/client-s3@^3.
|
|
128
|
+
"@aws-sdk/client-s3@^3.995.0":
|
|
129
129
|
version "3.995.0"
|
|
130
130
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.995.0.tgz#c37bfb4d2f1c74735bbb0951db520228429bc065"
|
|
131
131
|
integrity sha512-r+t8qrQ0m9zoovYOH+wilp/glFRB/E+blsDyWzq2C+9qmyhCAQwaxjLaHM8T/uluAmhtZQIYqOH9ILRnvWtRNw==
|
|
@@ -1667,10 +1667,10 @@
|
|
|
1667
1667
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1668
1668
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1669
1669
|
|
|
1670
|
-
"@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
|
|
1671
|
-
version "4.8.
|
|
1672
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.
|
|
1673
|
-
integrity sha512-
|
|
1670
|
+
"@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.1":
|
|
1671
|
+
version "4.8.1"
|
|
1672
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.1.tgz#84def567778d3271d5c84d9cd6fe0a582e56fded"
|
|
1673
|
+
integrity sha512-07mq0vKCWNsB85ZHeBMlTAiO0KLFqHyAeRK3bD2K8CI1tX3tiwkWw1lZQZkiw8MUBrhxdROhMkYMY4Q0l7JHqA==
|
|
1674
1674
|
dependencies:
|
|
1675
1675
|
ansi-escapes "^4.3.2"
|
|
1676
1676
|
ansis "^3.17.0"
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
indent-string "^4.0.0"
|
|
1683
1683
|
is-wsl "^2.2.0"
|
|
1684
1684
|
lilconfig "^3.1.3"
|
|
1685
|
-
minimatch "^
|
|
1685
|
+
minimatch "^10.2.1"
|
|
1686
1686
|
semver "^7.7.3"
|
|
1687
1687
|
string-width "^4.2.3"
|
|
1688
1688
|
supports-color "^8"
|
|
@@ -3754,9 +3754,9 @@ camelcase@^6.0.0:
|
|
|
3754
3754
|
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
|
3755
3755
|
|
|
3756
3756
|
caniuse-lite@^1.0.30001759:
|
|
3757
|
-
version "1.0.
|
|
3758
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
3759
|
-
integrity sha512-
|
|
3757
|
+
version "1.0.30001772"
|
|
3758
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001772.tgz#aa8a176eba0006e78c965a8215c7a1ceb030122d"
|
|
3759
|
+
integrity sha512-mIwLZICj+ntVTw4BT2zfp+yu/AqV6GMKfJVJMx3MwPxs+uk/uj2GLl2dH8LQbjiLDX66amCga5nKFyDgRR43kg==
|
|
3760
3760
|
|
|
3761
3761
|
capital-case@^1.0.4:
|
|
3762
3762
|
version "1.0.4"
|
|
@@ -4688,10 +4688,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
4688
4688
|
eslint-plugin-n "^15.1.0"
|
|
4689
4689
|
eslint-plugin-unicorn "^48.0.1"
|
|
4690
4690
|
|
|
4691
|
-
eslint-config-oclif@^6.0.
|
|
4692
|
-
version "6.0.
|
|
4693
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
4694
|
-
integrity sha512-
|
|
4691
|
+
eslint-config-oclif@^6.0.143:
|
|
4692
|
+
version "6.0.143"
|
|
4693
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.143.tgz#25f03efb6c4f2e35543369ac680487d561745ccf"
|
|
4694
|
+
integrity sha512-e1AwWlZ1o16nGzoeVwk51kxTQuFz2kk+Geuw/xY5sChEXYYihcy5cTJvoxz0sw3P9t7E44JLAfZbBl3CE1h9nQ==
|
|
4695
4695
|
dependencies:
|
|
4696
4696
|
"@eslint/compat" "^1.4.1"
|
|
4697
4697
|
"@eslint/eslintrc" "^3.3.3"
|
|
@@ -4706,10 +4706,10 @@ eslint-config-oclif@^6.0.140:
|
|
|
4706
4706
|
eslint-plugin-import "^2.32.0"
|
|
4707
4707
|
eslint-plugin-jsdoc "^50.8.0"
|
|
4708
4708
|
eslint-plugin-mocha "^10.5.0"
|
|
4709
|
-
eslint-plugin-n "^17.
|
|
4709
|
+
eslint-plugin-n "^17.24.0"
|
|
4710
4710
|
eslint-plugin-perfectionist "^4"
|
|
4711
4711
|
eslint-plugin-unicorn "^56.0.1"
|
|
4712
|
-
typescript-eslint "^8.
|
|
4712
|
+
typescript-eslint "^8.56.0"
|
|
4713
4713
|
|
|
4714
4714
|
eslint-config-prettier@^9.1.0:
|
|
4715
4715
|
version "9.1.2"
|
|
@@ -4897,7 +4897,7 @@ eslint-plugin-n@^15.1.0:
|
|
|
4897
4897
|
resolve "^1.22.1"
|
|
4898
4898
|
semver "^7.3.8"
|
|
4899
4899
|
|
|
4900
|
-
eslint-plugin-n@^17.
|
|
4900
|
+
eslint-plugin-n@^17.24.0:
|
|
4901
4901
|
version "17.24.0"
|
|
4902
4902
|
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.24.0.tgz#b66fa05f7a6c1ba16768f0921b8974147dddd060"
|
|
4903
4903
|
integrity sha512-/gC7/KAYmfNnPNOb3eu8vw+TdVnV0zhdQwexsw6FLXbhzroVj20vRn2qL8lDWDGnAQ2J8DhdfvXxX9EoxvERvw==
|
|
@@ -7251,7 +7251,7 @@ minimatch@9.0.3:
|
|
|
7251
7251
|
dependencies:
|
|
7252
7252
|
brace-expansion "^2.0.1"
|
|
7253
7253
|
|
|
7254
|
-
minimatch@^10.1.1:
|
|
7254
|
+
minimatch@^10.1.1, minimatch@^10.2.1:
|
|
7255
7255
|
version "10.2.2"
|
|
7256
7256
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
|
|
7257
7257
|
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
|
|
@@ -7259,25 +7259,25 @@ minimatch@^10.1.1:
|
|
|
7259
7259
|
brace-expansion "^5.0.2"
|
|
7260
7260
|
|
|
7261
7261
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
7262
|
-
version "3.1.
|
|
7263
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.
|
|
7264
|
-
integrity sha512-
|
|
7262
|
+
version "3.1.3"
|
|
7263
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624"
|
|
7264
|
+
integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==
|
|
7265
7265
|
dependencies:
|
|
7266
7266
|
brace-expansion "^1.1.7"
|
|
7267
7267
|
|
|
7268
7268
|
minimatch@^5.0.1, minimatch@^5.1.6:
|
|
7269
|
-
version "5.1.
|
|
7270
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.
|
|
7271
|
-
integrity sha512-
|
|
7269
|
+
version "5.1.7"
|
|
7270
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.7.tgz#9bce540b26998f278d34784a3dd25d96f5054d6d"
|
|
7271
|
+
integrity sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==
|
|
7272
7272
|
dependencies:
|
|
7273
7273
|
brace-expansion "^2.0.1"
|
|
7274
7274
|
|
|
7275
7275
|
minimatch@^9.0.4, minimatch@^9.0.5:
|
|
7276
|
-
version "9.0.
|
|
7277
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.
|
|
7278
|
-
integrity sha512-
|
|
7276
|
+
version "9.0.6"
|
|
7277
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.6.tgz#a7e3bccfcb3d78ec1bf8d51c9ba749080237a5c8"
|
|
7278
|
+
integrity sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==
|
|
7279
7279
|
dependencies:
|
|
7280
|
-
brace-expansion "^
|
|
7280
|
+
brace-expansion "^5.0.2"
|
|
7281
7281
|
|
|
7282
7282
|
minimist-options@4.1.0:
|
|
7283
7283
|
version "4.1.0"
|
|
@@ -7608,13 +7608,13 @@ object.values@^1.2.1:
|
|
|
7608
7608
|
define-properties "^1.2.1"
|
|
7609
7609
|
es-object-atoms "^1.0.0"
|
|
7610
7610
|
|
|
7611
|
-
oclif@^4.22.
|
|
7612
|
-
version "4.22.
|
|
7613
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.
|
|
7614
|
-
integrity sha512-
|
|
7611
|
+
oclif@^4.22.80:
|
|
7612
|
+
version "4.22.80"
|
|
7613
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.80.tgz#bec03ae2a4fdaf80708f96e71cd0269d32984dff"
|
|
7614
|
+
integrity sha512-IC83xA28dbSjsBPWPnXda0NL4W52/d57tjICUVtCLddI6a9OfPpBaJkgaQjvkp1fyu0/fzvLYwhUTfI9fFe7tg==
|
|
7615
7615
|
dependencies:
|
|
7616
7616
|
"@aws-sdk/client-cloudfront" "^3.990.0"
|
|
7617
|
-
"@aws-sdk/client-s3" "^3.
|
|
7617
|
+
"@aws-sdk/client-s3" "^3.995.0"
|
|
7618
7618
|
"@inquirer/confirm" "^3.1.22"
|
|
7619
7619
|
"@inquirer/input" "^2.2.4"
|
|
7620
7620
|
"@inquirer/select" "^2.5.0"
|
|
@@ -9526,7 +9526,7 @@ typedoc@^0.26.5:
|
|
|
9526
9526
|
shiki "^1.16.2"
|
|
9527
9527
|
yaml "^2.5.1"
|
|
9528
9528
|
|
|
9529
|
-
typescript-eslint@^8.
|
|
9529
|
+
typescript-eslint@^8.56.0:
|
|
9530
9530
|
version "8.56.0"
|
|
9531
9531
|
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.56.0.tgz#f4686ccaaf2fb86daf0133820da40ca5961a2236"
|
|
9532
9532
|
integrity sha512-c7toRLrotJ9oixgdW7liukZpsnq5CZ7PuKztubGYlNppuTqhIoWfhgHo/7EU0v06gS2l/x0i2NEFK1qMIf0rIg==
|
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.12",
|
|
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.25",
|
|
10
|
-
"@oclif/core": "^4.8.
|
|
10
|
+
"@oclif/core": "^4.8.1",
|
|
11
11
|
"@salesforce/core": "^8.26.2",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^10.1.3",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.143",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
|
-
"oclif": "^4.22.
|
|
35
|
+
"oclif": "^4.22.80",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
37
|
"prettier": "^3.8.1",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|