@jayree/sfdx-plugin-manifest 5.0.12 → 5.0.13
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 +15 -15
- package/oclif.lock +42 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.12...5.0.13) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.37.1 to 1.37.2 ([#2100](https://github.com/jayree/sfdx-plugin-manifest/issues/2100)) ([2b5d941](https://github.com/jayree/sfdx-plugin-manifest/commit/2b5d9411510a69dcb6223e82bb8207a54961699b))
|
|
7
|
+
* add packfile integrity validation (fixes [#2288](https://github.com/isomorphic-git/isomorphic-git/issues/2288)) ([#2289](https://github.com/isomorphic-git/isomorphic-git/issues/2289)) ([556ba32](https://github.com/isomorphic-git/isomorphic-git/commit/556ba32cf1160244fad58df1a3ea9f6c89417cc4))
|
|
8
|
+
|
|
1
9
|
## [5.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.11...5.0.12) (2026-02-22)
|
|
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.13/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.13/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.13/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": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
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.13",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.25",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.3.7",
|
|
22
22
|
"fs-extra": "^11.3.3",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.37.
|
|
24
|
+
"isomorphic-git": "1.37.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.9",
|
|
@@ -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.144",
|
|
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.81",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
40
|
"prettier": "^3.8.1",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
@@ -9293,9 +9293,9 @@
|
|
|
9293
9293
|
}
|
|
9294
9294
|
},
|
|
9295
9295
|
"node_modules/eslint-config-oclif": {
|
|
9296
|
-
"version": "6.0.
|
|
9297
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
9298
|
-
"integrity": "sha512-
|
|
9296
|
+
"version": "6.0.144",
|
|
9297
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.144.tgz",
|
|
9298
|
+
"integrity": "sha512-87Zn12V0wnkxPSsm9TdIyZ4v5uNceqjMilyyR8Snk/oxCtOaawy/6mU1DwzS1zv4tnspZgeLJn+Y1ZI8Mf7BQw==",
|
|
9299
9299
|
"dev": true,
|
|
9300
9300
|
"license": "MIT",
|
|
9301
9301
|
"dependencies": {
|
|
@@ -13025,9 +13025,9 @@
|
|
|
13025
13025
|
"license": "ISC"
|
|
13026
13026
|
},
|
|
13027
13027
|
"node_modules/isomorphic-git": {
|
|
13028
|
-
"version": "1.37.
|
|
13029
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.
|
|
13030
|
-
"integrity": "sha512-
|
|
13028
|
+
"version": "1.37.2",
|
|
13029
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.2.tgz",
|
|
13030
|
+
"integrity": "sha512-HCQBBKmXIMPdHgYGstSBNp6MNmVcMQBbUqJF8xfywFmlpNseO4KKex59YlXqNxhRxmv3fUZwvNWvMyOdc1VvhA==",
|
|
13031
13031
|
"license": "MIT",
|
|
13032
13032
|
"dependencies": {
|
|
13033
13033
|
"async-lock": "^1.4.1",
|
|
@@ -15133,13 +15133,13 @@
|
|
|
15133
15133
|
}
|
|
15134
15134
|
},
|
|
15135
15135
|
"node_modules/oclif": {
|
|
15136
|
-
"version": "4.22.
|
|
15137
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
15138
|
-
"integrity": "sha512-
|
|
15136
|
+
"version": "4.22.81",
|
|
15137
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.81.tgz",
|
|
15138
|
+
"integrity": "sha512-MO2bupt/3wWYqt05F8ZLwMYKN58YqDfRVdJxAvCdg/wZJg6/sDXVKoMSTSzwqsnIaJGjru2LBNvk8lH+p+1uMQ==",
|
|
15139
15139
|
"dev": true,
|
|
15140
15140
|
"license": "MIT",
|
|
15141
15141
|
"dependencies": {
|
|
15142
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
15142
|
+
"@aws-sdk/client-cloudfront": "^3.995.0",
|
|
15143
15143
|
"@aws-sdk/client-s3": "^3.995.0",
|
|
15144
15144
|
"@inquirer/confirm": "^3.1.22",
|
|
15145
15145
|
"@inquirer/input": "^2.2.4",
|
package/oclif.lock
CHANGED
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@smithy/util-utf8" "^2.0.0"
|
|
79
79
|
tslib "^2.6.2"
|
|
80
80
|
|
|
81
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
81
|
+
"@aws-sdk/client-cloudfront@^3.995.0":
|
|
82
82
|
version "3.995.0"
|
|
83
83
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.995.0.tgz#23988798493a55ea9a01b5167e93b571eb3dc5ad"
|
|
84
84
|
integrity sha512-hTyUaVs0hKPSlQyreyxmj6g9sPRs9XWNzDCozYfU5rbAcqS1E0AVTFAjbgNvKIOEbY5iL4UuiIFdFG7m5z9SAQ==
|
|
@@ -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.144:
|
|
4692
|
+
version "6.0.144"
|
|
4693
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.144.tgz#e91f269290e63a2c12424d1a015da07489826da6"
|
|
4694
|
+
integrity sha512-87Zn12V0wnkxPSsm9TdIyZ4v5uNceqjMilyyR8Snk/oxCtOaawy/6mU1DwzS1zv4tnspZgeLJn+Y1ZI8Mf7BQw==
|
|
4695
4695
|
dependencies:
|
|
4696
4696
|
"@eslint/compat" "^1.4.1"
|
|
4697
4697
|
"@eslint/eslintrc" "^3.3.3"
|
|
@@ -6443,10 +6443,10 @@ isexe@^2.0.0:
|
|
|
6443
6443
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
6444
6444
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6445
6445
|
|
|
6446
|
-
isomorphic-git@1.37.
|
|
6447
|
-
version "1.37.
|
|
6448
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.37.
|
|
6449
|
-
integrity sha512-
|
|
6446
|
+
isomorphic-git@1.37.2, isomorphic-git@^1.34.2:
|
|
6447
|
+
version "1.37.2"
|
|
6448
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.37.2.tgz#304c338c176ee76a6c03445c6d1f81733f723314"
|
|
6449
|
+
integrity sha512-HCQBBKmXIMPdHgYGstSBNp6MNmVcMQBbUqJF8xfywFmlpNseO4KKex59YlXqNxhRxmv3fUZwvNWvMyOdc1VvhA==
|
|
6450
6450
|
dependencies:
|
|
6451
6451
|
async-lock "^1.4.1"
|
|
6452
6452
|
clean-git-ref "^2.0.1"
|
|
@@ -7608,12 +7608,12 @@ 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.81:
|
|
7612
|
+
version "4.22.81"
|
|
7613
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.81.tgz#5466f3fcde0308094c9aa6e714608c8fb6ebdfd3"
|
|
7614
|
+
integrity sha512-MO2bupt/3wWYqt05F8ZLwMYKN58YqDfRVdJxAvCdg/wZJg6/sDXVKoMSTSzwqsnIaJGjru2LBNvk8lH+p+1uMQ==
|
|
7615
7615
|
dependencies:
|
|
7616
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
7616
|
+
"@aws-sdk/client-cloudfront" "^3.995.0"
|
|
7617
7617
|
"@aws-sdk/client-s3" "^3.995.0"
|
|
7618
7618
|
"@inquirer/confirm" "^3.1.22"
|
|
7619
7619
|
"@inquirer/input" "^2.2.4"
|
|
@@ -8997,7 +8997,16 @@ stop-iteration-iterator@^1.1.0:
|
|
|
8997
8997
|
es-errors "^1.3.0"
|
|
8998
8998
|
internal-slot "^1.1.0"
|
|
8999
8999
|
|
|
9000
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
9000
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
9001
|
+
version "4.2.3"
|
|
9002
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
9003
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
9004
|
+
dependencies:
|
|
9005
|
+
emoji-regex "^8.0.0"
|
|
9006
|
+
is-fullwidth-code-point "^3.0.0"
|
|
9007
|
+
strip-ansi "^6.0.1"
|
|
9008
|
+
|
|
9009
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
9001
9010
|
version "4.2.3"
|
|
9002
9011
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
9003
9012
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -9078,7 +9087,14 @@ stringify-entities@^4.0.0:
|
|
|
9078
9087
|
character-entities-html4 "^2.0.0"
|
|
9079
9088
|
character-entities-legacy "^3.0.0"
|
|
9080
9089
|
|
|
9081
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
9090
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
9091
|
+
version "6.0.1"
|
|
9092
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
9093
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
9094
|
+
dependencies:
|
|
9095
|
+
ansi-regex "^5.0.1"
|
|
9096
|
+
|
|
9097
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
9082
9098
|
version "6.0.1"
|
|
9083
9099
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
9084
9100
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -9880,7 +9896,7 @@ workerpool@^6.5.1:
|
|
|
9880
9896
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
9881
9897
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
9882
9898
|
|
|
9883
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
9899
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
9884
9900
|
version "7.0.0"
|
|
9885
9901
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9886
9902
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -9898,6 +9914,15 @@ wrap-ansi@^6.2.0:
|
|
|
9898
9914
|
string-width "^4.1.0"
|
|
9899
9915
|
strip-ansi "^6.0.0"
|
|
9900
9916
|
|
|
9917
|
+
wrap-ansi@^7.0.0:
|
|
9918
|
+
version "7.0.0"
|
|
9919
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9920
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
9921
|
+
dependencies:
|
|
9922
|
+
ansi-styles "^4.0.0"
|
|
9923
|
+
string-width "^4.1.0"
|
|
9924
|
+
strip-ansi "^6.0.0"
|
|
9925
|
+
|
|
9901
9926
|
wrap-ansi@^8.1.0:
|
|
9902
9927
|
version "8.1.0"
|
|
9903
9928
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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": "5.0.
|
|
4
|
+
"version": "5.0.13",
|
|
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.3.7",
|
|
19
19
|
"fs-extra": "^11.3.3",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.37.
|
|
21
|
+
"isomorphic-git": "1.37.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.9",
|
|
@@ -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.144",
|
|
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.81",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
37
|
"prettier": "^3.8.1",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|