@jayree/sfdx-plugin-manifest 4.0.34 → 4.0.36
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 +16 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +19 -19
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
## [4.0.36](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.35...4.0.36) (2025-07-12)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1852](https://github.com/jayree/sfdx-plugin-manifest/issues/1852)) ([836980c](https://github.com/jayree/sfdx-plugin-manifest/commit/836980c409a93bb118271440f429eec13739e0e4))
|
7
|
+
* add externalstorageprvdconfig to metadata registry ([#1581](https://github.com/forcedotcom/source-deploy-retrieve/issues/1581)) ([ab25cf1](https://github.com/forcedotcom/source-deploy-retrieve/commit/ab25cf14bab0de27ce9659438bd23e28b6b803a8))
|
8
|
+
|
9
|
+
## [4.0.35](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.34...4.0.35) (2025-07-06)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **deps:** bump @jayree/changelog from 1.2.10 to 1.2.11 ([#1847](https://github.com/jayree/sfdx-plugin-manifest/issues/1847)) ([1f62b94](https://github.com/jayree/sfdx-plugin-manifest/commit/1f62b943c28cabc54aa32fad9080dad83bc60f30))
|
15
|
+
* **deps:** bump marked from 15.0.12 to 16.0.0 ([6235c07](https://github.com/jayree/changelog/commit/6235c070ac7a9ef069d8102d75b9034e26b55b4b))
|
16
|
+
|
1
17
|
## [4.0.34](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.33...4.0.34) (2025-07-06)
|
2
18
|
|
3
19
|
|
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.36/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.36/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.36/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.36",
|
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.36",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.11",
|
13
13
|
"@oclif/core": "^4.4.1",
|
14
14
|
"@salesforce/core": "^8.15.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.21.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.21.1",
|
18
18
|
"@salesforce/source-tracking": "7.4.7",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.32.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
28
28
|
"@oclif/plugin-help": "^6.2.30",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^11.0.2",
|
@@ -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.11",
|
3130
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.11.tgz",
|
3131
|
+
"integrity": "sha512-T3UmRnXuNL2V0td1R9FUfKf8wyheFySM3jJKALLwPdqkMzZXKOjzHMERORE5IGz08sDAGN4FyBlBDwUQI4XhtA==",
|
3132
3132
|
"license": "BSD-3-Clause",
|
3133
3133
|
"dependencies": {
|
3134
3134
|
"debug": "^4.4.1",
|
3135
3135
|
"fs-extra": "^11.3.0",
|
3136
|
-
"marked": "^
|
3136
|
+
"marked": "^16.0.0",
|
3137
3137
|
"marked-terminal": "^7.3.0",
|
3138
3138
|
"semver": "^7.7.2",
|
3139
3139
|
"semver-compare": "^1.0.0"
|
@@ -3381,9 +3381,9 @@
|
|
3381
3381
|
}
|
3382
3382
|
},
|
3383
3383
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3384
|
-
"version": "5.3.
|
3385
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
3386
|
-
"integrity": "sha512-
|
3384
|
+
"version": "5.3.3",
|
3385
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz",
|
3386
|
+
"integrity": "sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==",
|
3387
3387
|
"dev": true,
|
3388
3388
|
"license": "MIT",
|
3389
3389
|
"dependencies": {
|
@@ -4097,9 +4097,9 @@
|
|
4097
4097
|
}
|
4098
4098
|
},
|
4099
4099
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
4100
|
-
"version": "12.21.
|
4101
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.
|
4102
|
-
"integrity": "sha512-
|
4100
|
+
"version": "12.21.1",
|
4101
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz",
|
4102
|
+
"integrity": "sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==",
|
4103
4103
|
"license": "Apache-2.0",
|
4104
4104
|
"dependencies": {
|
4105
4105
|
"@salesforce/core": "^8.12.0",
|
@@ -13766,15 +13766,15 @@
|
|
13766
13766
|
}
|
13767
13767
|
},
|
13768
13768
|
"node_modules/marked": {
|
13769
|
-
"version": "
|
13770
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
13771
|
-
"integrity": "sha512-
|
13769
|
+
"version": "16.0.0",
|
13770
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz",
|
13771
|
+
"integrity": "sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==",
|
13772
13772
|
"license": "MIT",
|
13773
13773
|
"bin": {
|
13774
13774
|
"marked": "bin/marked.js"
|
13775
13775
|
},
|
13776
13776
|
"engines": {
|
13777
|
-
"node": ">=
|
13777
|
+
"node": ">= 20"
|
13778
13778
|
}
|
13779
13779
|
},
|
13780
13780
|
"node_modules/marked-terminal": {
|
package/oclif.lock
CHANGED
@@ -1368,14 +1368,14 @@
|
|
1368
1368
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1369
1369
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1370
1370
|
|
1371
|
-
"@jayree/changelog@^1.2.
|
1372
|
-
version "1.2.
|
1373
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
1374
|
-
integrity sha512-
|
1371
|
+
"@jayree/changelog@^1.2.11":
|
1372
|
+
version "1.2.11"
|
1373
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.11.tgz#34d6dbb8c9bd24b1d68c9bd490f7e9e7685012db"
|
1374
|
+
integrity sha512-T3UmRnXuNL2V0td1R9FUfKf8wyheFySM3jJKALLwPdqkMzZXKOjzHMERORE5IGz08sDAGN4FyBlBDwUQI4XhtA==
|
1375
1375
|
dependencies:
|
1376
1376
|
debug "^4.4.1"
|
1377
1377
|
fs-extra "^11.3.0"
|
1378
|
-
marked "^
|
1378
|
+
marked "^16.0.0"
|
1379
1379
|
marked-terminal "^7.3.0"
|
1380
1380
|
semver "^7.7.2"
|
1381
1381
|
semver-compare "^1.0.0"
|
@@ -1495,10 +1495,10 @@
|
|
1495
1495
|
wordwrap "^1.0.0"
|
1496
1496
|
wrap-ansi "^7.0.0"
|
1497
1497
|
|
1498
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
1499
|
-
version "5.3.
|
1500
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
1501
|
-
integrity sha512-
|
1498
|
+
"@oclif/plugin-command-snapshot@^5.3.3":
|
1499
|
+
version "5.3.3"
|
1500
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz#0b38547739e6f5481b3a11a3de47a841353a23ca"
|
1501
|
+
integrity sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==
|
1502
1502
|
dependencies:
|
1503
1503
|
"@oclif/core" "^4"
|
1504
1504
|
ansis "^3.17.0"
|
@@ -1700,10 +1700,10 @@
|
|
1700
1700
|
cli-progress "^3.12.0"
|
1701
1701
|
terminal-link "^3.0.0"
|
1702
1702
|
|
1703
|
-
"@salesforce/source-deploy-retrieve@12.21.
|
1704
|
-
version "12.21.
|
1705
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.
|
1706
|
-
integrity sha512-
|
1703
|
+
"@salesforce/source-deploy-retrieve@12.21.1", "@salesforce/source-deploy-retrieve@^12.20.1":
|
1704
|
+
version "12.21.1"
|
1705
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz#081ea10b86b1af3c222d9dea3ac3774bdb477954"
|
1706
|
+
integrity sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==
|
1707
1707
|
dependencies:
|
1708
1708
|
"@salesforce/core" "^8.12.0"
|
1709
1709
|
"@salesforce/kit" "^3.2.3"
|
@@ -6934,10 +6934,10 @@ marked@^13.0.0:
|
|
6934
6934
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
6935
6935
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
6936
6936
|
|
6937
|
-
marked@^
|
6938
|
-
version "
|
6939
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-
|
6940
|
-
integrity sha512-
|
6937
|
+
marked@^16.0.0:
|
6938
|
+
version "16.0.0"
|
6939
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.0.0.tgz#0c48e79782f26224f8ce34878644d8c320ad599f"
|
6940
|
+
integrity sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==
|
6941
6941
|
|
6942
6942
|
math-intrinsics@^1.1.0:
|
6943
6943
|
version "1.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
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.36",
|
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.11",
|
10
10
|
"@oclif/core": "^4.4.1",
|
11
11
|
"@salesforce/core": "^8.15.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.21.
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.21.1",
|
15
15
|
"@salesforce/source-tracking": "7.4.7",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"isomorphic-git": "1.32.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
25
25
|
"@oclif/plugin-help": "^6.2.30",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^11.0.2",
|