@jayree/sfdx-plugin-manifest 3.6.44 → 3.6.45

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.45](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.44...3.6.45) (2025-01-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 12.1.2 to 12.1.3 ([#1641](https://github.com/jayree/sfdx-plugin-manifest/issues/1641)) ([c6d78a0](https://github.com/jayree/sfdx-plugin-manifest/commit/c6d78a050fbaa7903a8fd82ce173b7a77f75254d))
7
+
8
+
9
+
1
10
  ## [3.6.44](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.43...3.6.44) (2025-01-26)
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.44/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.45/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.44/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.45/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.44/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.45/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.44",
3
+ "version": "3.6.45",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.44",
9
+ "version": "3.6.45",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
13
  "@oclif/core": "^4.2.4",
14
14
  "@salesforce/core": "^8.8.2",
15
15
  "@salesforce/kit": "^3.2.3",
16
- "@salesforce/sf-plugins-core": "^12.1.2",
16
+ "@salesforce/sf-plugins-core": "^12.1.3",
17
17
  "@salesforce/source-deploy-retrieve": "12.14.0",
18
18
  "@salesforce/source-tracking": "7.3.9",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -36,7 +36,7 @@
36
36
  "eslint-config-oclif": "^5.2",
37
37
  "eslint-plugin-prettier": "^5.2.3",
38
38
  "eslint-plugin-sf-plugin": "^1.20.14",
39
- "oclif": "^4.17.17",
39
+ "oclif": "^4.17.18",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.4.2",
42
42
  "pretty-quick": "^4.0.0",
@@ -4747,14 +4747,14 @@
4747
4747
  "license": "ISC"
4748
4748
  },
4749
4749
  "node_modules/@salesforce/sf-plugins-core": {
4750
- "version": "12.1.2",
4751
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz",
4752
- "integrity": "sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==",
4750
+ "version": "12.1.3",
4751
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz",
4752
+ "integrity": "sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==",
4753
4753
  "license": "BSD-3-Clause",
4754
4754
  "dependencies": {
4755
4755
  "@inquirer/confirm": "^3.1.22",
4756
4756
  "@inquirer/password": "^2.2.0",
4757
- "@oclif/core": "^4.0.34",
4757
+ "@oclif/core": "^4.2.4",
4758
4758
  "@oclif/table": "^0.4.0",
4759
4759
  "@salesforce/core": "^8.5.1",
4760
4760
  "@salesforce/kit": "^3.2.3",
@@ -13717,9 +13717,9 @@
13717
13717
  }
13718
13718
  },
13719
13719
  "node_modules/oclif": {
13720
- "version": "4.17.17",
13721
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.17.tgz",
13722
- "integrity": "sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==",
13720
+ "version": "4.17.18",
13721
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.18.tgz",
13722
+ "integrity": "sha512-0lsALdh5tzPo1ExtdjTogtsgHrY1s/2WGAjZEsZl3W7vR5AY5AqQVj+/WZ7EusnlztXM69ikQP635nfUx7pRkQ==",
13723
13723
  "dev": true,
13724
13724
  "license": "MIT",
13725
13725
  "dependencies": {
@@ -13731,7 +13731,7 @@
13731
13731
  "@oclif/core": "^4.2.3",
13732
13732
  "@oclif/plugin-help": "^6.2.21",
13733
13733
  "@oclif/plugin-not-found": "^3.2.32",
13734
- "@oclif/plugin-warn-if-update-available": "^3.1.30",
13734
+ "@oclif/plugin-warn-if-update-available": "^3.1.31",
13735
13735
  "async-retry": "^1.3.3",
13736
13736
  "chalk": "^4",
13737
13737
  "change-case": "^4",
package/oclif.lock CHANGED
@@ -1770,7 +1770,7 @@
1770
1770
  "@nodelib/fs.scandir" "2.1.5"
1771
1771
  fastq "^1.6.0"
1772
1772
 
1773
- "@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1773
+ "@oclif/core@^4", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1774
1774
  version "4.2.4"
1775
1775
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
1776
1776
  integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -1826,7 +1826,7 @@
1826
1826
  ansis "^3.5.2"
1827
1827
  fast-levenshtein "^3.0.0"
1828
1828
 
1829
- "@oclif/plugin-warn-if-update-available@^3.1.30":
1829
+ "@oclif/plugin-warn-if-update-available@^3.1.31":
1830
1830
  version "3.1.31"
1831
1831
  resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz#203bc7e63f7f7df5bb1e31f42c3c1b52eaa00763"
1832
1832
  integrity sha512-0ZN7o+Tv00gYrwlKsfMQ8VvJGb9Vhr3UYStFJh1AbEdGTPlURv51aatTW27AIV2atfluCh0MMntVZSzoDcuxSQ==
@@ -1979,14 +1979,14 @@
1979
1979
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1980
1980
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
1981
1981
 
1982
- "@salesforce/sf-plugins-core@^12.1.2":
1983
- version "12.1.2"
1984
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3"
1985
- integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
1982
+ "@salesforce/sf-plugins-core@^12.1.3":
1983
+ version "12.1.3"
1984
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
1985
+ integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
1986
1986
  dependencies:
1987
1987
  "@inquirer/confirm" "^3.1.22"
1988
1988
  "@inquirer/password" "^2.2.0"
1989
- "@oclif/core" "^4.0.34"
1989
+ "@oclif/core" "^4.2.4"
1990
1990
  "@oclif/table" "^0.4.0"
1991
1991
  "@salesforce/core" "^8.5.1"
1992
1992
  "@salesforce/kit" "^3.2.3"
@@ -7057,10 +7057,10 @@ object.values@^1.1.7:
7057
7057
  define-properties "^1.2.1"
7058
7058
  es-object-atoms "^1.0.0"
7059
7059
 
7060
- oclif@^4.17.17:
7061
- version "4.17.17"
7062
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.17.tgz#6b5b8d1ec1cf27c83ec4b031c3b347c8eca43617"
7063
- integrity sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==
7060
+ oclif@^4.17.18:
7061
+ version "4.17.18"
7062
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.18.tgz#463419e794a21bd44a4f14747c4551478c69804a"
7063
+ integrity sha512-0lsALdh5tzPo1ExtdjTogtsgHrY1s/2WGAjZEsZl3W7vR5AY5AqQVj+/WZ7EusnlztXM69ikQP635nfUx7pRkQ==
7064
7064
  dependencies:
7065
7065
  "@aws-sdk/client-cloudfront" "^3.726.1"
7066
7066
  "@aws-sdk/client-s3" "^3.722.0"
@@ -7070,7 +7070,7 @@ oclif@^4.17.17:
7070
7070
  "@oclif/core" "^4.2.3"
7071
7071
  "@oclif/plugin-help" "^6.2.21"
7072
7072
  "@oclif/plugin-not-found" "^3.2.32"
7073
- "@oclif/plugin-warn-if-update-available" "^3.1.30"
7073
+ "@oclif/plugin-warn-if-update-available" "^3.1.31"
7074
7074
  async-retry "^1.3.3"
7075
7075
  chalk "^4"
7076
7076
  change-case "^4"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.6.44"
326
+ "version": "3.6.45"
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.44",
4
+ "version": "3.6.45",
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.4",
11
11
  "@salesforce/core": "^8.8.2",
12
12
  "@salesforce/kit": "^3.2.3",
13
- "@salesforce/sf-plugins-core": "^12.1.2",
13
+ "@salesforce/sf-plugins-core": "^12.1.3",
14
14
  "@salesforce/source-deploy-retrieve": "12.14.0",
15
15
  "@salesforce/source-tracking": "7.3.9",
16
16
  "@salesforce/ts-types": "^2.0.12",
@@ -33,7 +33,7 @@
33
33
  "eslint-config-oclif": "^5.2",
34
34
  "eslint-plugin-prettier": "^5.2.3",
35
35
  "eslint-plugin-sf-plugin": "^1.20.14",
36
- "oclif": "^4.17.17",
36
+ "oclif": "^4.17.18",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.4.2",
39
39
  "pretty-quick": "^4.0.0",