@jayree/sfdx-plugin-manifest 6.0.15 → 6.0.17
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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +11 -11
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [6.0.17](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.16...6.0.17) (2026-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 13.1.1 to 13.2.0 ([#2381](https://github.com/jayree/sfdx-plugin-manifest/issues/2381)) ([1ac4923](https://github.com/jayree/sfdx-plugin-manifest/commit/1ac49231b18939e09a7a1549580083cce8afa517))
|
|
7
|
+
* export stdValueSetRegistry.json from main index.ts to be called properly outside this repo - W-23802414 ([#1822](https://github.com/forcedotcom/source-deploy-retrieve/issues/1822)) ([54dda96](https://github.com/forcedotcom/source-deploy-retrieve/commit/54dda96adbf7001ab201a4cd63232afdc89441d4))
|
|
8
|
+
|
|
9
|
+
## [6.0.16](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.15...6.0.16) (2026-08-20)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump isomorphic-git from 1.41.4 to 1.41.7 ([#2382](https://github.com/jayree/sfdx-plugin-manifest/issues/2382)) ([adc0b7b](https://github.com/jayree/sfdx-plugin-manifest/commit/adc0b7bd07d8c405a68168c89dcc6779031b50a9))
|
|
15
|
+
* include file mode changes in filepath log ([#2413](https://github.com/isomorphic-git/isomorphic-git/issues/2413)) ([07c6fe7](https://github.com/isomorphic-git/isomorphic-git/commit/07c6fe725b6e23b7069013e2b10e0d8e085cf9a2))
|
|
16
|
+
* return best merge bases for DAG histories ([#2412](https://github.com/isomorphic-git/isomorphic-git/issues/2412)) ([a7f747f](https://github.com/isomorphic-git/isomorphic-git/commit/a7f747fd31afedd062f27610bd43f4363bb6d9cf))
|
|
17
|
+
|
|
1
18
|
## [6.0.15](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.14...6.0.15) (2026-08-20)
|
|
2
19
|
|
|
3
20
|
|
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.17/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.17/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.17/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.17",
|
|
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.17",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@salesforce/core": "^9.1.1",
|
|
15
15
|
"@salesforce/kit": "^4.0.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "13.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
18
18
|
"@salesforce/source-tracking": "8.1.0",
|
|
19
19
|
"@salesforce/ts-types": "^3.0.1",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.41.
|
|
24
|
+
"isomorphic-git": "1.41.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|
|
@@ -3860,12 +3860,12 @@
|
|
|
3860
3860
|
}
|
|
3861
3861
|
},
|
|
3862
3862
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
3863
|
-
"version": "13.
|
|
3864
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
3865
|
-
"integrity": "sha512-
|
|
3863
|
+
"version": "13.2.0",
|
|
3864
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.2.0.tgz",
|
|
3865
|
+
"integrity": "sha512-4R3Sd6it/oX8IRm5JGvi6fba0318VVHz/bgsDFEchHo8ed73LU021nWJJ5hBcveHdW+MUJioO9rU7MCOYLh1uA==",
|
|
3866
3866
|
"license": "Apache-2.0",
|
|
3867
3867
|
"dependencies": {
|
|
3868
|
-
"@salesforce/core": "^9.
|
|
3868
|
+
"@salesforce/core": "^9.1.4",
|
|
3869
3869
|
"@salesforce/kit": "^4.0.0",
|
|
3870
3870
|
"@salesforce/ts-types": "^3.0.0",
|
|
3871
3871
|
"@salesforce/types": "^1.6.0",
|
|
@@ -9619,9 +9619,9 @@
|
|
|
9619
9619
|
"license": "ISC"
|
|
9620
9620
|
},
|
|
9621
9621
|
"node_modules/isomorphic-git": {
|
|
9622
|
-
"version": "1.41.
|
|
9623
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.
|
|
9624
|
-
"integrity": "sha512-
|
|
9622
|
+
"version": "1.41.7",
|
|
9623
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.7.tgz",
|
|
9624
|
+
"integrity": "sha512-ZCyMNg0eLUmuhGXdVQFi56fM93kwIqqlUSVnWbgzf1oDYidrQbWfrf+hEvn2E8xyo191zRPQyDCIlwg6YJ6isQ==",
|
|
9625
9625
|
"license": "MIT",
|
|
9626
9626
|
"dependencies": {
|
|
9627
9627
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
ts-retry-promise "^0.8.1"
|
|
1421
1421
|
zod "^4.1.12"
|
|
1422
1422
|
|
|
1423
|
-
"@salesforce/core@^9.
|
|
1423
|
+
"@salesforce/core@^9.1.1", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4":
|
|
1424
1424
|
version "9.1.4"
|
|
1425
1425
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.4.tgz#264a618f962b7306794d5a7a42698bdb7dec6d04"
|
|
1426
1426
|
integrity sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==
|
|
@@ -1521,12 +1521,12 @@
|
|
|
1521
1521
|
cli-progress "^3.12.0"
|
|
1522
1522
|
terminal-link "^3.0.0"
|
|
1523
1523
|
|
|
1524
|
-
"@salesforce/source-deploy-retrieve@13.
|
|
1525
|
-
version "13.
|
|
1526
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
1527
|
-
integrity sha512-
|
|
1524
|
+
"@salesforce/source-deploy-retrieve@13.2.0", "@salesforce/source-deploy-retrieve@^13.1.1":
|
|
1525
|
+
version "13.2.0"
|
|
1526
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.2.0.tgz#03713452933546f2259021b6b2c59319a122b86a"
|
|
1527
|
+
integrity sha512-4R3Sd6it/oX8IRm5JGvi6fba0318VVHz/bgsDFEchHo8ed73LU021nWJJ5hBcveHdW+MUJioO9rU7MCOYLh1uA==
|
|
1528
1528
|
dependencies:
|
|
1529
|
-
"@salesforce/core" "^9.
|
|
1529
|
+
"@salesforce/core" "^9.1.4"
|
|
1530
1530
|
"@salesforce/kit" "^4.0.0"
|
|
1531
1531
|
"@salesforce/ts-types" "^3.0.0"
|
|
1532
1532
|
"@salesforce/types" "^1.6.0"
|
|
@@ -4943,10 +4943,10 @@ isexe@^2.0.0:
|
|
|
4943
4943
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
4944
4944
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
4945
4945
|
|
|
4946
|
-
isomorphic-git@1.41.
|
|
4947
|
-
version "1.41.
|
|
4948
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.
|
|
4949
|
-
integrity sha512-
|
|
4946
|
+
isomorphic-git@1.41.7, isomorphic-git@^1.34.2:
|
|
4947
|
+
version "1.41.7"
|
|
4948
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.7.tgz#223a8d55ce3844c96093feb2b13d9fea234a0efd"
|
|
4949
|
+
integrity sha512-ZCyMNg0eLUmuhGXdVQFi56fM93kwIqqlUSVnWbgzf1oDYidrQbWfrf+hEvn2E8xyo191zRPQyDCIlwg6YJ6isQ==
|
|
4950
4950
|
dependencies:
|
|
4951
4951
|
async-lock "^1.4.1"
|
|
4952
4952
|
clean-git-ref "^2.0.1"
|
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.17",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@salesforce/core": "^9.1.1",
|
|
12
12
|
"@salesforce/kit": "^4.0.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "13.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
15
15
|
"@salesforce/source-tracking": "8.1.0",
|
|
16
16
|
"@salesforce/ts-types": "^3.0.1",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.11.0",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.41.
|
|
21
|
+
"isomorphic-git": "1.41.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|