@jayree/sfdx-plugin-manifest 3.3.3 → 3.3.4

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.4](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.3...3.3.4) (2024-06-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([#1339](https://github.com/jayree/sfdx-plugin-manifest/issues/1339)) ([cd6903e](https://github.com/jayree/sfdx-plugin-manifest/commit/cd6903ef65baf3dc69425b0776d410c6d023ac39))
7
+
8
+
9
+
1
10
  ## [3.3.3](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.2...3.3.3) (2024-06-15)
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.3/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.4/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.3/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.4/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.3/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.4/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.3.3",
9
+ "version": "3.3.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.0",
13
- "@oclif/core": "^4.0.3",
13
+ "@oclif/core": "^4.0.6",
14
14
  "@salesforce/core": "^7.3.12",
15
15
  "@salesforce/kit": "^3.1.2",
16
16
  "@salesforce/sf-plugins-core": "^10.0.0",
@@ -2677,6 +2677,7 @@
2677
2677
  "version": "7.23.5",
2678
2678
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
2679
2679
  "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
2680
+ "dev": true,
2680
2681
  "license": "MIT",
2681
2682
  "dependencies": {
2682
2683
  "@babel/highlight": "^7.23.4",
@@ -2690,6 +2691,7 @@
2690
2691
  "version": "3.2.1",
2691
2692
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2692
2693
  "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2694
+ "dev": true,
2693
2695
  "license": "MIT",
2694
2696
  "dependencies": {
2695
2697
  "color-convert": "^1.9.0"
@@ -2702,6 +2704,7 @@
2702
2704
  "version": "2.4.2",
2703
2705
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2704
2706
  "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2707
+ "dev": true,
2705
2708
  "license": "MIT",
2706
2709
  "dependencies": {
2707
2710
  "ansi-styles": "^3.2.1",
@@ -2716,6 +2719,7 @@
2716
2719
  "version": "1.9.3",
2717
2720
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2718
2721
  "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2722
+ "dev": true,
2719
2723
  "license": "MIT",
2720
2724
  "dependencies": {
2721
2725
  "color-name": "1.1.3"
@@ -2725,12 +2729,14 @@
2725
2729
  "version": "1.1.3",
2726
2730
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2727
2731
  "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2732
+ "dev": true,
2728
2733
  "license": "MIT"
2729
2734
  },
2730
2735
  "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
2731
2736
  "version": "1.0.5",
2732
2737
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2733
2738
  "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2739
+ "dev": true,
2734
2740
  "license": "MIT",
2735
2741
  "engines": {
2736
2742
  "node": ">=0.8.0"
@@ -2740,6 +2746,7 @@
2740
2746
  "version": "3.0.0",
2741
2747
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2742
2748
  "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
2749
+ "dev": true,
2743
2750
  "license": "MIT",
2744
2751
  "engines": {
2745
2752
  "node": ">=4"
@@ -2749,6 +2756,7 @@
2749
2756
  "version": "5.5.0",
2750
2757
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2751
2758
  "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2759
+ "dev": true,
2752
2760
  "license": "MIT",
2753
2761
  "dependencies": {
2754
2762
  "has-flag": "^3.0.0"
@@ -2991,6 +2999,7 @@
2991
2999
  "version": "7.22.20",
2992
3000
  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
2993
3001
  "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
3002
+ "dev": true,
2994
3003
  "license": "MIT",
2995
3004
  "engines": {
2996
3005
  "node": ">=6.9.0"
@@ -3025,6 +3034,7 @@
3025
3034
  "version": "7.23.4",
3026
3035
  "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
3027
3036
  "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
3037
+ "dev": true,
3028
3038
  "license": "MIT",
3029
3039
  "dependencies": {
3030
3040
  "@babel/helper-validator-identifier": "^7.22.20",
@@ -3039,6 +3049,7 @@
3039
3049
  "version": "3.2.1",
3040
3050
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
3041
3051
  "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
3052
+ "dev": true,
3042
3053
  "license": "MIT",
3043
3054
  "dependencies": {
3044
3055
  "color-convert": "^1.9.0"
@@ -3051,6 +3062,7 @@
3051
3062
  "version": "2.4.2",
3052
3063
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
3053
3064
  "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
3065
+ "dev": true,
3054
3066
  "license": "MIT",
3055
3067
  "dependencies": {
3056
3068
  "ansi-styles": "^3.2.1",
@@ -3065,6 +3077,7 @@
3065
3077
  "version": "1.9.3",
3066
3078
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
3067
3079
  "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
3080
+ "dev": true,
3068
3081
  "license": "MIT",
3069
3082
  "dependencies": {
3070
3083
  "color-name": "1.1.3"
@@ -3074,12 +3087,14 @@
3074
3087
  "version": "1.1.3",
3075
3088
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
3076
3089
  "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
3090
+ "dev": true,
3077
3091
  "license": "MIT"
3078
3092
  },
3079
3093
  "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
3080
3094
  "version": "1.0.5",
3081
3095
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
3082
3096
  "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
3097
+ "dev": true,
3083
3098
  "license": "MIT",
3084
3099
  "engines": {
3085
3100
  "node": ">=0.8.0"
@@ -3089,6 +3104,7 @@
3089
3104
  "version": "3.0.0",
3090
3105
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
3091
3106
  "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
3107
+ "dev": true,
3092
3108
  "license": "MIT",
3093
3109
  "engines": {
3094
3110
  "node": ">=4"
@@ -3098,6 +3114,7 @@
3098
3114
  "version": "5.5.0",
3099
3115
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
3100
3116
  "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
3117
+ "dev": true,
3101
3118
  "license": "MIT",
3102
3119
  "dependencies": {
3103
3120
  "has-flag": "^3.0.0"
@@ -4252,22 +4269,22 @@
4252
4269
  }
4253
4270
  },
4254
4271
  "node_modules/@oclif/core": {
4255
- "version": "4.0.3",
4256
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
4257
- "integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
4272
+ "version": "4.0.6",
4273
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz",
4274
+ "integrity": "sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==",
4258
4275
  "license": "MIT",
4259
4276
  "dependencies": {
4260
4277
  "ansi-escapes": "^4.3.2",
4261
4278
  "ansis": "^3.1.1",
4262
4279
  "clean-stack": "^3.0.1",
4263
4280
  "cli-spinners": "^2.9.2",
4264
- "cosmiconfig": "^9.0.0",
4265
4281
  "debug": "^4.3.5",
4266
4282
  "ejs": "^3.1.10",
4267
4283
  "get-package-type": "^0.1.0",
4268
4284
  "globby": "^11.1.0",
4269
4285
  "indent-string": "^4.0.0",
4270
4286
  "is-wsl": "^2.2.0",
4287
+ "lilconfig": "^3.1.2",
4271
4288
  "minimatch": "^9.0.4",
4272
4289
  "string-width": "^4.2.3",
4273
4290
  "supports-color": "^8",
@@ -4279,32 +4296,6 @@
4279
4296
  "node": ">=18.0.0"
4280
4297
  }
4281
4298
  },
4282
- "node_modules/@oclif/core/node_modules/cosmiconfig": {
4283
- "version": "9.0.0",
4284
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4285
- "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4286
- "license": "MIT",
4287
- "dependencies": {
4288
- "env-paths": "^2.2.1",
4289
- "import-fresh": "^3.3.0",
4290
- "js-yaml": "^4.1.0",
4291
- "parse-json": "^5.2.0"
4292
- },
4293
- "engines": {
4294
- "node": ">=14"
4295
- },
4296
- "funding": {
4297
- "url": "https://github.com/sponsors/d-fischer"
4298
- },
4299
- "peerDependencies": {
4300
- "typescript": ">=4.9.5"
4301
- },
4302
- "peerDependenciesMeta": {
4303
- "typescript": {
4304
- "optional": true
4305
- }
4306
- }
4307
- },
4308
4299
  "node_modules/@oclif/core/node_modules/minimatch": {
4309
4300
  "version": "9.0.4",
4310
4301
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
@@ -7091,6 +7082,7 @@
7091
7082
  "version": "2.0.1",
7092
7083
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7093
7084
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
7085
+ "dev": true,
7094
7086
  "license": "Python-2.0"
7095
7087
  },
7096
7088
  "node_modules/array-buffer-byte-length": {
@@ -7835,6 +7827,7 @@
7835
7827
  "version": "3.1.0",
7836
7828
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
7837
7829
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
7830
+ "dev": true,
7838
7831
  "license": "MIT",
7839
7832
  "engines": {
7840
7833
  "node": ">=6"
@@ -8928,19 +8921,11 @@
8928
8921
  "url": "https://github.com/fb55/entities?sponsor=1"
8929
8922
  }
8930
8923
  },
8931
- "node_modules/env-paths": {
8932
- "version": "2.2.1",
8933
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
8934
- "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
8935
- "license": "MIT",
8936
- "engines": {
8937
- "node": ">=6"
8938
- }
8939
- },
8940
8924
  "node_modules/error-ex": {
8941
8925
  "version": "1.3.2",
8942
8926
  "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
8943
8927
  "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
8928
+ "dev": true,
8944
8929
  "license": "MIT",
8945
8930
  "dependencies": {
8946
8931
  "is-arrayish": "^0.2.1"
@@ -11043,6 +11028,7 @@
11043
11028
  "version": "3.3.0",
11044
11029
  "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
11045
11030
  "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
11031
+ "dev": true,
11046
11032
  "license": "MIT",
11047
11033
  "dependencies": {
11048
11034
  "parent-module": "^1.0.0",
@@ -11059,6 +11045,7 @@
11059
11045
  "version": "4.0.0",
11060
11046
  "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
11061
11047
  "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
11048
+ "dev": true,
11062
11049
  "license": "MIT",
11063
11050
  "engines": {
11064
11051
  "node": ">=4"
@@ -11166,6 +11153,7 @@
11166
11153
  "version": "0.2.1",
11167
11154
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
11168
11155
  "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
11156
+ "dev": true,
11169
11157
  "license": "MIT"
11170
11158
  },
11171
11159
  "node_modules/is-bigint": {
@@ -11793,12 +11781,14 @@
11793
11781
  "version": "4.0.0",
11794
11782
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
11795
11783
  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
11784
+ "dev": true,
11796
11785
  "license": "MIT"
11797
11786
  },
11798
11787
  "node_modules/js-yaml": {
11799
11788
  "version": "4.1.0",
11800
11789
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11801
11790
  "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11791
+ "dev": true,
11802
11792
  "license": "MIT",
11803
11793
  "dependencies": {
11804
11794
  "argparse": "^2.0.1"
@@ -11862,6 +11852,7 @@
11862
11852
  "version": "2.3.1",
11863
11853
  "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
11864
11854
  "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
11855
+ "dev": true,
11865
11856
  "license": "MIT"
11866
11857
  },
11867
11858
  "node_modules/json-schema-traverse": {
@@ -12123,10 +12114,23 @@
12123
12114
  "immediate": "~3.0.5"
12124
12115
  }
12125
12116
  },
12117
+ "node_modules/lilconfig": {
12118
+ "version": "3.1.2",
12119
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
12120
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
12121
+ "license": "MIT",
12122
+ "engines": {
12123
+ "node": ">=14"
12124
+ },
12125
+ "funding": {
12126
+ "url": "https://github.com/sponsors/antonk52"
12127
+ }
12128
+ },
12126
12129
  "node_modules/lines-and-columns": {
12127
12130
  "version": "1.2.4",
12128
12131
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
12129
12132
  "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
12133
+ "dev": true,
12130
12134
  "license": "MIT"
12131
12135
  },
12132
12136
  "node_modules/linkinator": {
@@ -13941,6 +13945,7 @@
13941
13945
  "version": "1.0.1",
13942
13946
  "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
13943
13947
  "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
13948
+ "dev": true,
13944
13949
  "license": "MIT",
13945
13950
  "dependencies": {
13946
13951
  "callsites": "^3.0.0"
@@ -13953,6 +13958,7 @@
13953
13958
  "version": "5.2.0",
13954
13959
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
13955
13960
  "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
13961
+ "dev": true,
13956
13962
  "license": "MIT",
13957
13963
  "dependencies": {
13958
13964
  "@babel/code-frame": "^7.0.0",
@@ -16497,7 +16503,7 @@
16497
16503
  "version": "5.4.5",
16498
16504
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
16499
16505
  "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
16500
- "devOptional": true,
16506
+ "dev": true,
16501
16507
  "license": "Apache-2.0",
16502
16508
  "bin": {
16503
16509
  "tsc": "bin/tsc",
package/oclif.lock CHANGED
@@ -1662,22 +1662,22 @@
1662
1662
  wordwrap "^1.0.0"
1663
1663
  wrap-ansi "^7.0.0"
1664
1664
 
1665
- "@oclif/core@^4", "@oclif/core@^4.0.0-beta.13", "@oclif/core@^4.0.3":
1666
- version "4.0.3"
1667
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
1668
- integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
1665
+ "@oclif/core@^4", "@oclif/core@^4.0.0-beta.13", "@oclif/core@^4.0.6":
1666
+ version "4.0.6"
1667
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1668
+ integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1669
1669
  dependencies:
1670
1670
  ansi-escapes "^4.3.2"
1671
1671
  ansis "^3.1.1"
1672
1672
  clean-stack "^3.0.1"
1673
1673
  cli-spinners "^2.9.2"
1674
- cosmiconfig "^9.0.0"
1675
1674
  debug "^4.3.5"
1676
1675
  ejs "^3.1.10"
1677
1676
  get-package-type "^0.1.0"
1678
1677
  globby "^11.1.0"
1679
1678
  indent-string "^4.0.0"
1680
1679
  is-wsl "^2.2.0"
1680
+ lilconfig "^3.1.2"
1681
1681
  minimatch "^9.0.4"
1682
1682
  string-width "^4.2.3"
1683
1683
  supports-color "^8"
@@ -3854,16 +3854,6 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
3854
3854
  parse-json "^5.2.0"
3855
3855
  path-type "^4.0.0"
3856
3856
 
3857
- cosmiconfig@^9.0.0:
3858
- version "9.0.0"
3859
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
3860
- integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
3861
- dependencies:
3862
- env-paths "^2.2.1"
3863
- import-fresh "^3.3.0"
3864
- js-yaml "^4.1.0"
3865
- parse-json "^5.2.0"
3866
-
3867
3857
  crc-32@^1.2.0:
3868
3858
  version "1.2.2"
3869
3859
  resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
@@ -4174,11 +4164,6 @@ entities@^4.2.0, entities@^4.5.0:
4174
4164
  resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
4175
4165
  integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
4176
4166
 
4177
- env-paths@^2.2.1:
4178
- version "2.2.1"
4179
- resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
4180
- integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
4181
-
4182
4167
  error-ex@^1.3.1:
4183
4168
  version "1.3.2"
4184
4169
  resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -6057,6 +6042,11 @@ lie@~3.3.0:
6057
6042
  dependencies:
6058
6043
  immediate "~3.0.5"
6059
6044
 
6045
+ lilconfig@^3.1.2:
6046
+ version "3.1.2"
6047
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
6048
+ integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
6049
+
6060
6050
  lines-and-columns@^1.1.6:
6061
6051
  version "1.2.4"
6062
6052
  resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.3.3"
326
+ "version": "3.3.4"
327
327
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.3",
4
+ "version": "3.3.4",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.0",
10
- "@oclif/core": "^4.0.3",
10
+ "@oclif/core": "^4.0.6",
11
11
  "@salesforce/core": "^7.3.12",
12
12
  "@salesforce/kit": "^3.1.2",
13
13
  "@salesforce/sf-plugins-core": "^10.0.0",