@jayree/sfdx-plugin-manifest 6.0.8 → 6.0.10
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [6.0.10](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.9...6.0.10) (2026-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 13.0.1 to 13.1.1 ([#2376](https://github.com/jayree/sfdx-plugin-manifest/issues/2376)) ([4cc5238](https://github.com/jayree/sfdx-plugin-manifest/commit/4cc5238aa718dd66f6db7ec0f6e6eeb8e5bb727c))
|
|
7
|
+
* add AiAgentDefinition and AiAgentDefinitionVersion metadata types @W-23818734@ ([#1819](https://github.com/forcedotcom/source-deploy-retrieve/issues/1819)) ([24f738c](https://github.com/forcedotcom/source-deploy-retrieve/commit/24f738cd721b26b28fdb03ff63379741349fb64d))
|
|
8
|
+
* resolved TOCTOU attack (W-23808206) ([#1820](https://github.com/forcedotcom/source-deploy-retrieve/issues/1820)) ([ce7e89a](https://github.com/forcedotcom/source-deploy-retrieve/commit/ce7e89a31a72a718513912559b64c6224c82b684))
|
|
9
|
+
|
|
10
|
+
## [6.0.9](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.8...6.0.9) (2026-08-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump isomorphic-git from 1.41.3 to 1.41.4 ([#2377](https://github.com/jayree/sfdx-plugin-manifest/issues/2377)) ([f3056b7](https://github.com/jayree/sfdx-plugin-manifest/commit/f3056b720f48adef6d5ad5a71fc192d1de644794))
|
|
16
|
+
* restore checkout filepaths from the index ([#2409](https://github.com/isomorphic-git/isomorphic-git/issues/2409)) ([25dc739](https://github.com/isomorphic-git/isomorphic-git/commit/25dc739c32277992506a594114b20fb112db3b90))
|
|
17
|
+
|
|
1
18
|
## [6.0.8](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.7...6.0.8) (2026-08-14)
|
|
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.10/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.10/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.10/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.10",
|
|
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.10",
|
|
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.0",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "13.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "13.1.1",
|
|
18
18
|
"@salesforce/source-tracking": "8.0.0",
|
|
19
19
|
"@salesforce/ts-types": "^3.0.1",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.10.1",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.41.
|
|
24
|
+
"isomorphic-git": "1.41.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|
|
@@ -3827,9 +3827,9 @@
|
|
|
3827
3827
|
}
|
|
3828
3828
|
},
|
|
3829
3829
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
3830
|
-
"version": "13.
|
|
3831
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
3832
|
-
"integrity": "sha512-
|
|
3830
|
+
"version": "13.1.1",
|
|
3831
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz",
|
|
3832
|
+
"integrity": "sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==",
|
|
3833
3833
|
"license": "Apache-2.0",
|
|
3834
3834
|
"dependencies": {
|
|
3835
3835
|
"@salesforce/core": "^9.0.0",
|
|
@@ -9547,9 +9547,9 @@
|
|
|
9547
9547
|
"license": "ISC"
|
|
9548
9548
|
},
|
|
9549
9549
|
"node_modules/isomorphic-git": {
|
|
9550
|
-
"version": "1.41.
|
|
9551
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.
|
|
9552
|
-
"integrity": "sha512-
|
|
9550
|
+
"version": "1.41.4",
|
|
9551
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.4.tgz",
|
|
9552
|
+
"integrity": "sha512-XfZteQRhteAdzOlKcWAeC+Zkx0ZtAh0yIO0EyURAO+mDcIBg5kzKg4UtnYE7GcmKB6qFZc0zMCXdgod/cQXVXw==",
|
|
9553
9553
|
"license": "MIT",
|
|
9554
9554
|
"dependencies": {
|
|
9555
9555
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1506,10 +1506,10 @@
|
|
|
1506
1506
|
cli-progress "^3.12.0"
|
|
1507
1507
|
terminal-link "^3.0.0"
|
|
1508
1508
|
|
|
1509
|
-
"@salesforce/source-deploy-retrieve@13.
|
|
1510
|
-
version "13.
|
|
1511
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
1512
|
-
integrity sha512-
|
|
1509
|
+
"@salesforce/source-deploy-retrieve@13.1.1", "@salesforce/source-deploy-retrieve@^13.0.0":
|
|
1510
|
+
version "13.1.1"
|
|
1511
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.1.1.tgz#1f23b52f1630143b9b5770b55f5d65cef35279d1"
|
|
1512
|
+
integrity sha512-MjA3sJrjUBIK948x+frmc+/s/Pzc/sakvilBsxXbg5ITXexcmDi25nWM1h90RXdLwS3ejT7GIZCwxlzrnDzugw==
|
|
1513
1513
|
dependencies:
|
|
1514
1514
|
"@salesforce/core" "^9.0.0"
|
|
1515
1515
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -4904,10 +4904,10 @@ isexe@^2.0.0:
|
|
|
4904
4904
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
4905
4905
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
4906
4906
|
|
|
4907
|
-
isomorphic-git@1.41.
|
|
4908
|
-
version "1.41.
|
|
4909
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.
|
|
4910
|
-
integrity sha512-
|
|
4907
|
+
isomorphic-git@1.41.4, isomorphic-git@^1.34.2:
|
|
4908
|
+
version "1.41.4"
|
|
4909
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.4.tgz#5a36e2358ccf9a1b5b4eb1fd7554383c419b9877"
|
|
4910
|
+
integrity sha512-XfZteQRhteAdzOlKcWAeC+Zkx0ZtAh0yIO0EyURAO+mDcIBg5kzKg4UtnYE7GcmKB6qFZc0zMCXdgod/cQXVXw==
|
|
4911
4911
|
dependencies:
|
|
4912
4912
|
async-lock "^1.4.1"
|
|
4913
4913
|
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.10",
|
|
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.0",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "13.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "13.1.1",
|
|
15
15
|
"@salesforce/source-tracking": "8.0.0",
|
|
16
16
|
"@salesforce/ts-types": "^3.0.1",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.10.1",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.41.
|
|
21
|
+
"isomorphic-git": "1.41.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|