@jayree/sfdx-plugin-manifest 6.0.4 → 6.0.6
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 +15 -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,18 @@
|
|
|
1
|
+
## [6.0.6](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.5...6.0.6) (2026-08-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump github/codeql-action from 4.37.3 to 4.37.6 ([#2367](https://github.com/jayree/sfdx-plugin-manifest/issues/2367)) ([c51e95b](https://github.com/jayree/sfdx-plugin-manifest/commit/c51e95b6bad0a59920710f0167d369a797b3d8b0))
|
|
7
|
+
|
|
8
|
+
## [6.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.4...6.0.5) (2026-08-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @oclif/core from 4.13.2 to 4.13.3 ([#2365](https://github.com/jayree/sfdx-plugin-manifest/issues/2365)) ([9ef083b](https://github.com/jayree/sfdx-plugin-manifest/commit/9ef083b6db92e222f4f115e7683eb41ae5fbdf8c))
|
|
14
|
+
* **deps:** bump ip-address from 10.2.0 to 10.4.0 ([e13240b](https://github.com/oclif/core/commit/e13240be167ccca8db3bcfb861629e018f50a776))
|
|
15
|
+
|
|
1
16
|
## [6.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.3...6.0.4) (2026-08-07)
|
|
2
17
|
|
|
3
18
|
|
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.6/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.6/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.6/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6",
|
|
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.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
13
|
-
"@oclif/core": "^4.13.
|
|
13
|
+
"@oclif/core": "^4.13.3",
|
|
14
14
|
"@salesforce/core": "^9.1.0",
|
|
15
15
|
"@salesforce/kit": "^4.0.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"isomorphic-git": "1.40.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.34",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.64",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -2692,9 +2692,9 @@
|
|
|
2692
2692
|
}
|
|
2693
2693
|
},
|
|
2694
2694
|
"node_modules/@oclif/core": {
|
|
2695
|
-
"version": "4.13.
|
|
2696
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.
|
|
2697
|
-
"integrity": "sha512-
|
|
2695
|
+
"version": "4.13.3",
|
|
2696
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
|
|
2697
|
+
"integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
|
|
2698
2698
|
"license": "MIT",
|
|
2699
2699
|
"dependencies": {
|
|
2700
2700
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2804,9 +2804,9 @@
|
|
|
2804
2804
|
}
|
|
2805
2805
|
},
|
|
2806
2806
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2807
|
-
"version": "5.3.
|
|
2808
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
2809
|
-
"integrity": "sha512-
|
|
2807
|
+
"version": "5.3.34",
|
|
2808
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.34.tgz",
|
|
2809
|
+
"integrity": "sha512-CGIzTASwghLeCL3bn2liBkAA9Ij5U3OE9+c83WEnCxjgbFYoDIsurYvTxeP68tSqVU4mA34H5HjOpS/lDehutQ==",
|
|
2810
2810
|
"dev": true,
|
|
2811
2811
|
"license": "MIT",
|
|
2812
2812
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1170,10 +1170,10 @@
|
|
|
1170
1170
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1171
1171
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1172
1172
|
|
|
1173
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.
|
|
1174
|
-
version "4.13.
|
|
1175
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.
|
|
1176
|
-
integrity sha512-
|
|
1173
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.3":
|
|
1174
|
+
version "4.13.3"
|
|
1175
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.3.tgz#856aa8c48d65e711574dca2955eb0b29d86c1a74"
|
|
1176
|
+
integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
|
|
1177
1177
|
dependencies:
|
|
1178
1178
|
ansi-escapes "^4.3.2"
|
|
1179
1179
|
ansis "^3.17.0"
|
|
@@ -1194,10 +1194,10 @@
|
|
|
1194
1194
|
wordwrap "^1.0.0"
|
|
1195
1195
|
wrap-ansi "^7.0.0"
|
|
1196
1196
|
|
|
1197
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1198
|
-
version "5.3.
|
|
1199
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1200
|
-
integrity sha512-
|
|
1197
|
+
"@oclif/plugin-command-snapshot@^5.3.34":
|
|
1198
|
+
version "5.3.34"
|
|
1199
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.34.tgz#bc072b4da67cdd7a8c33b22368dc3cbb8df3e75d"
|
|
1200
|
+
integrity sha512-CGIzTASwghLeCL3bn2liBkAA9Ij5U3OE9+c83WEnCxjgbFYoDIsurYvTxeP68tSqVU4mA34H5HjOpS/lDehutQ==
|
|
1201
1201
|
dependencies:
|
|
1202
1202
|
"@oclif/core" "^4"
|
|
1203
1203
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.6",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.2.39",
|
|
10
|
-
"@oclif/core": "^4.13.
|
|
10
|
+
"@oclif/core": "^4.13.3",
|
|
11
11
|
"@salesforce/core": "^9.1.0",
|
|
12
12
|
"@salesforce/kit": "^4.0.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"isomorphic-git": "1.40.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.34",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.64",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|