@jayree/sfdx-plugin-manifest 3.3.1 → 3.3.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,12 @@
1
+ ## [3.3.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.1...3.3.2) (2024-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump braces from 3.0.2 to 3.0.3 ([#1335](https://github.com/jayree/sfdx-plugin-manifest/issues/1335)) ([ee27ef7](https://github.com/jayree/sfdx-plugin-manifest/commit/ee27ef7681baac10a6259c2d085dbf8ee1d65370))
7
+
8
+
9
+
1
10
  ## [3.3.1](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.0...3.3.1) (2024-06-12)
2
11
 
3
12
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
61
61
  ```
62
62
 
63
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.1/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.2/src/commands/jayree/manifest/cleanup.ts)_
64
64
 
65
65
  ### `sf jayree manifest generate`
66
66
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
99
99
  ```
100
100
 
101
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.1/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.2/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
181
181
  The location can be an absolute path or relative to the current working directory.
182
182
  ```
183
183
 
184
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.1/src/commands/jayree/manifest/git/diff.ts)_
184
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.2/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.3.1",
9
+ "version": "3.3.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.0",
@@ -7439,12 +7439,12 @@
7439
7439
  }
7440
7440
  },
7441
7441
  "node_modules/braces": {
7442
- "version": "3.0.2",
7443
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
7444
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
7442
+ "version": "3.0.3",
7443
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
7444
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
7445
7445
  "license": "MIT",
7446
7446
  "dependencies": {
7447
- "fill-range": "^7.0.1"
7447
+ "fill-range": "^7.1.1"
7448
7448
  },
7449
7449
  "engines": {
7450
7450
  "node": ">=8"
@@ -10099,9 +10099,9 @@
10099
10099
  }
10100
10100
  },
10101
10101
  "node_modules/fill-range": {
10102
- "version": "7.0.1",
10103
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
10104
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
10102
+ "version": "7.1.1",
10103
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
10104
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
10105
10105
  "license": "MIT",
10106
10106
  "dependencies": {
10107
10107
  "to-regex-range": "^5.0.1"
package/oclif.lock CHANGED
@@ -3316,11 +3316,11 @@ brace-expansion@^2.0.1:
3316
3316
  balanced-match "^1.0.0"
3317
3317
 
3318
3318
  braces@^3.0.2, braces@~3.0.2:
3319
- version "3.0.2"
3320
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
3321
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
3319
+ version "3.0.3"
3320
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3321
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
3322
3322
  dependencies:
3323
- fill-range "^7.0.1"
3323
+ fill-range "^7.1.1"
3324
3324
 
3325
3325
  browser-stdout@1.3.1:
3326
3326
  version "1.3.1"
@@ -4793,10 +4793,10 @@ filelist@^1.0.4:
4793
4793
  dependencies:
4794
4794
  minimatch "^5.0.1"
4795
4795
 
4796
- fill-range@^7.0.1:
4797
- version "7.0.1"
4798
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4799
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4796
+ fill-range@^7.1.1:
4797
+ version "7.1.1"
4798
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4799
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4800
4800
  dependencies:
4801
4801
  to-regex-range "^5.0.1"
4802
4802
 
@@ -7994,7 +7994,16 @@ srcset@^5.0.0:
7994
7994
  resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
7995
7995
  integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
7996
7996
 
7997
- "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:
7997
+ "string-width-cjs@npm:string-width@^4.2.0":
7998
+ version "4.2.3"
7999
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8000
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8001
+ dependencies:
8002
+ emoji-regex "^8.0.0"
8003
+ is-fullwidth-code-point "^3.0.0"
8004
+ strip-ansi "^6.0.1"
8005
+
8006
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7998
8007
  version "4.2.3"
7999
8008
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8000
8009
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8062,7 +8071,14 @@ string_decoder@~1.1.1:
8062
8071
  dependencies:
8063
8072
  safe-buffer "~5.1.0"
8064
8073
 
8065
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8074
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8075
+ version "6.0.1"
8076
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8077
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8078
+ dependencies:
8079
+ ansi-regex "^5.0.1"
8080
+
8081
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8066
8082
  version "6.0.1"
8067
8083
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8068
8084
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8674,7 +8690,7 @@ workerpool@6.2.1:
8674
8690
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
8675
8691
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
8676
8692
 
8677
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8693
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8678
8694
  version "7.0.0"
8679
8695
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8680
8696
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8692,6 +8708,15 @@ wrap-ansi@^6.2.0:
8692
8708
  string-width "^4.1.0"
8693
8709
  strip-ansi "^6.0.0"
8694
8710
 
8711
+ wrap-ansi@^7.0.0:
8712
+ version "7.0.0"
8713
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8714
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8715
+ dependencies:
8716
+ ansi-styles "^4.0.0"
8717
+ string-width "^4.1.0"
8718
+ strip-ansi "^6.0.0"
8719
+
8695
8720
  wrap-ansi@^8.1.0:
8696
8721
  version "8.1.0"
8697
8722
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.3.1"
326
+ "version": "3.3.2"
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.3.1",
4
+ "version": "3.3.2",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",