@jayree/sfdx-plugin-manifest 4.0.3 → 4.0.5
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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [4.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.4...4.0.5) (2025-05-16)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([#1782](https://github.com/jayree/sfdx-plugin-manifest/issues/1782)) ([8e84e79](https://github.com/jayree/sfdx-plugin-manifest/commit/8e84e796a63ce02866175e72777d93fb4eeb0437))
|
7
|
+
* pretty-print `MULTIPLE_API_ERROR` data ([#677](https://github.com/salesforcecli/sf-plugins-core/issues/677)) ([5d193cf](https://github.com/salesforcecli/sf-plugins-core/commit/5d193cf4a7aa59dac2506ea81f3d11dd9f93b6b4)), closes [#680](https://github.com/salesforcecli/sf-plugins-core/issues/680)
|
8
|
+
|
9
|
+
## [4.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.3...4.0.4) (2025-05-16)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **deps:** bump @salesforce/core from 8.10.3 to 8.11.0 ([#1781](https://github.com/jayree/sfdx-plugin-manifest/issues/1781)) ([3e8f71d](https://github.com/jayree/sfdx-plugin-manifest/commit/3e8f71dd1f48924c2ea4dfff60b277360e7409bd))
|
15
|
+
* add test for multiple tokens ([dfa31fa](https://github.com/forcedotcom/sfdx-core/commit/dfa31fad697865ed9abbd82f714fa3e4a276cde3))
|
16
|
+
* actionTokens print twice ([d3db445](https://github.com/forcedotcom/sfdx-core/commit/d3db445402ea7fd1aaced5589deed1c889c33b9c))
|
17
|
+
|
1
18
|
## [4.0.3](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.2...4.0.3) (2025-05-13)
|
2
19
|
|
3
20
|
|
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.5/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.5/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.5/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.5",
|
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.5",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.9",
|
13
13
|
"@oclif/core": "^4.3.0",
|
14
|
-
"@salesforce/core": "^8.
|
14
|
+
"@salesforce/core": "^8.11.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
16
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.19.6",
|
18
18
|
"@salesforce/source-tracking": "7.3.24",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
@@ -3672,9 +3672,9 @@
|
|
3672
3672
|
}
|
3673
3673
|
},
|
3674
3674
|
"node_modules/@salesforce/core": {
|
3675
|
-
"version": "8.
|
3676
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
3677
|
-
"integrity": "sha512-
|
3675
|
+
"version": "8.11.0",
|
3676
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
|
3677
|
+
"integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
|
3678
3678
|
"license": "BSD-3-Clause",
|
3679
3679
|
"dependencies": {
|
3680
3680
|
"@jsforce/jsforce-node": "^3.8.1",
|
@@ -3949,16 +3949,16 @@
|
|
3949
3949
|
"license": "ISC"
|
3950
3950
|
},
|
3951
3951
|
"node_modules/@salesforce/sf-plugins-core": {
|
3952
|
-
"version": "12.2.
|
3953
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
3954
|
-
"integrity": "sha512-
|
3952
|
+
"version": "12.2.2",
|
3953
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
|
3954
|
+
"integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
|
3955
3955
|
"license": "BSD-3-Clause",
|
3956
3956
|
"dependencies": {
|
3957
3957
|
"@inquirer/confirm": "^3.1.22",
|
3958
3958
|
"@inquirer/password": "^2.2.0",
|
3959
|
-
"@oclif/core": "^4.
|
3959
|
+
"@oclif/core": "^4.3.0",
|
3960
3960
|
"@oclif/table": "^0.4.6",
|
3961
|
-
"@salesforce/core": "^8.
|
3961
|
+
"@salesforce/core": "^8.10.0",
|
3962
3962
|
"@salesforce/kit": "^3.2.3",
|
3963
3963
|
"@salesforce/ts-types": "^2.0.12",
|
3964
3964
|
"ansis": "^3.3.2",
|
package/oclif.lock
CHANGED
@@ -1543,10 +1543,10 @@
|
|
1543
1543
|
strip-ansi "6.0.1"
|
1544
1544
|
ts-retry-promise "^0.8.1"
|
1545
1545
|
|
1546
|
-
"@salesforce/core@^8.10.
|
1547
|
-
version "8.
|
1548
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1549
|
-
integrity sha512-
|
1546
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.8.0", "@salesforce/core@^8.9.1":
|
1547
|
+
version "8.11.0"
|
1548
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
|
1549
|
+
integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
|
1550
1550
|
dependencies:
|
1551
1551
|
"@jsforce/jsforce-node" "^3.8.1"
|
1552
1552
|
"@salesforce/kit" "^3.2.2"
|
@@ -1621,16 +1621,16 @@
|
|
1621
1621
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
1622
1622
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
1623
1623
|
|
1624
|
-
"@salesforce/sf-plugins-core@^12.2.
|
1625
|
-
version "12.2.
|
1626
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
1627
|
-
integrity sha512-
|
1624
|
+
"@salesforce/sf-plugins-core@^12.2.2":
|
1625
|
+
version "12.2.2"
|
1626
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
|
1627
|
+
integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
|
1628
1628
|
dependencies:
|
1629
1629
|
"@inquirer/confirm" "^3.1.22"
|
1630
1630
|
"@inquirer/password" "^2.2.0"
|
1631
|
-
"@oclif/core" "^4.
|
1631
|
+
"@oclif/core" "^4.3.0"
|
1632
1632
|
"@oclif/table" "^0.4.6"
|
1633
|
-
"@salesforce/core" "^8.
|
1633
|
+
"@salesforce/core" "^8.10.0"
|
1634
1634
|
"@salesforce/kit" "^3.2.3"
|
1635
1635
|
"@salesforce/ts-types" "^2.0.12"
|
1636
1636
|
ansis "^3.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.5",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.2.9",
|
10
10
|
"@oclif/core": "^4.3.0",
|
11
|
-
"@salesforce/core": "^8.
|
11
|
+
"@salesforce/core": "^8.11.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
13
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.19.6",
|
15
15
|
"@salesforce/source-tracking": "7.3.24",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|