@jayree/sfdx-plugin-manifest 3.6.59 → 3.6.60

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,12 @@
1
+ ## [3.6.60](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.59...3.6.60) (2025-03-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 12.1.4 to 12.2.0 ([#1683](https://github.com/jayree/sfdx-plugin-manifest/issues/1683)) ([8a7555b](https://github.com/jayree/sfdx-plugin-manifest/commit/8a7555b1f2a26b13d5e6bfab3ac378b6fbb3df16))
7
+
8
+
9
+
1
10
  ## [3.6.59](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.58...3.6.59) (2025-03-02)
2
11
 
3
12
 
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/3.6.59/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.60/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/3.6.59/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.60/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
233
233
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
234
234
  ```
235
235
 
236
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.59/src/commands/jayree/manifest/git/diff.ts)_
236
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.60/src/commands/jayree/manifest/git/diff.ts)_
237
237
  <!-- commandsstop -->
238
238
 
239
239
  ## Performance Testing
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.6.59",
3
+ "version": "3.6.60",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.59",
9
+ "version": "3.6.60",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.6",
13
13
  "@oclif/core": "^4.2.6",
14
14
  "@salesforce/core": "^8.8.4",
15
15
  "@salesforce/kit": "^3.2.3",
16
- "@salesforce/sf-plugins-core": "^12.1.4",
16
+ "@salesforce/sf-plugins-core": "^12.2.0",
17
17
  "@salesforce/source-deploy-retrieve": "12.16.2",
18
18
  "@salesforce/source-tracking": "7.3.16",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -4716,9 +4716,9 @@
4716
4716
  "license": "ISC"
4717
4717
  },
4718
4718
  "node_modules/@salesforce/sf-plugins-core": {
4719
- "version": "12.1.4",
4720
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.4.tgz",
4721
- "integrity": "sha512-inSWsy9omNc4dIULVpoOJPX6DdEaqkA4CxmzTVrylc7P08jCbsv6LpS79wUaYC7Ah3krBQvbopP4wR9f3XvLeQ==",
4719
+ "version": "12.2.0",
4720
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
4721
+ "integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
4722
4722
  "license": "BSD-3-Clause",
4723
4723
  "dependencies": {
4724
4724
  "@inquirer/confirm": "^3.1.22",
package/oclif.lock CHANGED
@@ -1918,10 +1918,10 @@
1918
1918
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1919
1919
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
1920
1920
 
1921
- "@salesforce/sf-plugins-core@^12.1.4":
1922
- version "12.1.4"
1923
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.4.tgz#c73829c7f12bdc96a2e2746ce7f574a604e8efb4"
1924
- integrity sha512-inSWsy9omNc4dIULVpoOJPX6DdEaqkA4CxmzTVrylc7P08jCbsv6LpS79wUaYC7Ah3krBQvbopP4wR9f3XvLeQ==
1921
+ "@salesforce/sf-plugins-core@^12.2.0":
1922
+ version "12.2.0"
1923
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz#c53f5342841cc490752b78f2707e84d8946dd740"
1924
+ integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
1925
1925
  dependencies:
1926
1926
  "@inquirer/confirm" "^3.1.22"
1927
1927
  "@inquirer/password" "^2.2.0"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.6.59"
326
+ "version": "3.6.60"
327
327
  }
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": "3.6.59",
4
+ "version": "3.6.60",
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.2.6",
11
11
  "@salesforce/core": "^8.8.4",
12
12
  "@salesforce/kit": "^3.2.3",
13
- "@salesforce/sf-plugins-core": "^12.1.4",
13
+ "@salesforce/sf-plugins-core": "^12.2.0",
14
14
  "@salesforce/source-deploy-retrieve": "12.16.2",
15
15
  "@salesforce/source-tracking": "7.3.16",
16
16
  "@salesforce/ts-types": "^2.0.12",