@jayree/sfdx-plugin-manifest 4.0.4 → 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 CHANGED
@@ -1,3 +1,11 @@
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
+
1
9
  ## [4.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.3...4.0.4) (2025-05-16)
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.4/src/commands/jayree/manifest/cleanup.ts)_
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.4/src/commands/jayree/manifest/generate.ts)_
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.4/src/commands/jayree/manifest/git/diff.ts)_
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
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.4",
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.4",
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
14
  "@salesforce/core": "^8.11.0",
15
15
  "@salesforce/kit": "^3.2.3",
16
- "@salesforce/sf-plugins-core": "^12.2.1",
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",
@@ -3949,16 +3949,16 @@
3949
3949
  "license": "ISC"
3950
3950
  },
3951
3951
  "node_modules/@salesforce/sf-plugins-core": {
3952
- "version": "12.2.1",
3953
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz",
3954
- "integrity": "sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==",
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.2.10",
3959
+ "@oclif/core": "^4.3.0",
3960
3960
  "@oclif/table": "^0.4.6",
3961
- "@salesforce/core": "^8.8.5",
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,7 +1543,7 @@
1543
1543
  strip-ansi "6.0.1"
1544
1544
  ts-retry-promise "^0.8.1"
1545
1545
 
1546
- "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
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
1547
  version "8.11.0"
1548
1548
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
1549
1549
  integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
@@ -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.1":
1625
- version "12.2.1"
1626
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
1627
- integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
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.2.10"
1631
+ "@oclif/core" "^4.3.0"
1632
1632
  "@oclif/table" "^0.4.6"
1633
- "@salesforce/core" "^8.8.5"
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"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.4"
270
+ "version": "4.0.5"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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",
4
+ "version": "4.0.5",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -10,7 +10,7 @@
10
10
  "@oclif/core": "^4.3.0",
11
11
  "@salesforce/core": "^8.11.0",
12
12
  "@salesforce/kit": "^3.2.3",
13
- "@salesforce/sf-plugins-core": "^12.2.1",
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",