@jayree/sfdx-plugin-manifest 4.0.106 → 4.0.107

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.107](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.106...4.0.107) (2025-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 12.2.5 to 12.2.6 ([#2028](https://github.com/jayree/sfdx-plugin-manifest/issues/2028)) ([eb2ac32](https://github.com/jayree/sfdx-plugin-manifest/commit/eb2ac3209eb1c5085c5f73e5096ecfb2c7bdb081))
7
+ * **deps:** bump @inquirer/confirm from 3.1.22 to 3.2.0 ([b9e2fcf](https://github.com/salesforcecli/sf-plugins-core/commit/b9e2fcfa0ef6e715f6521add7ad5d12ca52b1989))
8
+
1
9
  ## [4.0.106](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.105...4.0.106) (2025-11-25)
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.106/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.107/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.106/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.107/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.106/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.107/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.106",
3
+ "version": "4.0.107",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.106",
9
+ "version": "4.0.107",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.20",
13
13
  "@oclif/core": "^4.8.0",
14
14
  "@salesforce/core": "^8.23.4",
15
15
  "@salesforce/kit": "^3.2.4",
16
- "@salesforce/sf-plugins-core": "^12.2.5",
16
+ "@salesforce/sf-plugins-core": "^12.2.6",
17
17
  "@salesforce/source-deploy-retrieve": "12.30.0",
18
18
  "@salesforce/source-tracking": "7.7.0",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -4319,12 +4319,12 @@
4319
4319
  "license": "ISC"
4320
4320
  },
4321
4321
  "node_modules/@salesforce/sf-plugins-core": {
4322
- "version": "12.2.5",
4323
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
4324
- "integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
4322
+ "version": "12.2.6",
4323
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.6.tgz",
4324
+ "integrity": "sha512-EDKE72f/gGk9vL7KI9wsFO5wl/jFVvA2l5XBGR+6sJ1+FTMUbTGRMLObkkYJACk7bKvUFx00xdur2R6K8SWNvg==",
4325
4325
  "license": "Apache-2.0",
4326
4326
  "dependencies": {
4327
- "@inquirer/confirm": "^3.1.22",
4327
+ "@inquirer/confirm": "^3.2.0",
4328
4328
  "@inquirer/password": "^2.2.0",
4329
4329
  "@oclif/core": "^4.5.2",
4330
4330
  "@oclif/table": "^0.5.0",
package/oclif.lock CHANGED
@@ -1177,7 +1177,7 @@
1177
1177
  "@inquirer/type" "^3.0.10"
1178
1178
  yoctocolors-cjs "^2.1.3"
1179
1179
 
1180
- "@inquirer/confirm@^3.1.22":
1180
+ "@inquirer/confirm@^3.1.22", "@inquirer/confirm@^3.2.0":
1181
1181
  version "3.2.0"
1182
1182
  resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.2.0.tgz#6af1284670ea7c7d95e3f1253684cfbd7228ad6a"
1183
1183
  integrity sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==
@@ -1767,12 +1767,12 @@
1767
1767
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
1768
1768
  integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
1769
1769
 
1770
- "@salesforce/sf-plugins-core@^12.2.5":
1771
- version "12.2.5"
1772
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
1773
- integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
1770
+ "@salesforce/sf-plugins-core@^12.2.6":
1771
+ version "12.2.6"
1772
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.6.tgz#856303e786f5fac1c6aa6dcd42f282cb1ac703e8"
1773
+ integrity sha512-EDKE72f/gGk9vL7KI9wsFO5wl/jFVvA2l5XBGR+6sJ1+FTMUbTGRMLObkkYJACk7bKvUFx00xdur2R6K8SWNvg==
1774
1774
  dependencies:
1775
- "@inquirer/confirm" "^3.1.22"
1775
+ "@inquirer/confirm" "^3.2.0"
1776
1776
  "@inquirer/password" "^2.2.0"
1777
1777
  "@oclif/core" "^4.5.2"
1778
1778
  "@oclif/table" "^0.5.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.106"
270
+ "version": "4.0.107"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.106",
4
+ "version": "4.0.107",
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.8.0",
11
11
  "@salesforce/core": "^8.23.4",
12
12
  "@salesforce/kit": "^3.2.4",
13
- "@salesforce/sf-plugins-core": "^12.2.5",
13
+ "@salesforce/sf-plugins-core": "^12.2.6",
14
14
  "@salesforce/source-deploy-retrieve": "12.30.0",
15
15
  "@salesforce/source-tracking": "7.7.0",
16
16
  "@salesforce/ts-types": "^2.0.12",