@jayree/sfdx-plugin-manifest 3.7.24 → 3.7.25

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,14 @@
1
+ ## [3.7.25](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.24...3.7.25) (2025-05-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.8 to 1.2.9 ([#1774](https://github.com/jayree/sfdx-plugin-manifest/issues/1774)) ([9d5843c](https://github.com/jayree/sfdx-plugin-manifest/commit/9d5843c6d183d1c2dd65d3de0a73e859efbb3712))
7
+ * **deps:** bump marked from 15.0.10 to 15.0.11 ([#649](https://github.com/jayree/changelog/issues/649)) ([102d5d8](https://github.com/jayree/changelog/commit/102d5d845a4c18124dff1d64d4288127322b3956))
8
+ * **deps:** bump marked from 15.0.8 to 15.0.10 ([#642](https://github.com/jayree/changelog/issues/642)) ([448d17e](https://github.com/jayree/changelog/commit/448d17ecbe2eba4b407a6ebff291c44dd1dd01c2))
9
+
10
+
11
+
1
12
  ## [3.7.24](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.23...3.7.24) (2025-05-08)
2
13
 
3
14
 
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.7.24/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.25/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.7.24/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.25/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.7.24/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.7.25/src/commands/jayree/manifest/git/diff.ts)_
237
237
  <!-- commandsstop -->
238
238
 
239
239
  ## Performance Testing
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.7.24",
3
+ "version": "3.7.25",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.7.24",
9
+ "version": "3.7.25",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.8",
12
+ "@jayree/changelog": "^1.2.9",
13
13
  "@oclif/core": "^4.3.0",
14
14
  "@salesforce/core": "^8.10.3",
15
15
  "@salesforce/kit": "^3.2.3",
@@ -3005,14 +3005,14 @@
3005
3005
  }
3006
3006
  },
3007
3007
  "node_modules/@jayree/changelog": {
3008
- "version": "1.2.8",
3009
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.8.tgz",
3010
- "integrity": "sha512-uqD1ExM7JNyMcd1cbzXH55b7DqZZ69/f6TASKYGUKBR5BQ2jYXpY4i+KckAFaeebEPQhWW+KIJtCYj4tBWn7BA==",
3008
+ "version": "1.2.9",
3009
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.9.tgz",
3010
+ "integrity": "sha512-XmRXMDY/Dga1DMmpNNcOkyAqVjpR6d92X8hfnC1Vw3nY12IJ2rY/Zf1AR1U9IUURVwpGT3OR+9odXe3N+TnOyQ==",
3011
3011
  "license": "BSD-3-Clause",
3012
3012
  "dependencies": {
3013
3013
  "debug": "^4.4.0",
3014
3014
  "fs-extra": "^11.3.0",
3015
- "marked": "^15.0.8",
3015
+ "marked": "^15.0.11",
3016
3016
  "marked-terminal": "^7.3.0",
3017
3017
  "semver": "^7.7.1",
3018
3018
  "semver-compare": "^1.0.0"
@@ -13394,9 +13394,9 @@
13394
13394
  }
13395
13395
  },
13396
13396
  "node_modules/marked": {
13397
- "version": "15.0.8",
13398
- "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz",
13399
- "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==",
13397
+ "version": "15.0.11",
13398
+ "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz",
13399
+ "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==",
13400
13400
  "license": "MIT",
13401
13401
  "bin": {
13402
13402
  "marked": "bin/marked.js"
package/oclif.lock CHANGED
@@ -1298,14 +1298,14 @@
1298
1298
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1299
1299
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1300
1300
 
1301
- "@jayree/changelog@^1.2.8":
1302
- version "1.2.8"
1303
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.8.tgz#e5ea5d49c3dda29a5a284dda444b08c37ce0225c"
1304
- integrity sha512-uqD1ExM7JNyMcd1cbzXH55b7DqZZ69/f6TASKYGUKBR5BQ2jYXpY4i+KckAFaeebEPQhWW+KIJtCYj4tBWn7BA==
1301
+ "@jayree/changelog@^1.2.9":
1302
+ version "1.2.9"
1303
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.9.tgz#463857cb3b8d187a0e3b05c0c6628eeed7f3bab5"
1304
+ integrity sha512-XmRXMDY/Dga1DMmpNNcOkyAqVjpR6d92X8hfnC1Vw3nY12IJ2rY/Zf1AR1U9IUURVwpGT3OR+9odXe3N+TnOyQ==
1305
1305
  dependencies:
1306
1306
  debug "^4.4.0"
1307
1307
  fs-extra "^11.3.0"
1308
- marked "^15.0.8"
1308
+ marked "^15.0.11"
1309
1309
  marked-terminal "^7.3.0"
1310
1310
  semver "^7.7.1"
1311
1311
  semver-compare "^1.0.0"
@@ -6732,10 +6732,10 @@ marked@^13.0.0:
6732
6732
  resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
6733
6733
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
6734
6734
 
6735
- marked@^15.0.8:
6736
- version "15.0.8"
6737
- resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.8.tgz#39873a3fdf91a520111e48aeb2ef3746d58d7166"
6738
- integrity sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==
6735
+ marked@^15.0.11:
6736
+ version "15.0.11"
6737
+ resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.11.tgz#08a8d12c285e16259e44287b89ce0d871c9d55e8"
6738
+ integrity sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==
6739
6739
 
6740
6740
  math-intrinsics@^1.1.0:
6741
6741
  version "1.1.0"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.7.24"
326
+ "version": "3.7.25"
327
327
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.7.24",
4
+ "version": "3.7.25",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.2.8",
9
+ "@jayree/changelog": "^1.2.9",
10
10
  "@oclif/core": "^4.3.0",
11
11
  "@salesforce/core": "^8.10.3",
12
12
  "@salesforce/kit": "^3.2.3",