@jayree/sfdx-plugin-manifest 4.0.102 → 4.0.103
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 +11 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [4.0.103](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.102...4.0.103) (2025-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.19 to 1.2.20 ([#2015](https://github.com/jayree/sfdx-plugin-manifest/issues/2015)) ([d9ba9e6](https://github.com/jayree/sfdx-plugin-manifest/commit/d9ba9e6a2527edb9a366f266023730b7011e0b93))
|
|
7
|
+
* **deps:** bump js-yaml from 4.1.0 to 4.1.1 ([#841](https://github.com/jayree/changelog/issues/841)) ([696db4c](https://github.com/jayree/changelog/commit/696db4cc7062a2a1c332775710ba8b7eb9932591))
|
|
8
|
+
* **deps:** bump marked from 16.4.1 to 17.0.0 ([#839](https://github.com/jayree/changelog/issues/839)) ([0190356](https://github.com/jayree/changelog/commit/019035667b93ae8fba5e44b3f51b9f3044690e8d))
|
|
9
|
+
* **deps:** bump fast-xml-parser from 5.3.1 to 5.3.2 ([#2016](https://github.com/jayree/sfdx-plugin-manifest/issues/2016)) ([49af389](https://github.com/jayree/sfdx-plugin-manifest/commit/49af3896473980cd0f3f6af9b7df11c10fcc1eda))
|
|
10
|
+
* fix for import statement for v6
|
|
11
|
+
|
|
1
12
|
## [4.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.101...4.0.102) (2025-11-22)
|
|
2
13
|
|
|
3
14
|
|
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.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.103/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.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.103/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.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.103/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.103",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.103",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.20",
|
|
13
13
|
"@oclif/core": "^4.8.0",
|
|
14
14
|
"@salesforce/core": "^8.23.4",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.6.0",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
|
-
"fast-xml-parser": "^5.3.
|
|
21
|
+
"fast-xml-parser": "^5.3.2",
|
|
22
22
|
"fs-extra": "^11.3.2",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.35.1"
|
|
@@ -3169,14 +3169,14 @@
|
|
|
3169
3169
|
}
|
|
3170
3170
|
},
|
|
3171
3171
|
"node_modules/@jayree/changelog": {
|
|
3172
|
-
"version": "1.2.
|
|
3173
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
3174
|
-
"integrity": "sha512-
|
|
3172
|
+
"version": "1.2.20",
|
|
3173
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.20.tgz",
|
|
3174
|
+
"integrity": "sha512-P7zKFOJqNG4OijevuGVqMIzLRaCBz+xHc/RMjR7PP15zmMNoV2rv5PaxmTNC3skw1IO5M0UFcllhW+/7eGbQXQ==",
|
|
3175
3175
|
"license": "BSD-3-Clause",
|
|
3176
3176
|
"dependencies": {
|
|
3177
3177
|
"debug": "^4.4.1",
|
|
3178
3178
|
"fs-extra": "^11.3.2",
|
|
3179
|
-
"marked": "^
|
|
3179
|
+
"marked": "^17.0.0",
|
|
3180
3180
|
"marked-terminal": "^7.3.0",
|
|
3181
3181
|
"semver": "^7.7.2",
|
|
3182
3182
|
"semver-compare": "^1.0.0"
|
|
@@ -11269,9 +11269,9 @@
|
|
|
11269
11269
|
"license": "BSD-3-Clause"
|
|
11270
11270
|
},
|
|
11271
11271
|
"node_modules/fast-xml-parser": {
|
|
11272
|
-
"version": "5.3.
|
|
11273
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
11274
|
-
"integrity": "sha512-
|
|
11272
|
+
"version": "5.3.2",
|
|
11273
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
|
|
11274
|
+
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
|
|
11275
11275
|
"funding": [
|
|
11276
11276
|
{
|
|
11277
11277
|
"type": "github",
|
|
@@ -14365,9 +14365,9 @@
|
|
|
14365
14365
|
}
|
|
14366
14366
|
},
|
|
14367
14367
|
"node_modules/marked": {
|
|
14368
|
-
"version": "
|
|
14369
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
|
14370
|
-
"integrity": "sha512-
|
|
14368
|
+
"version": "17.0.1",
|
|
14369
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz",
|
|
14370
|
+
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==",
|
|
14371
14371
|
"license": "MIT",
|
|
14372
14372
|
"peer": true,
|
|
14373
14373
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1395,14 +1395,14 @@
|
|
|
1395
1395
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1396
1396
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1397
1397
|
|
|
1398
|
-
"@jayree/changelog@^1.2.
|
|
1399
|
-
version "1.2.
|
|
1400
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1401
|
-
integrity sha512-
|
|
1398
|
+
"@jayree/changelog@^1.2.20":
|
|
1399
|
+
version "1.2.20"
|
|
1400
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.20.tgz#968424d93ecc82e35423d14f7b875e4fd475c92c"
|
|
1401
|
+
integrity sha512-P7zKFOJqNG4OijevuGVqMIzLRaCBz+xHc/RMjR7PP15zmMNoV2rv5PaxmTNC3skw1IO5M0UFcllhW+/7eGbQXQ==
|
|
1402
1402
|
dependencies:
|
|
1403
1403
|
debug "^4.4.1"
|
|
1404
1404
|
fs-extra "^11.3.2"
|
|
1405
|
-
marked "^
|
|
1405
|
+
marked "^17.0.0"
|
|
1406
1406
|
marked-terminal "^7.3.0"
|
|
1407
1407
|
semver "^7.7.2"
|
|
1408
1408
|
semver-compare "^1.0.0"
|
|
@@ -5269,10 +5269,10 @@ fast-xml-parser@^4.5.3:
|
|
|
5269
5269
|
dependencies:
|
|
5270
5270
|
strnum "^1.1.1"
|
|
5271
5271
|
|
|
5272
|
-
fast-xml-parser@^5.3.
|
|
5273
|
-
version "5.3.
|
|
5274
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
5275
|
-
integrity sha512-
|
|
5272
|
+
fast-xml-parser@^5.3.2:
|
|
5273
|
+
version "5.3.2"
|
|
5274
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz#78a51945fbf7312e1ff6726cb173f515b4ea11d8"
|
|
5275
|
+
integrity sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==
|
|
5276
5276
|
dependencies:
|
|
5277
5277
|
strnum "^2.1.0"
|
|
5278
5278
|
|
|
@@ -7073,10 +7073,10 @@ marked@^13.0.0:
|
|
|
7073
7073
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
|
7074
7074
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
|
7075
7075
|
|
|
7076
|
-
marked@^
|
|
7077
|
-
version "
|
|
7078
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-
|
|
7079
|
-
integrity sha512-
|
|
7076
|
+
marked@^17.0.0:
|
|
7077
|
+
version "17.0.1"
|
|
7078
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.1.tgz#9db34197ac145e5929572ee49ef701e37ee9b2e6"
|
|
7079
|
+
integrity sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==
|
|
7080
7080
|
|
|
7081
7081
|
math-intrinsics@^1.1.0:
|
|
7082
7082
|
version "1.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.
|
|
4
|
+
"version": "4.0.103",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.20",
|
|
10
10
|
"@oclif/core": "^4.8.0",
|
|
11
11
|
"@salesforce/core": "^8.23.4",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/source-tracking": "7.6.0",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.3.
|
|
18
|
+
"fast-xml-parser": "^5.3.2",
|
|
19
19
|
"fs-extra": "^11.3.2",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.35.1"
|