@jayree/sfdx-plugin-manifest 6.0.35 → 6.0.36
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 +12 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +155 -38
- package/oclif.lock +105 -31
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [6.0.36](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.35...6.0.36) (2026-09-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.41.9 to 1.42.2 ([#2418](https://github.com/jayree/sfdx-plugin-manifest/issues/2418)) ([aba7c3b](https://github.com/jayree/sfdx-plugin-manifest/commit/aba7c3be3d133e0b51ca9ed7590012298718c28d))
|
|
7
|
+
* abort signal ([#2428](https://github.com/isomorphic-git/isomorphic-git/issues/2428)) ([f6746a6](https://github.com/isomorphic-git/isomorphic-git/commit/f6746a642a964d45b003fe695ac37712d494350f))
|
|
8
|
+
* sanitize remote refs ([#2431](https://github.com/isomorphic-git/isomorphic-git/issues/2431)) ([243d924](https://github.com/isomorphic-git/isomorphic-git/commit/243d924737e7fb23b70b05b7aea7f2760d80db8e))
|
|
9
|
+
* wrong ref ([#2432](https://github.com/isomorphic-git/isomorphic-git/issues/2432)) ([66ae89c](https://github.com/isomorphic-git/isomorphic-git/commit/66ae89c3ae33ab4932d75c0e19fd2c45c8ee2630))
|
|
10
|
+
* fix prototype pollution ([#2426](https://github.com/isomorphic-git/isomorphic-git/pull/2426])) ([b3db111](https://github.com/isomorphic-git/isomorphic-git/commit/b3db111885230bac9a648e0a2312c65ca66f76eb))
|
|
11
|
+
* restore PushRejectedError when pushing against advanced remote ([#2429](https://github.com/isomorphic-git/isomorphic-git/issues/2429)) ([14764ae](https://github.com/isomorphic-git/isomorphic-git/commit/14764ae0df5120e8c81c5cfe28b8d7f42cd7617a)), closes [#2421](https://github.com/isomorphic-git/isomorphic-git/issues/2421)
|
|
12
|
+
|
|
1
13
|
## [6.0.35](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.34...6.0.35) (2026-09-06)
|
|
2
14
|
|
|
3
15
|
|
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/6.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.36/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/6.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.36/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/6.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.36/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.36",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.36",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.11.1",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.
|
|
24
|
+
"isomorphic-git": "1.42.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@commitlint/cli": "^21.2.2",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
40
40
|
"c8": "^12.0.0",
|
|
41
41
|
"chai": "^6.2.2",
|
|
42
|
-
"eslint": "^10.
|
|
42
|
+
"eslint": "^10.10.0",
|
|
43
43
|
"eslint-config-salesforce-typescript": "^7.0.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
45
45
|
"husky": "^9.1.7",
|
|
46
46
|
"mocha": "^12.0.0",
|
|
47
|
-
"oclif": "^5.0.
|
|
47
|
+
"oclif": "^5.0.1",
|
|
48
48
|
"patch-package": "^8.0.1",
|
|
49
49
|
"prettier": "^3.9.6",
|
|
50
50
|
"pretty-quick": "^4.2.2",
|
|
@@ -716,6 +716,30 @@
|
|
|
716
716
|
"node": ">=18"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
|
+
"node_modules/@cacheable/memory": {
|
|
720
|
+
"version": "2.2.0",
|
|
721
|
+
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.2.0.tgz",
|
|
722
|
+
"integrity": "sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==",
|
|
723
|
+
"dev": true,
|
|
724
|
+
"license": "MIT",
|
|
725
|
+
"dependencies": {
|
|
726
|
+
"@cacheable/utils": "^2.5.0",
|
|
727
|
+
"@keyv/bigmap": "^1.3.1",
|
|
728
|
+
"hookified": "^1.15.1",
|
|
729
|
+
"keyv": "^5.6.0"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"node_modules/@cacheable/utils": {
|
|
733
|
+
"version": "2.5.0",
|
|
734
|
+
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.5.0.tgz",
|
|
735
|
+
"integrity": "sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==",
|
|
736
|
+
"dev": true,
|
|
737
|
+
"license": "MIT",
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"hashery": "^1.5.1",
|
|
740
|
+
"keyv": "^5.6.0"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
719
743
|
"node_modules/@colors/colors": {
|
|
720
744
|
"version": "1.5.0",
|
|
721
745
|
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
@@ -1442,9 +1466,9 @@
|
|
|
1442
1466
|
}
|
|
1443
1467
|
},
|
|
1444
1468
|
"node_modules/@eslint/plugin-kit": {
|
|
1445
|
-
"version": "0.7.
|
|
1446
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.
|
|
1447
|
-
"integrity": "sha512
|
|
1469
|
+
"version": "0.7.3",
|
|
1470
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.3.tgz",
|
|
1471
|
+
"integrity": "sha512-IkO+/KEUvwbVpiURZg+P7zF74z5Jxe0UgJxVni+RtoHQ6IZieXaO02kmadomap/q+l6bc/jdPGGqTjhuZnuz1Q==",
|
|
1448
1472
|
"dev": true,
|
|
1449
1473
|
"license": "Apache-2.0",
|
|
1450
1474
|
"dependencies": {
|
|
@@ -2639,6 +2663,30 @@
|
|
|
2639
2663
|
"tslib": "2"
|
|
2640
2664
|
}
|
|
2641
2665
|
},
|
|
2666
|
+
"node_modules/@keyv/bigmap": {
|
|
2667
|
+
"version": "1.3.1",
|
|
2668
|
+
"resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
|
|
2669
|
+
"integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
|
|
2670
|
+
"dev": true,
|
|
2671
|
+
"license": "MIT",
|
|
2672
|
+
"dependencies": {
|
|
2673
|
+
"hashery": "^1.4.0",
|
|
2674
|
+
"hookified": "^1.15.0"
|
|
2675
|
+
},
|
|
2676
|
+
"engines": {
|
|
2677
|
+
"node": ">= 18"
|
|
2678
|
+
},
|
|
2679
|
+
"peerDependencies": {
|
|
2680
|
+
"keyv": "^5.6.0"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
"node_modules/@keyv/serialize": {
|
|
2684
|
+
"version": "1.1.1",
|
|
2685
|
+
"resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
|
|
2686
|
+
"integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
|
|
2687
|
+
"dev": true,
|
|
2688
|
+
"license": "MIT"
|
|
2689
|
+
},
|
|
2642
2690
|
"node_modules/@nodable/entities": {
|
|
2643
2691
|
"version": "3.0.0",
|
|
2644
2692
|
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz",
|
|
@@ -6421,6 +6469,20 @@
|
|
|
6421
6469
|
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
6422
6470
|
}
|
|
6423
6471
|
},
|
|
6472
|
+
"node_modules/cacheable": {
|
|
6473
|
+
"version": "2.5.0",
|
|
6474
|
+
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.5.0.tgz",
|
|
6475
|
+
"integrity": "sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==",
|
|
6476
|
+
"dev": true,
|
|
6477
|
+
"license": "MIT",
|
|
6478
|
+
"dependencies": {
|
|
6479
|
+
"@cacheable/memory": "^2.2.0",
|
|
6480
|
+
"@cacheable/utils": "^2.5.0",
|
|
6481
|
+
"hookified": "^1.15.0",
|
|
6482
|
+
"keyv": "^5.6.0",
|
|
6483
|
+
"qified": "^0.10.1"
|
|
6484
|
+
}
|
|
6485
|
+
},
|
|
6424
6486
|
"node_modules/cacheable-lookup": {
|
|
6425
6487
|
"version": "5.0.4",
|
|
6426
6488
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
@@ -6449,6 +6511,16 @@
|
|
|
6449
6511
|
"node": ">=14.16"
|
|
6450
6512
|
}
|
|
6451
6513
|
},
|
|
6514
|
+
"node_modules/cacheable-request/node_modules/keyv": {
|
|
6515
|
+
"version": "4.5.4",
|
|
6516
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
6517
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
6518
|
+
"dev": true,
|
|
6519
|
+
"license": "MIT",
|
|
6520
|
+
"dependencies": {
|
|
6521
|
+
"json-buffer": "3.0.1"
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6452
6524
|
"node_modules/cacheable-request/node_modules/lowercase-keys": {
|
|
6453
6525
|
"version": "3.0.0",
|
|
6454
6526
|
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
@@ -7974,9 +8046,9 @@
|
|
|
7974
8046
|
}
|
|
7975
8047
|
},
|
|
7976
8048
|
"node_modules/eslint": {
|
|
7977
|
-
"version": "10.
|
|
7978
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.
|
|
7979
|
-
"integrity": "sha512-
|
|
8049
|
+
"version": "10.10.0",
|
|
8050
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.10.0.tgz",
|
|
8051
|
+
"integrity": "sha512-NPXn6r5zl4uET1DAVPaOwzX3rut4c0wcmw3dWJAfOsTM5+TogXo0DDjz8pwm/hL8cyVNpHqeK4JpN0NjnyFFNw==",
|
|
7980
8052
|
"dev": true,
|
|
7981
8053
|
"license": "MIT",
|
|
7982
8054
|
"workspaces": [
|
|
@@ -7988,7 +8060,7 @@
|
|
|
7988
8060
|
"@eslint/config-array": "^0.23.5",
|
|
7989
8061
|
"@eslint/config-helpers": "^0.7.0",
|
|
7990
8062
|
"@eslint/core": "^1.2.1",
|
|
7991
|
-
"@eslint/plugin-kit": "^0.7.
|
|
8063
|
+
"@eslint/plugin-kit": "^0.7.3",
|
|
7992
8064
|
"@humanfs/node": "^0.16.6",
|
|
7993
8065
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
7994
8066
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -8003,7 +8075,7 @@
|
|
|
8003
8075
|
"esquery": "^1.7.0",
|
|
8004
8076
|
"esutils": "^2.0.2",
|
|
8005
8077
|
"fast-deep-equal": "^3.1.3",
|
|
8006
|
-
"file-entry-cache": "
|
|
8078
|
+
"file-entry-cache": "11.1.5 || >11.1.6 <12",
|
|
8007
8079
|
"find-up": "^5.0.0",
|
|
8008
8080
|
"glob-parent": "^6.0.2",
|
|
8009
8081
|
"ignore": "^5.2.0",
|
|
@@ -8786,16 +8858,13 @@
|
|
|
8786
8858
|
}
|
|
8787
8859
|
},
|
|
8788
8860
|
"node_modules/file-entry-cache": {
|
|
8789
|
-
"version": "
|
|
8790
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-
|
|
8791
|
-
"integrity": "sha512
|
|
8861
|
+
"version": "11.1.5",
|
|
8862
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.5.tgz",
|
|
8863
|
+
"integrity": "sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==",
|
|
8792
8864
|
"dev": true,
|
|
8793
8865
|
"license": "MIT",
|
|
8794
8866
|
"dependencies": {
|
|
8795
|
-
"flat-cache": "^
|
|
8796
|
-
},
|
|
8797
|
-
"engines": {
|
|
8798
|
-
"node": ">=16.0.0"
|
|
8867
|
+
"flat-cache": "^6.1.23"
|
|
8799
8868
|
}
|
|
8800
8869
|
},
|
|
8801
8870
|
"node_modules/filelist": {
|
|
@@ -8900,17 +8969,15 @@
|
|
|
8900
8969
|
}
|
|
8901
8970
|
},
|
|
8902
8971
|
"node_modules/flat-cache": {
|
|
8903
|
-
"version": "
|
|
8904
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-
|
|
8905
|
-
"integrity": "sha512-
|
|
8972
|
+
"version": "6.1.23",
|
|
8973
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.23.tgz",
|
|
8974
|
+
"integrity": "sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==",
|
|
8906
8975
|
"dev": true,
|
|
8907
8976
|
"license": "MIT",
|
|
8908
8977
|
"dependencies": {
|
|
8909
|
-
"
|
|
8910
|
-
"
|
|
8911
|
-
|
|
8912
|
-
"engines": {
|
|
8913
|
-
"node": ">=16"
|
|
8978
|
+
"cacheable": "^2.5.0",
|
|
8979
|
+
"flatted": "^3.4.2",
|
|
8980
|
+
"hookified": "^1.15.0"
|
|
8914
8981
|
}
|
|
8915
8982
|
},
|
|
8916
8983
|
"node_modules/flatted": {
|
|
@@ -9466,6 +9533,15 @@
|
|
|
9466
9533
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9467
9534
|
}
|
|
9468
9535
|
},
|
|
9536
|
+
"node_modules/got/node_modules/keyv": {
|
|
9537
|
+
"version": "4.5.4",
|
|
9538
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
9539
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
9540
|
+
"license": "MIT",
|
|
9541
|
+
"dependencies": {
|
|
9542
|
+
"json-buffer": "3.0.1"
|
|
9543
|
+
}
|
|
9544
|
+
},
|
|
9469
9545
|
"node_modules/graceful-fs": {
|
|
9470
9546
|
"version": "4.2.11",
|
|
9471
9547
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
@@ -9547,6 +9623,19 @@
|
|
|
9547
9623
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9548
9624
|
}
|
|
9549
9625
|
},
|
|
9626
|
+
"node_modules/hashery": {
|
|
9627
|
+
"version": "1.5.1",
|
|
9628
|
+
"resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz",
|
|
9629
|
+
"integrity": "sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==",
|
|
9630
|
+
"dev": true,
|
|
9631
|
+
"license": "MIT",
|
|
9632
|
+
"dependencies": {
|
|
9633
|
+
"hookified": "^1.15.0"
|
|
9634
|
+
},
|
|
9635
|
+
"engines": {
|
|
9636
|
+
"node": ">=20"
|
|
9637
|
+
}
|
|
9638
|
+
},
|
|
9550
9639
|
"node_modules/hasown": {
|
|
9551
9640
|
"version": "2.0.4",
|
|
9552
9641
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
@@ -9594,6 +9683,13 @@
|
|
|
9594
9683
|
"node": "*"
|
|
9595
9684
|
}
|
|
9596
9685
|
},
|
|
9686
|
+
"node_modules/hookified": {
|
|
9687
|
+
"version": "1.15.1",
|
|
9688
|
+
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
|
|
9689
|
+
"integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
|
|
9690
|
+
"dev": true,
|
|
9691
|
+
"license": "MIT"
|
|
9692
|
+
},
|
|
9597
9693
|
"node_modules/hosted-git-info": {
|
|
9598
9694
|
"version": "4.1.0",
|
|
9599
9695
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
|
|
@@ -10491,9 +10587,9 @@
|
|
|
10491
10587
|
"license": "ISC"
|
|
10492
10588
|
},
|
|
10493
10589
|
"node_modules/isomorphic-git": {
|
|
10494
|
-
"version": "1.
|
|
10495
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
|
10496
|
-
"integrity": "sha512-
|
|
10590
|
+
"version": "1.42.2",
|
|
10591
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.42.2.tgz",
|
|
10592
|
+
"integrity": "sha512-Rb7czWhLO4JYqmg4an01nNomuAgFbWWK2CVfkHGBOvK5t7hrGTKOXPx/csscJ1j9o3uXFzNcC6njgvCafSmIPw==",
|
|
10497
10593
|
"license": "MIT",
|
|
10498
10594
|
"dependencies": {
|
|
10499
10595
|
"async-lock": "^1.4.1",
|
|
@@ -10991,12 +11087,13 @@
|
|
|
10991
11087
|
}
|
|
10992
11088
|
},
|
|
10993
11089
|
"node_modules/keyv": {
|
|
10994
|
-
"version": "
|
|
10995
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-
|
|
10996
|
-
"integrity": "sha512-
|
|
11090
|
+
"version": "5.6.0",
|
|
11091
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
|
|
11092
|
+
"integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
|
|
11093
|
+
"dev": true,
|
|
10997
11094
|
"license": "MIT",
|
|
10998
11095
|
"dependencies": {
|
|
10999
|
-
"
|
|
11096
|
+
"@keyv/serialize": "^1.1.1"
|
|
11000
11097
|
}
|
|
11001
11098
|
},
|
|
11002
11099
|
"node_modules/kind-of": {
|
|
@@ -12536,9 +12633,9 @@
|
|
|
12536
12633
|
}
|
|
12537
12634
|
},
|
|
12538
12635
|
"node_modules/oclif": {
|
|
12539
|
-
"version": "5.0.
|
|
12540
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.
|
|
12541
|
-
"integrity": "sha512-
|
|
12636
|
+
"version": "5.0.1",
|
|
12637
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.1.tgz",
|
|
12638
|
+
"integrity": "sha512-dhahAJMJN5W7yX9pcHxV5UkciBBbA9g40iaVDLqq/RZGY9gBqKB8X8oxyluohzWB/IWfqjjhkGOX0m3Xq6Khfg==",
|
|
12542
12639
|
"dev": true,
|
|
12543
12640
|
"license": "MIT",
|
|
12544
12641
|
"dependencies": {
|
|
@@ -13679,6 +13776,26 @@
|
|
|
13679
13776
|
"node": ">=6"
|
|
13680
13777
|
}
|
|
13681
13778
|
},
|
|
13779
|
+
"node_modules/qified": {
|
|
13780
|
+
"version": "0.10.1",
|
|
13781
|
+
"resolved": "https://registry.npmjs.org/qified/-/qified-0.10.1.tgz",
|
|
13782
|
+
"integrity": "sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==",
|
|
13783
|
+
"dev": true,
|
|
13784
|
+
"license": "MIT",
|
|
13785
|
+
"dependencies": {
|
|
13786
|
+
"hookified": "^2.1.1"
|
|
13787
|
+
},
|
|
13788
|
+
"engines": {
|
|
13789
|
+
"node": ">=20"
|
|
13790
|
+
}
|
|
13791
|
+
},
|
|
13792
|
+
"node_modules/qified/node_modules/hookified": {
|
|
13793
|
+
"version": "2.2.0",
|
|
13794
|
+
"resolved": "https://registry.npmjs.org/hookified/-/hookified-2.2.0.tgz",
|
|
13795
|
+
"integrity": "sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==",
|
|
13796
|
+
"dev": true,
|
|
13797
|
+
"license": "MIT"
|
|
13798
|
+
},
|
|
13682
13799
|
"node_modules/queue-microtask": {
|
|
13683
13800
|
"version": "1.2.3",
|
|
13684
13801
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
package/oclif.lock
CHANGED
|
@@ -387,6 +387,24 @@
|
|
|
387
387
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"
|
|
388
388
|
integrity sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==
|
|
389
389
|
|
|
390
|
+
"@cacheable/memory@^2.2.0":
|
|
391
|
+
version "2.2.0"
|
|
392
|
+
resolved "https://registry.yarnpkg.com/@cacheable/memory/-/memory-2.2.0.tgz#72aeb8b051f6d597d10ac8595b94ad8302bd2239"
|
|
393
|
+
integrity sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==
|
|
394
|
+
dependencies:
|
|
395
|
+
"@cacheable/utils" "^2.5.0"
|
|
396
|
+
"@keyv/bigmap" "^1.3.1"
|
|
397
|
+
hookified "^1.15.1"
|
|
398
|
+
keyv "^5.6.0"
|
|
399
|
+
|
|
400
|
+
"@cacheable/utils@^2.5.0":
|
|
401
|
+
version "2.5.0"
|
|
402
|
+
resolved "https://registry.yarnpkg.com/@cacheable/utils/-/utils-2.5.0.tgz#534c91113aa48fe43baedb169550b6ee070ef303"
|
|
403
|
+
integrity sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==
|
|
404
|
+
dependencies:
|
|
405
|
+
hashery "^1.5.1"
|
|
406
|
+
keyv "^5.6.0"
|
|
407
|
+
|
|
390
408
|
"@colors/colors@1.5.0":
|
|
391
409
|
version "1.5.0"
|
|
392
410
|
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
@@ -944,10 +962,10 @@
|
|
|
944
962
|
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.5.tgz#88e9bf4d11d2b19c082e78ebe7ce88724a5eb091"
|
|
945
963
|
integrity sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==
|
|
946
964
|
|
|
947
|
-
"@eslint/plugin-kit@^0.7.
|
|
948
|
-
version "0.7.
|
|
949
|
-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.
|
|
950
|
-
integrity sha512
|
|
965
|
+
"@eslint/plugin-kit@^0.7.3":
|
|
966
|
+
version "0.7.3"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.3.tgz#cc7268cc36405b331ef92db1bc37971f21d66fe1"
|
|
968
|
+
integrity sha512-IkO+/KEUvwbVpiURZg+P7zF74z5Jxe0UgJxVni+RtoHQ6IZieXaO02kmadomap/q+l6bc/jdPGGqTjhuZnuz1Q==
|
|
951
969
|
dependencies:
|
|
952
970
|
"@eslint/core" "^1.2.1"
|
|
953
971
|
levn "^0.4.1"
|
|
@@ -1385,6 +1403,19 @@
|
|
|
1385
1403
|
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1386
1404
|
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1387
1405
|
|
|
1406
|
+
"@keyv/bigmap@^1.3.1":
|
|
1407
|
+
version "1.3.1"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@keyv/bigmap/-/bigmap-1.3.1.tgz#fc82fa83947e7ff68c6798d08907db842771ef2c"
|
|
1409
|
+
integrity sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==
|
|
1410
|
+
dependencies:
|
|
1411
|
+
hashery "^1.4.0"
|
|
1412
|
+
hookified "^1.15.0"
|
|
1413
|
+
|
|
1414
|
+
"@keyv/serialize@^1.1.1":
|
|
1415
|
+
version "1.1.1"
|
|
1416
|
+
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.1.1.tgz#0c01dd3a3483882af7cf3878d4e71d505c81fc4a"
|
|
1417
|
+
integrity sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==
|
|
1418
|
+
|
|
1388
1419
|
"@napi-rs/wasm-runtime@^1.1.4":
|
|
1389
1420
|
version "1.2.3"
|
|
1390
1421
|
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.3.tgz#97e3d45d7424dc5da1d4e32f3bf3b292f6c1b44c"
|
|
@@ -2948,6 +2979,17 @@ cacheable-request@^7.0.2:
|
|
|
2948
2979
|
normalize-url "^6.0.1"
|
|
2949
2980
|
responselike "^2.0.0"
|
|
2950
2981
|
|
|
2982
|
+
cacheable@^2.5.0:
|
|
2983
|
+
version "2.5.0"
|
|
2984
|
+
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-2.5.0.tgz#d142d41043e5a865f6053cc70ef4e3ad068bd5ce"
|
|
2985
|
+
integrity sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==
|
|
2986
|
+
dependencies:
|
|
2987
|
+
"@cacheable/memory" "^2.2.0"
|
|
2988
|
+
"@cacheable/utils" "^2.5.0"
|
|
2989
|
+
hookified "^1.15.0"
|
|
2990
|
+
keyv "^5.6.0"
|
|
2991
|
+
qified "^0.10.1"
|
|
2992
|
+
|
|
2951
2993
|
caching-transform@^4.0.0:
|
|
2952
2994
|
version "4.0.0"
|
|
2953
2995
|
resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-4.0.0.tgz#00d297a4206d71e2163c39eaffa8157ac0651f0f"
|
|
@@ -3979,17 +4021,17 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
|
|
|
3979
4021
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
|
|
3980
4022
|
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
|
|
3981
4023
|
|
|
3982
|
-
eslint@^10.
|
|
3983
|
-
version "10.
|
|
3984
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.
|
|
3985
|
-
integrity sha512-
|
|
4024
|
+
eslint@^10.10.0:
|
|
4025
|
+
version "10.10.0"
|
|
4026
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.10.0.tgz#14b1d1849eedb2ee6805f3759050479ce2b23d71"
|
|
4027
|
+
integrity sha512-NPXn6r5zl4uET1DAVPaOwzX3rut4c0wcmw3dWJAfOsTM5+TogXo0DDjz8pwm/hL8cyVNpHqeK4JpN0NjnyFFNw==
|
|
3986
4028
|
dependencies:
|
|
3987
4029
|
"@eslint-community/eslint-utils" "^4.8.0"
|
|
3988
4030
|
"@eslint-community/regexpp" "^4.12.2"
|
|
3989
4031
|
"@eslint/config-array" "^0.23.5"
|
|
3990
4032
|
"@eslint/config-helpers" "^0.7.0"
|
|
3991
4033
|
"@eslint/core" "^1.2.1"
|
|
3992
|
-
"@eslint/plugin-kit" "^0.7.
|
|
4034
|
+
"@eslint/plugin-kit" "^0.7.3"
|
|
3993
4035
|
"@humanfs/node" "^0.16.6"
|
|
3994
4036
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3995
4037
|
"@humanwhocodes/retry" "^0.4.2"
|
|
@@ -4004,7 +4046,7 @@ eslint@^10.9.1:
|
|
|
4004
4046
|
esquery "^1.7.0"
|
|
4005
4047
|
esutils "^2.0.2"
|
|
4006
4048
|
fast-deep-equal "^3.1.3"
|
|
4007
|
-
file-entry-cache "
|
|
4049
|
+
file-entry-cache "11.1.5 || >11.1.6 <12"
|
|
4008
4050
|
find-up "^5.0.0"
|
|
4009
4051
|
glob-parent "^6.0.2"
|
|
4010
4052
|
ignore "^5.2.0"
|
|
@@ -4221,12 +4263,12 @@ fdir@^6.5.0:
|
|
|
4221
4263
|
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
4222
4264
|
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
4223
4265
|
|
|
4224
|
-
file-entry-cache
|
|
4225
|
-
version "
|
|
4226
|
-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-
|
|
4227
|
-
integrity sha512
|
|
4266
|
+
"file-entry-cache@11.1.5 || >11.1.6 <12":
|
|
4267
|
+
version "11.1.5"
|
|
4268
|
+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-11.1.5.tgz#c8210eb055de63e68685ccfb6a017e386d4577d0"
|
|
4269
|
+
integrity sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==
|
|
4228
4270
|
dependencies:
|
|
4229
|
-
flat-cache "^
|
|
4271
|
+
flat-cache "^6.1.23"
|
|
4230
4272
|
|
|
4231
4273
|
filelist@^1.0.4:
|
|
4232
4274
|
version "1.0.6"
|
|
@@ -4279,20 +4321,21 @@ find-yarn-workspace-root@^2.0.0:
|
|
|
4279
4321
|
dependencies:
|
|
4280
4322
|
micromatch "^4.0.2"
|
|
4281
4323
|
|
|
4282
|
-
flat-cache@^
|
|
4283
|
-
version "
|
|
4284
|
-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-
|
|
4285
|
-
integrity sha512-
|
|
4324
|
+
flat-cache@^6.1.23:
|
|
4325
|
+
version "6.1.23"
|
|
4326
|
+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.23.tgz#735dc888c271868d7301b3bbb8edba5028afb61d"
|
|
4327
|
+
integrity sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==
|
|
4286
4328
|
dependencies:
|
|
4287
|
-
|
|
4288
|
-
|
|
4329
|
+
cacheable "^2.5.0"
|
|
4330
|
+
flatted "^3.4.2"
|
|
4331
|
+
hookified "^1.15.0"
|
|
4289
4332
|
|
|
4290
4333
|
flat@^5.0.2:
|
|
4291
4334
|
version "5.0.2"
|
|
4292
4335
|
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
|
|
4293
4336
|
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
|
|
4294
4337
|
|
|
4295
|
-
flatted@^3.2
|
|
4338
|
+
flatted@^3.4.2:
|
|
4296
4339
|
version "3.4.4"
|
|
4297
4340
|
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.4.tgz#aeeca2a506303f0cee61c59e6c9f2a88d2f29fc6"
|
|
4298
4341
|
integrity sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==
|
|
@@ -4682,6 +4725,13 @@ hasha@^5.0.0:
|
|
|
4682
4725
|
is-stream "^2.0.0"
|
|
4683
4726
|
type-fest "^0.8.0"
|
|
4684
4727
|
|
|
4728
|
+
hashery@^1.4.0, hashery@^1.5.1:
|
|
4729
|
+
version "1.5.1"
|
|
4730
|
+
resolved "https://registry.yarnpkg.com/hashery/-/hashery-1.5.1.tgz#4ba82ad54911ac617467870845d57a9fe508a400"
|
|
4731
|
+
integrity sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==
|
|
4732
|
+
dependencies:
|
|
4733
|
+
hookified "^1.15.0"
|
|
4734
|
+
|
|
4685
4735
|
hasown@^2.0.2, hasown@^2.0.3, hasown@^2.0.4:
|
|
4686
4736
|
version "2.0.4"
|
|
4687
4737
|
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
|
|
@@ -4712,6 +4762,16 @@ highlight.js@^10.7.1:
|
|
|
4712
4762
|
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
|
|
4713
4763
|
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
|
|
4714
4764
|
|
|
4765
|
+
hookified@^1.15.0, hookified@^1.15.1:
|
|
4766
|
+
version "1.15.1"
|
|
4767
|
+
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.15.1.tgz#b1fafeaa5489cdc29cb85546a8f837ed4ffbbcb6"
|
|
4768
|
+
integrity sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==
|
|
4769
|
+
|
|
4770
|
+
hookified@^2.1.1:
|
|
4771
|
+
version "2.2.0"
|
|
4772
|
+
resolved "https://registry.yarnpkg.com/hookified/-/hookified-2.2.0.tgz#1d024ac1668973dd5bcc4a96ab9ccdb7639ef8d4"
|
|
4773
|
+
integrity sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==
|
|
4774
|
+
|
|
4715
4775
|
hosted-git-info@^2.1.4:
|
|
4716
4776
|
version "2.8.9"
|
|
4717
4777
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
|
@@ -5143,10 +5203,10 @@ isexe@^2.0.0:
|
|
|
5143
5203
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5144
5204
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5145
5205
|
|
|
5146
|
-
isomorphic-git@1.
|
|
5147
|
-
version "1.
|
|
5148
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.
|
|
5149
|
-
integrity sha512-
|
|
5206
|
+
isomorphic-git@1.42.2, isomorphic-git@^1.34.2:
|
|
5207
|
+
version "1.42.2"
|
|
5208
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.42.2.tgz#89bbc84ac106660d05abdb91e6601d4736b60457"
|
|
5209
|
+
integrity sha512-Rb7czWhLO4JYqmg4an01nNomuAgFbWWK2CVfkHGBOvK5t7hrGTKOXPx/csscJ1j9o3uXFzNcC6njgvCafSmIPw==
|
|
5150
5210
|
dependencies:
|
|
5151
5211
|
async-lock "^1.4.1"
|
|
5152
5212
|
clean-git-ref "^2.0.1"
|
|
@@ -5428,13 +5488,20 @@ jws@^4.0.1:
|
|
|
5428
5488
|
jwa "^2.0.1"
|
|
5429
5489
|
safe-buffer "^5.0.1"
|
|
5430
5490
|
|
|
5431
|
-
keyv@^4.0.0, keyv@^4.5.3
|
|
5491
|
+
keyv@^4.0.0, keyv@^4.5.3:
|
|
5432
5492
|
version "4.5.4"
|
|
5433
5493
|
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
|
|
5434
5494
|
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
|
|
5435
5495
|
dependencies:
|
|
5436
5496
|
json-buffer "3.0.1"
|
|
5437
5497
|
|
|
5498
|
+
keyv@^5.6.0:
|
|
5499
|
+
version "5.6.0"
|
|
5500
|
+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.6.0.tgz#03044074c6b4d072d0a62c7b9fa649537baf0105"
|
|
5501
|
+
integrity sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==
|
|
5502
|
+
dependencies:
|
|
5503
|
+
"@keyv/serialize" "^1.1.1"
|
|
5504
|
+
|
|
5438
5505
|
kind-of@^6.0.3:
|
|
5439
5506
|
version "6.0.3"
|
|
5440
5507
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
|
@@ -6224,10 +6291,10 @@ object-keys@^1.1.1:
|
|
|
6224
6291
|
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
|
|
6225
6292
|
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
|
6226
6293
|
|
|
6227
|
-
oclif@^5.0.
|
|
6228
|
-
version "5.0.
|
|
6229
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-5.0.
|
|
6230
|
-
integrity sha512-
|
|
6294
|
+
oclif@^5.0.1:
|
|
6295
|
+
version "5.0.1"
|
|
6296
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-5.0.1.tgz#64a1d447206760c3fa7b72f535aec853cdbb093f"
|
|
6297
|
+
integrity sha512-dhahAJMJN5W7yX9pcHxV5UkciBBbA9g40iaVDLqq/RZGY9gBqKB8X8oxyluohzWB/IWfqjjhkGOX0m3Xq6Khfg==
|
|
6231
6298
|
dependencies:
|
|
6232
6299
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6233
6300
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -6785,6 +6852,13 @@ punycode@^2.1.0:
|
|
|
6785
6852
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
|
|
6786
6853
|
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
|
|
6787
6854
|
|
|
6855
|
+
qified@^0.10.1:
|
|
6856
|
+
version "0.10.1"
|
|
6857
|
+
resolved "https://registry.yarnpkg.com/qified/-/qified-0.10.1.tgz#0640bf21bbe6ca540db290ad8f5fde4d870b8bda"
|
|
6858
|
+
integrity sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==
|
|
6859
|
+
dependencies:
|
|
6860
|
+
hookified "^2.1.1"
|
|
6861
|
+
|
|
6788
6862
|
queue-microtask@^1.2.2:
|
|
6789
6863
|
version "1.2.3"
|
|
6790
6864
|
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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": "6.0.
|
|
4
|
+
"version": "6.0.36",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.11.1",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.
|
|
21
|
+
"isomorphic-git": "1.42.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@commitlint/cli": "^21.2.2",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
37
37
|
"c8": "^12.0.0",
|
|
38
38
|
"chai": "^6.2.2",
|
|
39
|
-
"eslint": "^10.
|
|
39
|
+
"eslint": "^10.10.0",
|
|
40
40
|
"eslint-config-salesforce-typescript": "^7.0.0",
|
|
41
41
|
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
42
42
|
"husky": "^9.1.7",
|
|
43
43
|
"mocha": "^12.0.0",
|
|
44
|
-
"oclif": "^5.0.
|
|
44
|
+
"oclif": "^5.0.1",
|
|
45
45
|
"patch-package": "^8.0.1",
|
|
46
46
|
"prettier": "^3.9.6",
|
|
47
47
|
"pretty-quick": "^4.2.2",
|