@jayree/sfdx-plugin-manifest 6.0.0 → 6.0.2

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,17 @@
1
+ ## [6.0.2](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.1...6.0.2) (2026-08-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-uri from 3.1.4 to 3.1.5 ([#2362](https://github.com/jayree/sfdx-plugin-manifest/issues/2362)) ([7ce7c41](https://github.com/jayree/sfdx-plugin-manifest/commit/7ce7c417716e2b32d47a7049aa6d1602146311a8))
7
+
8
+ ## [6.0.1](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.0...6.0.1) (2026-08-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump github/codeql-action from 4 to 4.37.3 ([#2361](https://github.com/jayree/sfdx-plugin-manifest/issues/2361)) ([2a2945d](https://github.com/jayree/sfdx-plugin-manifest/commit/2a2945d0c6f65cc03f9e0fe25ae1004154274e4c))
14
+
1
15
  ## [6.0.0](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.158...6.0.0) (2026-07-31)
2
16
 
3
17
 
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/6.0.0/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.2/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/6.0.0/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.2/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/6.0.0/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/6.0.2/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "6.0.0",
9
+ "version": "6.0.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
@@ -9312,9 +9312,9 @@
9312
9312
  }
9313
9313
  },
9314
9314
  "node_modules/fast-uri": {
9315
- "version": "3.1.4",
9316
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
9317
- "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
9315
+ "version": "3.1.5",
9316
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
9317
+ "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
9318
9318
  "funding": [
9319
9319
  {
9320
9320
  "type": "github",
package/oclif.lock CHANGED
@@ -4285,9 +4285,9 @@ fast-string-width@^3.0.2:
4285
4285
  fast-string-truncated-width "^3.0.2"
4286
4286
 
4287
4287
  fast-uri@^3.0.1:
4288
- version "3.1.4"
4289
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.4.tgz#3b3daf9ce68f41f956df0b505132c0cfce9ec7af"
4290
- integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
4288
+ version "3.1.5"
4289
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.5.tgz#610f37419a030270430cecd68d74e3d4d96725d0"
4290
+ integrity sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==
4291
4291
 
4292
4292
  fast-wrap-ansi@^0.2.0:
4293
4293
  version "0.2.2"
@@ -8062,7 +8062,16 @@ stop-iteration-iterator@^1.1.0:
8062
8062
  es-errors "^1.3.0"
8063
8063
  internal-slot "^1.1.0"
8064
8064
 
8065
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8065
+ "string-width-cjs@npm:string-width@^4.2.0":
8066
+ version "4.2.3"
8067
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8068
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8069
+ dependencies:
8070
+ emoji-regex "^8.0.0"
8071
+ is-fullwidth-code-point "^3.0.0"
8072
+ strip-ansi "^6.0.1"
8073
+
8074
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8066
8075
  version "4.2.3"
8067
8076
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8068
8077
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8152,7 +8161,14 @@ stringify-entities@^4.0.0:
8152
8161
  character-entities-html4 "^2.0.0"
8153
8162
  character-entities-legacy "^3.0.0"
8154
8163
 
8155
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8164
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8165
+ version "6.0.1"
8166
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8167
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8168
+ dependencies:
8169
+ ansi-regex "^5.0.1"
8170
+
8171
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8156
8172
  version "6.0.1"
8157
8173
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8158
8174
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8965,7 +8981,7 @@ workerpool@^6.5.1:
8965
8981
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
8966
8982
  integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
8967
8983
 
8968
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8984
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8969
8985
  version "7.0.0"
8970
8986
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8971
8987
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8983,6 +8999,15 @@ wrap-ansi@^6.2.0:
8983
8999
  string-width "^4.1.0"
8984
9000
  strip-ansi "^6.0.0"
8985
9001
 
9002
+ wrap-ansi@^7.0.0:
9003
+ version "7.0.0"
9004
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9005
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9006
+ dependencies:
9007
+ ansi-styles "^4.0.0"
9008
+ string-width "^4.1.0"
9009
+ strip-ansi "^6.0.0"
9010
+
8986
9011
  wrap-ansi@^8.1.0:
8987
9012
  version "8.1.0"
8988
9013
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.0"
270
+ "version": "6.0.2"
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": "6.0.0",
4
+ "version": "6.0.2",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",