@jayree/sfdx-plugin-manifest 4.0.46 → 4.0.47
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.47](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.46...4.0.47) (2025-07-31)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.11 to 1.2.12 ([#1883](https://github.com/jayree/sfdx-plugin-manifest/issues/1883)) ([24c8249](https://github.com/jayree/sfdx-plugin-manifest/commit/24c82493bd15ca13aa6031252562a7e9e1e75c31))
|
7
|
+
* **deps:** bump marked from 16.0.0 to 16.1.1 ([#720](https://github.com/jayree/changelog/issues/720)) ([507d3cb](https://github.com/jayree/changelog/commit/507d3cbd6baa58e3add7f4c704d627dcc74d1dca))
|
8
|
+
|
1
9
|
## [4.0.46](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.45...4.0.46) (2025-07-31)
|
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.47/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.47/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.47/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.47",
|
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.47",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.12",
|
13
13
|
"@oclif/core": "^4.5.0",
|
14
14
|
"@salesforce/core": "^8.18.5",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
@@ -3104,14 +3104,14 @@
|
|
3104
3104
|
}
|
3105
3105
|
},
|
3106
3106
|
"node_modules/@jayree/changelog": {
|
3107
|
-
"version": "1.2.
|
3108
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3109
|
-
"integrity": "sha512-
|
3107
|
+
"version": "1.2.12",
|
3108
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.12.tgz",
|
3109
|
+
"integrity": "sha512-b/mVDIpGn6UtLcWuk18PB6LimD/lapZ/vkvgz0Sse+vGq+3CoyQ2yNgQVN0X6pAToPJ48BJGX0WIUx499Xc5qg==",
|
3110
3110
|
"license": "BSD-3-Clause",
|
3111
3111
|
"dependencies": {
|
3112
3112
|
"debug": "^4.4.1",
|
3113
3113
|
"fs-extra": "^11.3.0",
|
3114
|
-
"marked": "^16.
|
3114
|
+
"marked": "^16.1.1",
|
3115
3115
|
"marked-terminal": "^7.3.0",
|
3116
3116
|
"semver": "^7.7.2",
|
3117
3117
|
"semver-compare": "^1.0.0"
|
@@ -13641,9 +13641,9 @@
|
|
13641
13641
|
}
|
13642
13642
|
},
|
13643
13643
|
"node_modules/marked": {
|
13644
|
-
"version": "16.
|
13645
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.
|
13646
|
-
"integrity": "sha512-
|
13644
|
+
"version": "16.1.1",
|
13645
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.1.tgz",
|
13646
|
+
"integrity": "sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==",
|
13647
13647
|
"license": "MIT",
|
13648
13648
|
"bin": {
|
13649
13649
|
"marked": "bin/marked.js"
|
package/oclif.lock
CHANGED
@@ -1369,14 +1369,14 @@
|
|
1369
1369
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1370
1370
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1371
1371
|
|
1372
|
-
"@jayree/changelog@^1.2.
|
1373
|
-
version "1.2.
|
1374
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
1375
|
-
integrity sha512-
|
1372
|
+
"@jayree/changelog@^1.2.12":
|
1373
|
+
version "1.2.12"
|
1374
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.12.tgz#b8e9fdd6df3b3bbdfd359db3bd95955e83fee10a"
|
1375
|
+
integrity sha512-b/mVDIpGn6UtLcWuk18PB6LimD/lapZ/vkvgz0Sse+vGq+3CoyQ2yNgQVN0X6pAToPJ48BJGX0WIUx499Xc5qg==
|
1376
1376
|
dependencies:
|
1377
1377
|
debug "^4.4.1"
|
1378
1378
|
fs-extra "^11.3.0"
|
1379
|
-
marked "^16.
|
1379
|
+
marked "^16.1.1"
|
1380
1380
|
marked-terminal "^7.3.0"
|
1381
1381
|
semver "^7.7.2"
|
1382
1382
|
semver-compare "^1.0.0"
|
@@ -6930,10 +6930,10 @@ marked@^13.0.0:
|
|
6930
6930
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
6931
6931
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
6932
6932
|
|
6933
|
-
marked@^16.
|
6934
|
-
version "16.
|
6935
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-16.
|
6936
|
-
integrity sha512-
|
6933
|
+
marked@^16.1.1:
|
6934
|
+
version "16.1.1"
|
6935
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.1.1.tgz#a7839dcf19fa5e349cad12c561f231320690acd4"
|
6936
|
+
integrity sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==
|
6937
6937
|
|
6938
6938
|
math-intrinsics@^1.1.0:
|
6939
6939
|
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.47",
|
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.12",
|
10
10
|
"@oclif/core": "^4.5.0",
|
11
11
|
"@salesforce/core": "^8.18.5",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|