@jayree/sfdx-plugin-manifest 4.0.67 → 4.0.68
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.68](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.67...4.0.68) (2025-09-05)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.15 to 1.2.16 ([#1920](https://github.com/jayree/sfdx-plugin-manifest/issues/1920)) ([b20fac3](https://github.com/jayree/sfdx-plugin-manifest/commit/b20fac3ddab352386f8080f89f2caadb45b1a681))
|
7
|
+
* **deps:** bump marked from 16.2.0 to 16.2.1 ([#758](https://github.com/jayree/changelog/issues/758)) ([0ac48f0](https://github.com/jayree/changelog/commit/0ac48f0115066a8617c132becf7a69df4b725b1a))
|
8
|
+
|
1
9
|
## [4.0.67](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.66...4.0.67) (2025-09-05)
|
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.68/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.68/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.68/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.68",
|
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.68",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.16",
|
13
13
|
"@oclif/core": "^4.5.2",
|
14
14
|
"@salesforce/core": "^8.23.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
@@ -3126,14 +3126,14 @@
|
|
3126
3126
|
}
|
3127
3127
|
},
|
3128
3128
|
"node_modules/@jayree/changelog": {
|
3129
|
-
"version": "1.2.
|
3130
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3131
|
-
"integrity": "sha512-
|
3129
|
+
"version": "1.2.16",
|
3130
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.16.tgz",
|
3131
|
+
"integrity": "sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==",
|
3132
3132
|
"license": "BSD-3-Clause",
|
3133
3133
|
"dependencies": {
|
3134
3134
|
"debug": "^4.4.1",
|
3135
3135
|
"fs-extra": "^11.3.1",
|
3136
|
-
"marked": "^16.2.
|
3136
|
+
"marked": "^16.2.1",
|
3137
3137
|
"marked-terminal": "^7.3.0",
|
3138
3138
|
"semver": "^7.7.2",
|
3139
3139
|
"semver-compare": "^1.0.0"
|
@@ -14301,9 +14301,9 @@
|
|
14301
14301
|
}
|
14302
14302
|
},
|
14303
14303
|
"node_modules/marked": {
|
14304
|
-
"version": "16.2.
|
14305
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.
|
14306
|
-
"integrity": "sha512-
|
14304
|
+
"version": "16.2.1",
|
14305
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz",
|
14306
|
+
"integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==",
|
14307
14307
|
"license": "MIT",
|
14308
14308
|
"bin": {
|
14309
14309
|
"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.16":
|
1381
|
+
version "1.2.16"
|
1382
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.16.tgz#7bec04f8bab6349a27cc49934f68025b606c9042"
|
1383
|
+
integrity sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==
|
1384
1384
|
dependencies:
|
1385
1385
|
debug "^4.4.1"
|
1386
1386
|
fs-extra "^11.3.1"
|
1387
|
-
marked "^16.2.
|
1387
|
+
marked "^16.2.1"
|
1388
1388
|
marked-terminal "^7.3.0"
|
1389
1389
|
semver "^7.7.2"
|
1390
1390
|
semver-compare "^1.0.0"
|
@@ -7056,10 +7056,10 @@ marked@^13.0.0:
|
|
7056
7056
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
7057
7057
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
7058
7058
|
|
7059
|
-
marked@^16.2.
|
7060
|
-
version "16.2.
|
7061
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-16.2.
|
7062
|
-
integrity sha512-
|
7059
|
+
marked@^16.2.1:
|
7060
|
+
version "16.2.1"
|
7061
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.2.1.tgz#f4b82ffa8e6201bafebc59249492b88b2dcc949f"
|
7062
|
+
integrity sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==
|
7063
7063
|
|
7064
7064
|
math-intrinsics@^1.1.0:
|
7065
7065
|
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.68",
|
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.16",
|
10
10
|
"@oclif/core": "^4.5.2",
|
11
11
|
"@salesforce/core": "^8.23.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|