@jayree/sfdx-plugin-manifest 4.0.51 → 4.0.52

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## [4.0.52](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.51...4.0.52) (2025-08-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.32.2 to 1.32.3 ([#1892](https://github.com/jayree/sfdx-plugin-manifest/issues/1892)) ([5b557af](https://github.com/jayree/sfdx-plugin-manifest/commit/5b557afd5d07fb466b5781abe3d5eecec58e361e))
7
+ * improve hashblob performance up to 100% faster ([#2144](https://github.com/isomorphic-git/isomorphic-git/issues/2144)) ([a8551a8](https://github.com/isomorphic-git/isomorphic-git/commit/a8551a8cf21179814818a38599c52381ddb91023))
8
+
1
9
  ## [4.0.51](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.50...4.0.51) (2025-08-08)
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/4.0.51/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.52/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/4.0.51/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.52/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/4.0.51/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.52/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.51",
3
+ "version": "4.0.52",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.51",
9
+ "version": "4.0.52",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.14",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.2.5",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.32.2"
24
+ "isomorphic-git": "1.32.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.5",
@@ -36,7 +36,7 @@
36
36
  "eslint-config-salesforce-license": "^1.0.1",
37
37
  "eslint-plugin-prettier": "^5.5.3",
38
38
  "eslint-plugin-sf-plugin": "^1.20.30",
39
- "oclif": "^4.22.5",
39
+ "oclif": "^4.22.6",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.6.2",
42
42
  "pretty-quick": "^4.2.2",
@@ -12755,9 +12755,9 @@
12755
12755
  "license": "ISC"
12756
12756
  },
12757
12757
  "node_modules/isomorphic-git": {
12758
- "version": "1.32.2",
12759
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.2.tgz",
12760
- "integrity": "sha512-pThiJmMDyPD5f4S8fpt3Zoq2P1pehetQNjAks7fco1N+UT3HFo3dRUYxxhrPqfBwrkYi7dguv25mZTt9DO/S+w==",
12758
+ "version": "1.32.3",
12759
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.3.tgz",
12760
+ "integrity": "sha512-gTcJH3JaUdj7WFGnPKnn7XpO1qAeu3nsiC7m2vEdHEsJx8fmBVQ8ji4FQG26JJArFd3MYyuA43pA7bk0DI6+Ww==",
12761
12761
  "license": "MIT",
12762
12762
  "dependencies": {
12763
12763
  "async-lock": "^1.4.1",
@@ -14810,9 +14810,9 @@
14810
14810
  }
14811
14811
  },
14812
14812
  "node_modules/oclif": {
14813
- "version": "4.22.5",
14814
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.5.tgz",
14815
- "integrity": "sha512-1TViD9V+y3zLnnBzV3cNsKzXxMY7doEcxwny7eqiW4OHDU3PNTPWngG/aidzlKLDXGbajTdjtUpX69UXF78Ahw==",
14813
+ "version": "4.22.6",
14814
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.6.tgz",
14815
+ "integrity": "sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==",
14816
14816
  "dev": true,
14817
14817
  "license": "MIT",
14818
14818
  "dependencies": {
package/oclif.lock CHANGED
@@ -6313,10 +6313,10 @@ isexe@^2.0.0:
6313
6313
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6314
6314
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6315
6315
 
6316
- isomorphic-git@1.32.2, isomorphic-git@^1.30.1:
6317
- version "1.32.2"
6318
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.32.2.tgz#54057bbe959b8e4af9517e9fc9370d1442128214"
6319
- integrity sha512-pThiJmMDyPD5f4S8fpt3Zoq2P1pehetQNjAks7fco1N+UT3HFo3dRUYxxhrPqfBwrkYi7dguv25mZTt9DO/S+w==
6316
+ isomorphic-git@1.32.3, isomorphic-git@^1.30.1:
6317
+ version "1.32.3"
6318
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.32.3.tgz#bbd330cf69078e85fb3b70e039ac9678c9fd172a"
6319
+ integrity sha512-gTcJH3JaUdj7WFGnPKnn7XpO1qAeu3nsiC7m2vEdHEsJx8fmBVQ8ji4FQG26JJArFd3MYyuA43pA7bk0DI6+Ww==
6320
6320
  dependencies:
6321
6321
  async-lock "^1.4.1"
6322
6322
  clean-git-ref "^2.0.1"
@@ -7446,10 +7446,10 @@ object.values@^1.2.1:
7446
7446
  define-properties "^1.2.1"
7447
7447
  es-object-atoms "^1.0.0"
7448
7448
 
7449
- oclif@^4.22.5:
7450
- version "4.22.5"
7451
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.5.tgz#5c8171cc45943377dff2e08038770965167e2665"
7452
- integrity sha512-1TViD9V+y3zLnnBzV3cNsKzXxMY7doEcxwny7eqiW4OHDU3PNTPWngG/aidzlKLDXGbajTdjtUpX69UXF78Ahw==
7449
+ oclif@^4.22.6:
7450
+ version "4.22.6"
7451
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.6.tgz#13d75225ab3f5ef9b305521960af6ac2d09bc265"
7452
+ integrity sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==
7453
7453
  dependencies:
7454
7454
  "@aws-sdk/client-cloudfront" "^3.850.0"
7455
7455
  "@aws-sdk/client-s3" "^3.850.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.51"
270
+ "version": "4.0.52"
271
271
  }
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": "4.0.51",
4
+ "version": "4.0.52",
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.2.5",
19
19
  "fs-extra": "^11.3.0",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.32.2"
21
+ "isomorphic-git": "1.32.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.5",
@@ -33,7 +33,7 @@
33
33
  "eslint-config-salesforce-license": "^1.0.1",
34
34
  "eslint-plugin-prettier": "^5.5.3",
35
35
  "eslint-plugin-sf-plugin": "^1.20.30",
36
- "oclif": "^4.22.5",
36
+ "oclif": "^4.22.6",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.6.2",
39
39
  "pretty-quick": "^4.2.2",