@jayree/sfdx-plugin-manifest 4.0.57 → 4.0.58
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [4.0.58](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.57...4.0.58) (2025-08-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.14 to 1.2.15 ([#1904](https://github.com/jayree/sfdx-plugin-manifest/issues/1904)) ([283eec1](https://github.com/jayree/sfdx-plugin-manifest/commit/283eec1c6711ed253eac78b6d58f6e69b4fb8a28))
|
7
|
+
* **deps:** bump marked from 16.1.2 to 16.2.0 ([#755](https://github.com/jayree/changelog/issues/755)) ([7275d9e](https://github.com/jayree/changelog/commit/7275d9e148ea24becea525e730962c2684ffdb38))
|
8
|
+
|
1
9
|
## [4.0.57](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.56...4.0.57) (2025-08-22)
|
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.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.58/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.58/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.58/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.58",
|
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.58",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.15",
|
13
13
|
"@oclif/core": "^4.5.2",
|
14
14
|
"@salesforce/core": "^8.19.1",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
@@ -3167,14 +3167,14 @@
|
|
3167
3167
|
}
|
3168
3168
|
},
|
3169
3169
|
"node_modules/@jayree/changelog": {
|
3170
|
-
"version": "1.2.
|
3171
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3172
|
-
"integrity": "sha512-
|
3170
|
+
"version": "1.2.15",
|
3171
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.15.tgz",
|
3172
|
+
"integrity": "sha512-CDsn13yKM4mf/yi/pJidpiQn3p4i92mpyESfxoHC3jQscERdppVzuhbz3kUDqJwfUq/As7sNVglgzp01ZS4zRQ==",
|
3173
3173
|
"license": "BSD-3-Clause",
|
3174
3174
|
"dependencies": {
|
3175
3175
|
"debug": "^4.4.1",
|
3176
3176
|
"fs-extra": "^11.3.1",
|
3177
|
-
"marked": "^16.
|
3177
|
+
"marked": "^16.2.0",
|
3178
3178
|
"marked-terminal": "^7.3.0",
|
3179
3179
|
"semver": "^7.7.2",
|
3180
3180
|
"semver-compare": "^1.0.0"
|
@@ -14112,9 +14112,9 @@
|
|
14112
14112
|
}
|
14113
14113
|
},
|
14114
14114
|
"node_modules/marked": {
|
14115
|
-
"version": "16.
|
14116
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.
|
14117
|
-
"integrity": "sha512-
|
14115
|
+
"version": "16.2.0",
|
14116
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.0.tgz",
|
14117
|
+
"integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==",
|
14118
14118
|
"license": "MIT",
|
14119
14119
|
"bin": {
|
14120
14120
|
"marked": "bin/marked.js"
|
package/oclif.lock
CHANGED
@@ -1377,14 +1377,14 @@
|
|
1377
1377
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1378
1378
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1379
1379
|
|
1380
|
-
"@jayree/changelog@^1.2.
|
1381
|
-
version "1.2.
|
1382
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
1383
|
-
integrity sha512-
|
1380
|
+
"@jayree/changelog@^1.2.15":
|
1381
|
+
version "1.2.15"
|
1382
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.15.tgz#57110c6a60a4278e5aac69bf85d872b7d9e0f8dc"
|
1383
|
+
integrity sha512-CDsn13yKM4mf/yi/pJidpiQn3p4i92mpyESfxoHC3jQscERdppVzuhbz3kUDqJwfUq/As7sNVglgzp01ZS4zRQ==
|
1384
1384
|
dependencies:
|
1385
1385
|
debug "^4.4.1"
|
1386
1386
|
fs-extra "^11.3.1"
|
1387
|
-
marked "^16.
|
1387
|
+
marked "^16.2.0"
|
1388
1388
|
marked-terminal "^7.3.0"
|
1389
1389
|
semver "^7.7.2"
|
1390
1390
|
semver-compare "^1.0.0"
|
@@ -7041,10 +7041,10 @@ marked@^13.0.0:
|
|
7041
7041
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
7042
7042
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
7043
7043
|
|
7044
|
-
marked@^16.
|
7045
|
-
version "16.
|
7046
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-16.
|
7047
|
-
integrity sha512-
|
7044
|
+
marked@^16.2.0:
|
7045
|
+
version "16.2.0"
|
7046
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.2.0.tgz#c407a4f7ed3acc1110812525cfd1b0ed8502792c"
|
7047
|
+
integrity sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==
|
7048
7048
|
|
7049
7049
|
math-intrinsics@^1.1.0:
|
7050
7050
|
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.58",
|
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.15",
|
10
10
|
"@oclif/core": "^4.5.2",
|
11
11
|
"@salesforce/core": "^8.19.1",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|