@jayree/sfdx-plugin-manifest 5.0.104 → 5.0.105
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +121 -121
- package/oclif.lock +90 -90
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.105](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.104...5.0.105) (2026-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.11.3 to 4.11.4 ([#2262](https://github.com/jayree/sfdx-plugin-manifest/issues/2262)) ([e052a5c](https://github.com/jayree/sfdx-plugin-manifest/commit/e052a5cbddeee55ebd28edfac233cb8fb9bb1410))
|
|
7
|
+
* **deps:** bump semver from 7.8.0 to 7.8.1 ([65e054c](https://github.com/oclif/core/commit/65e054c5036c7fa8d6e5934902a024cf6c260630))
|
|
8
|
+
|
|
1
9
|
## [5.0.104](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.103...5.0.104) (2026-05-21)
|
|
2
10
|
|
|
3
11
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.105/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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.105/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/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.105/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.105",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.105",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.33",
|
|
13
|
-
"@oclif/core": "^4.11.
|
|
13
|
+
"@oclif/core": "^4.11.4",
|
|
14
14
|
"@salesforce/core": "^8.29.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.17",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"isomorphic-git": "1.38.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.22",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.58",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.166",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -3106,9 +3106,9 @@
|
|
|
3106
3106
|
}
|
|
3107
3107
|
},
|
|
3108
3108
|
"node_modules/@oclif/core": {
|
|
3109
|
-
"version": "4.11.
|
|
3110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3111
|
-
"integrity": "sha512-
|
|
3109
|
+
"version": "4.11.4",
|
|
3110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz",
|
|
3111
|
+
"integrity": "sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==",
|
|
3112
3112
|
"license": "MIT",
|
|
3113
3113
|
"dependencies": {
|
|
3114
3114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
"is-wsl": "^2.2.0",
|
|
3123
3123
|
"lilconfig": "^3.1.3",
|
|
3124
3124
|
"minimatch": "^10.2.5",
|
|
3125
|
-
"semver": "^7.8.
|
|
3125
|
+
"semver": "^7.8.1",
|
|
3126
3126
|
"string-width": "^4.2.3",
|
|
3127
3127
|
"supports-color": "^8",
|
|
3128
3128
|
"tinyglobby": "^0.2.16",
|
|
@@ -3218,9 +3218,9 @@
|
|
|
3218
3218
|
}
|
|
3219
3219
|
},
|
|
3220
3220
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3221
|
-
"version": "5.3.
|
|
3222
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3223
|
-
"integrity": "sha512-
|
|
3221
|
+
"version": "5.3.22",
|
|
3222
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz",
|
|
3223
|
+
"integrity": "sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg==",
|
|
3224
3224
|
"dev": true,
|
|
3225
3225
|
"license": "MIT",
|
|
3226
3226
|
"dependencies": {
|
|
@@ -3231,7 +3231,7 @@
|
|
|
3231
3231
|
"lodash.difference": "^4.5.0",
|
|
3232
3232
|
"lodash.get": "^4.4.2",
|
|
3233
3233
|
"lodash.sortby": "^4.7.0",
|
|
3234
|
-
"semver": "^7.8.
|
|
3234
|
+
"semver": "^7.8.1",
|
|
3235
3235
|
"ts-json-schema-generator": "^1.5.1"
|
|
3236
3236
|
},
|
|
3237
3237
|
"bin": {
|
|
@@ -5086,17 +5086,17 @@
|
|
|
5086
5086
|
"license": "MIT"
|
|
5087
5087
|
},
|
|
5088
5088
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5089
|
-
"version": "8.59.
|
|
5090
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.
|
|
5091
|
-
"integrity": "sha512-
|
|
5089
|
+
"version": "8.59.4",
|
|
5090
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz",
|
|
5091
|
+
"integrity": "sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==",
|
|
5092
5092
|
"dev": true,
|
|
5093
5093
|
"license": "MIT",
|
|
5094
5094
|
"dependencies": {
|
|
5095
5095
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5096
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
5097
|
-
"@typescript-eslint/type-utils": "8.59.
|
|
5098
|
-
"@typescript-eslint/utils": "8.59.
|
|
5099
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5096
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
5097
|
+
"@typescript-eslint/type-utils": "8.59.4",
|
|
5098
|
+
"@typescript-eslint/utils": "8.59.4",
|
|
5099
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
5100
5100
|
"ignore": "^7.0.5",
|
|
5101
5101
|
"natural-compare": "^1.4.0",
|
|
5102
5102
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5109,20 +5109,20 @@
|
|
|
5109
5109
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5110
5110
|
},
|
|
5111
5111
|
"peerDependencies": {
|
|
5112
|
-
"@typescript-eslint/parser": "^8.59.
|
|
5112
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
5113
5113
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5114
5114
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5115
5115
|
}
|
|
5116
5116
|
},
|
|
5117
5117
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
5118
|
-
"version": "8.59.
|
|
5119
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
5120
|
-
"integrity": "sha512-
|
|
5118
|
+
"version": "8.59.4",
|
|
5119
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
|
|
5120
|
+
"integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
|
|
5121
5121
|
"dev": true,
|
|
5122
5122
|
"license": "MIT",
|
|
5123
5123
|
"dependencies": {
|
|
5124
|
-
"@typescript-eslint/types": "8.59.
|
|
5125
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5124
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5125
|
+
"@typescript-eslint/visitor-keys": "8.59.4"
|
|
5126
5126
|
},
|
|
5127
5127
|
"engines": {
|
|
5128
5128
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5133,9 +5133,9 @@
|
|
|
5133
5133
|
}
|
|
5134
5134
|
},
|
|
5135
5135
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
5136
|
-
"version": "8.59.
|
|
5137
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5138
|
-
"integrity": "sha512-
|
|
5136
|
+
"version": "8.59.4",
|
|
5137
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5138
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5139
5139
|
"dev": true,
|
|
5140
5140
|
"license": "MIT",
|
|
5141
5141
|
"engines": {
|
|
@@ -5147,13 +5147,13 @@
|
|
|
5147
5147
|
}
|
|
5148
5148
|
},
|
|
5149
5149
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
5150
|
-
"version": "8.59.
|
|
5151
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
5152
|
-
"integrity": "sha512-
|
|
5150
|
+
"version": "8.59.4",
|
|
5151
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
|
|
5152
|
+
"integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
|
|
5153
5153
|
"dev": true,
|
|
5154
5154
|
"license": "MIT",
|
|
5155
5155
|
"dependencies": {
|
|
5156
|
-
"@typescript-eslint/types": "8.59.
|
|
5156
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5157
5157
|
"eslint-visitor-keys": "^5.0.0"
|
|
5158
5158
|
},
|
|
5159
5159
|
"engines": {
|
|
@@ -5201,16 +5201,16 @@
|
|
|
5201
5201
|
}
|
|
5202
5202
|
},
|
|
5203
5203
|
"node_modules/@typescript-eslint/parser": {
|
|
5204
|
-
"version": "8.59.
|
|
5205
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.
|
|
5206
|
-
"integrity": "sha512-
|
|
5204
|
+
"version": "8.59.4",
|
|
5205
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.4.tgz",
|
|
5206
|
+
"integrity": "sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==",
|
|
5207
5207
|
"dev": true,
|
|
5208
5208
|
"license": "MIT",
|
|
5209
5209
|
"dependencies": {
|
|
5210
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
5211
|
-
"@typescript-eslint/types": "8.59.
|
|
5212
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
5213
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5210
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
5211
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5212
|
+
"@typescript-eslint/typescript-estree": "8.59.4",
|
|
5213
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
5214
5214
|
"debug": "^4.4.3"
|
|
5215
5215
|
},
|
|
5216
5216
|
"engines": {
|
|
@@ -5226,14 +5226,14 @@
|
|
|
5226
5226
|
}
|
|
5227
5227
|
},
|
|
5228
5228
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
5229
|
-
"version": "8.59.
|
|
5230
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
5231
|
-
"integrity": "sha512-
|
|
5229
|
+
"version": "8.59.4",
|
|
5230
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
|
|
5231
|
+
"integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
|
|
5232
5232
|
"dev": true,
|
|
5233
5233
|
"license": "MIT",
|
|
5234
5234
|
"dependencies": {
|
|
5235
|
-
"@typescript-eslint/types": "8.59.
|
|
5236
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5235
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5236
|
+
"@typescript-eslint/visitor-keys": "8.59.4"
|
|
5237
5237
|
},
|
|
5238
5238
|
"engines": {
|
|
5239
5239
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5244,9 +5244,9 @@
|
|
|
5244
5244
|
}
|
|
5245
5245
|
},
|
|
5246
5246
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
5247
|
-
"version": "8.59.
|
|
5248
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5249
|
-
"integrity": "sha512-
|
|
5247
|
+
"version": "8.59.4",
|
|
5248
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5249
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5250
5250
|
"dev": true,
|
|
5251
5251
|
"license": "MIT",
|
|
5252
5252
|
"engines": {
|
|
@@ -5258,13 +5258,13 @@
|
|
|
5258
5258
|
}
|
|
5259
5259
|
},
|
|
5260
5260
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
5261
|
-
"version": "8.59.
|
|
5262
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
5263
|
-
"integrity": "sha512-
|
|
5261
|
+
"version": "8.59.4",
|
|
5262
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
|
|
5263
|
+
"integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
|
|
5264
5264
|
"dev": true,
|
|
5265
5265
|
"license": "MIT",
|
|
5266
5266
|
"dependencies": {
|
|
5267
|
-
"@typescript-eslint/types": "8.59.
|
|
5267
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5268
5268
|
"eslint-visitor-keys": "^5.0.0"
|
|
5269
5269
|
},
|
|
5270
5270
|
"engines": {
|
|
@@ -5289,14 +5289,14 @@
|
|
|
5289
5289
|
}
|
|
5290
5290
|
},
|
|
5291
5291
|
"node_modules/@typescript-eslint/project-service": {
|
|
5292
|
-
"version": "8.59.
|
|
5293
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.
|
|
5294
|
-
"integrity": "sha512-
|
|
5292
|
+
"version": "8.59.4",
|
|
5293
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz",
|
|
5294
|
+
"integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==",
|
|
5295
5295
|
"dev": true,
|
|
5296
5296
|
"license": "MIT",
|
|
5297
5297
|
"dependencies": {
|
|
5298
|
-
"@typescript-eslint/tsconfig-utils": "^8.59.
|
|
5299
|
-
"@typescript-eslint/types": "^8.59.
|
|
5298
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.4",
|
|
5299
|
+
"@typescript-eslint/types": "^8.59.4",
|
|
5300
5300
|
"debug": "^4.4.3"
|
|
5301
5301
|
},
|
|
5302
5302
|
"engines": {
|
|
@@ -5311,9 +5311,9 @@
|
|
|
5311
5311
|
}
|
|
5312
5312
|
},
|
|
5313
5313
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5314
|
-
"version": "8.59.
|
|
5315
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
5316
|
-
"integrity": "sha512-
|
|
5314
|
+
"version": "8.59.4",
|
|
5315
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz",
|
|
5316
|
+
"integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==",
|
|
5317
5317
|
"dev": true,
|
|
5318
5318
|
"license": "MIT",
|
|
5319
5319
|
"engines": {
|
|
@@ -5328,9 +5328,9 @@
|
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
5330
5330
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
5331
|
-
"version": "8.59.
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5333
|
-
"integrity": "sha512-
|
|
5331
|
+
"version": "8.59.4",
|
|
5332
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5333
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5334
5334
|
"dev": true,
|
|
5335
5335
|
"license": "MIT",
|
|
5336
5336
|
"engines": {
|
|
@@ -5391,15 +5391,15 @@
|
|
|
5391
5391
|
}
|
|
5392
5392
|
},
|
|
5393
5393
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5394
|
-
"version": "8.59.
|
|
5395
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.
|
|
5396
|
-
"integrity": "sha512-
|
|
5394
|
+
"version": "8.59.4",
|
|
5395
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz",
|
|
5396
|
+
"integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==",
|
|
5397
5397
|
"dev": true,
|
|
5398
5398
|
"license": "MIT",
|
|
5399
5399
|
"dependencies": {
|
|
5400
|
-
"@typescript-eslint/types": "8.59.
|
|
5401
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
5402
|
-
"@typescript-eslint/utils": "8.59.
|
|
5400
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5401
|
+
"@typescript-eslint/typescript-estree": "8.59.4",
|
|
5402
|
+
"@typescript-eslint/utils": "8.59.4",
|
|
5403
5403
|
"debug": "^4.4.3",
|
|
5404
5404
|
"ts-api-utils": "^2.5.0"
|
|
5405
5405
|
},
|
|
@@ -5416,9 +5416,9 @@
|
|
|
5416
5416
|
}
|
|
5417
5417
|
},
|
|
5418
5418
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
5419
|
-
"version": "8.59.
|
|
5420
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5421
|
-
"integrity": "sha512-
|
|
5419
|
+
"version": "8.59.4",
|
|
5420
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5421
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5422
5422
|
"dev": true,
|
|
5423
5423
|
"license": "MIT",
|
|
5424
5424
|
"engines": {
|
|
@@ -5457,16 +5457,16 @@
|
|
|
5457
5457
|
}
|
|
5458
5458
|
},
|
|
5459
5459
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
5460
|
-
"version": "8.59.
|
|
5461
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.
|
|
5462
|
-
"integrity": "sha512-
|
|
5460
|
+
"version": "8.59.4",
|
|
5461
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz",
|
|
5462
|
+
"integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==",
|
|
5463
5463
|
"dev": true,
|
|
5464
5464
|
"license": "MIT",
|
|
5465
5465
|
"dependencies": {
|
|
5466
|
-
"@typescript-eslint/project-service": "8.59.
|
|
5467
|
-
"@typescript-eslint/tsconfig-utils": "8.59.
|
|
5468
|
-
"@typescript-eslint/types": "8.59.
|
|
5469
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5466
|
+
"@typescript-eslint/project-service": "8.59.4",
|
|
5467
|
+
"@typescript-eslint/tsconfig-utils": "8.59.4",
|
|
5468
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5469
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
5470
5470
|
"debug": "^4.4.3",
|
|
5471
5471
|
"minimatch": "^10.2.2",
|
|
5472
5472
|
"semver": "^7.7.3",
|
|
@@ -5485,9 +5485,9 @@
|
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
5487
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5488
|
-
"version": "8.59.
|
|
5489
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
5490
|
-
"integrity": "sha512-
|
|
5488
|
+
"version": "8.59.4",
|
|
5489
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz",
|
|
5490
|
+
"integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==",
|
|
5491
5491
|
"dev": true,
|
|
5492
5492
|
"license": "MIT",
|
|
5493
5493
|
"engines": {
|
|
@@ -5502,9 +5502,9 @@
|
|
|
5502
5502
|
}
|
|
5503
5503
|
},
|
|
5504
5504
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
5505
|
-
"version": "8.59.
|
|
5506
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5507
|
-
"integrity": "sha512-
|
|
5505
|
+
"version": "8.59.4",
|
|
5506
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5507
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5508
5508
|
"dev": true,
|
|
5509
5509
|
"license": "MIT",
|
|
5510
5510
|
"engines": {
|
|
@@ -5516,13 +5516,13 @@
|
|
|
5516
5516
|
}
|
|
5517
5517
|
},
|
|
5518
5518
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
5519
|
-
"version": "8.59.
|
|
5520
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
5521
|
-
"integrity": "sha512-
|
|
5519
|
+
"version": "8.59.4",
|
|
5520
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
|
|
5521
|
+
"integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
|
|
5522
5522
|
"dev": true,
|
|
5523
5523
|
"license": "MIT",
|
|
5524
5524
|
"dependencies": {
|
|
5525
|
-
"@typescript-eslint/types": "8.59.
|
|
5525
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5526
5526
|
"eslint-visitor-keys": "^5.0.0"
|
|
5527
5527
|
},
|
|
5528
5528
|
"engines": {
|
|
@@ -5599,16 +5599,16 @@
|
|
|
5599
5599
|
}
|
|
5600
5600
|
},
|
|
5601
5601
|
"node_modules/@typescript-eslint/utils": {
|
|
5602
|
-
"version": "8.59.
|
|
5603
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.
|
|
5604
|
-
"integrity": "sha512-
|
|
5602
|
+
"version": "8.59.4",
|
|
5603
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz",
|
|
5604
|
+
"integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==",
|
|
5605
5605
|
"dev": true,
|
|
5606
5606
|
"license": "MIT",
|
|
5607
5607
|
"dependencies": {
|
|
5608
5608
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
5609
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
5610
|
-
"@typescript-eslint/types": "8.59.
|
|
5611
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
5609
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
5610
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5611
|
+
"@typescript-eslint/typescript-estree": "8.59.4"
|
|
5612
5612
|
},
|
|
5613
5613
|
"engines": {
|
|
5614
5614
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5623,14 +5623,14 @@
|
|
|
5623
5623
|
}
|
|
5624
5624
|
},
|
|
5625
5625
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
5626
|
-
"version": "8.59.
|
|
5627
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
5628
|
-
"integrity": "sha512-
|
|
5626
|
+
"version": "8.59.4",
|
|
5627
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
|
|
5628
|
+
"integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
|
|
5629
5629
|
"dev": true,
|
|
5630
5630
|
"license": "MIT",
|
|
5631
5631
|
"dependencies": {
|
|
5632
|
-
"@typescript-eslint/types": "8.59.
|
|
5633
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
5632
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5633
|
+
"@typescript-eslint/visitor-keys": "8.59.4"
|
|
5634
5634
|
},
|
|
5635
5635
|
"engines": {
|
|
5636
5636
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5641,9 +5641,9 @@
|
|
|
5641
5641
|
}
|
|
5642
5642
|
},
|
|
5643
5643
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
5644
|
-
"version": "8.59.
|
|
5645
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
5646
|
-
"integrity": "sha512-
|
|
5644
|
+
"version": "8.59.4",
|
|
5645
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
5646
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
5647
5647
|
"dev": true,
|
|
5648
5648
|
"license": "MIT",
|
|
5649
5649
|
"engines": {
|
|
@@ -5655,13 +5655,13 @@
|
|
|
5655
5655
|
}
|
|
5656
5656
|
},
|
|
5657
5657
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
5658
|
-
"version": "8.59.
|
|
5659
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
5660
|
-
"integrity": "sha512-
|
|
5658
|
+
"version": "8.59.4",
|
|
5659
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
|
|
5660
|
+
"integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
|
|
5661
5661
|
"dev": true,
|
|
5662
5662
|
"license": "MIT",
|
|
5663
5663
|
"dependencies": {
|
|
5664
|
-
"@typescript-eslint/types": "8.59.
|
|
5664
|
+
"@typescript-eslint/types": "8.59.4",
|
|
5665
5665
|
"eslint-visitor-keys": "^5.0.0"
|
|
5666
5666
|
},
|
|
5667
5667
|
"engines": {
|
|
@@ -8453,9 +8453,9 @@
|
|
|
8453
8453
|
}
|
|
8454
8454
|
},
|
|
8455
8455
|
"node_modules/eslint-config-oclif": {
|
|
8456
|
-
"version": "6.0.
|
|
8457
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
8458
|
-
"integrity": "sha512-
|
|
8456
|
+
"version": "6.0.166",
|
|
8457
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.166.tgz",
|
|
8458
|
+
"integrity": "sha512-8UVUFRO1wiVl0NTy3RKG9Oc/8AyTbz48tV9O1hLT/ihk8ixAk/ZIwfey08Gpa6AnVORfLtzZJo0TCRGgrq5d2g==",
|
|
8459
8459
|
"dev": true,
|
|
8460
8460
|
"license": "MIT",
|
|
8461
8461
|
"dependencies": {
|
|
@@ -8475,7 +8475,7 @@
|
|
|
8475
8475
|
"eslint-plugin-n": "^17.24.0",
|
|
8476
8476
|
"eslint-plugin-perfectionist": "^4",
|
|
8477
8477
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
8478
|
-
"typescript-eslint": "^8.59.
|
|
8478
|
+
"typescript-eslint": "^8.59.4"
|
|
8479
8479
|
},
|
|
8480
8480
|
"engines": {
|
|
8481
8481
|
"node": ">=18.18.0"
|
|
@@ -16193,9 +16193,9 @@
|
|
|
16193
16193
|
"license": "BSD-3-Clause"
|
|
16194
16194
|
},
|
|
16195
16195
|
"node_modules/semver": {
|
|
16196
|
-
"version": "7.8.
|
|
16197
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
16198
|
-
"integrity": "sha512-
|
|
16196
|
+
"version": "7.8.1",
|
|
16197
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
16198
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
16199
16199
|
"license": "ISC",
|
|
16200
16200
|
"bin": {
|
|
16201
16201
|
"semver": "bin/semver.js"
|
|
@@ -17948,16 +17948,16 @@
|
|
|
17948
17948
|
}
|
|
17949
17949
|
},
|
|
17950
17950
|
"node_modules/typescript-eslint": {
|
|
17951
|
-
"version": "8.59.
|
|
17952
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.
|
|
17953
|
-
"integrity": "sha512-
|
|
17951
|
+
"version": "8.59.4",
|
|
17952
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.4.tgz",
|
|
17953
|
+
"integrity": "sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==",
|
|
17954
17954
|
"dev": true,
|
|
17955
17955
|
"license": "MIT",
|
|
17956
17956
|
"dependencies": {
|
|
17957
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
17958
|
-
"@typescript-eslint/parser": "8.59.
|
|
17959
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
17960
|
-
"@typescript-eslint/utils": "8.59.
|
|
17957
|
+
"@typescript-eslint/eslint-plugin": "8.59.4",
|
|
17958
|
+
"@typescript-eslint/parser": "8.59.4",
|
|
17959
|
+
"@typescript-eslint/typescript-estree": "8.59.4",
|
|
17960
|
+
"@typescript-eslint/utils": "8.59.4"
|
|
17961
17961
|
},
|
|
17962
17962
|
"engines": {
|
|
17963
17963
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1322,10 +1322,10 @@
|
|
|
1322
1322
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1323
1323
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1324
1324
|
|
|
1325
|
-
"@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.
|
|
1326
|
-
version "4.11.
|
|
1327
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1328
|
-
integrity sha512-
|
|
1325
|
+
"@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.4":
|
|
1326
|
+
version "4.11.4"
|
|
1327
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
|
|
1328
|
+
integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
|
|
1329
1329
|
dependencies:
|
|
1330
1330
|
ansi-escapes "^4.3.2"
|
|
1331
1331
|
ansis "^3.17.0"
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
is-wsl "^2.2.0"
|
|
1339
1339
|
lilconfig "^3.1.3"
|
|
1340
1340
|
minimatch "^10.2.5"
|
|
1341
|
-
semver "^7.8.
|
|
1341
|
+
semver "^7.8.1"
|
|
1342
1342
|
string-width "^4.2.3"
|
|
1343
1343
|
supports-color "^8"
|
|
1344
1344
|
tinyglobby "^0.2.16"
|
|
@@ -1346,10 +1346,10 @@
|
|
|
1346
1346
|
wordwrap "^1.0.0"
|
|
1347
1347
|
wrap-ansi "^7.0.0"
|
|
1348
1348
|
|
|
1349
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1350
|
-
version "5.3.
|
|
1351
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1352
|
-
integrity sha512-
|
|
1349
|
+
"@oclif/plugin-command-snapshot@^5.3.22":
|
|
1350
|
+
version "5.3.22"
|
|
1351
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz#266853b2e4f327b9051720c444e8d3f15f3058e7"
|
|
1352
|
+
integrity sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg==
|
|
1353
1353
|
dependencies:
|
|
1354
1354
|
"@oclif/core" "^4"
|
|
1355
1355
|
ansis "^3.17.0"
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
lodash.difference "^4.5.0"
|
|
1359
1359
|
lodash.get "^4.4.2"
|
|
1360
1360
|
lodash.sortby "^4.7.0"
|
|
1361
|
-
semver "^7.8.
|
|
1361
|
+
semver "^7.8.1"
|
|
1362
1362
|
ts-json-schema-generator "^1.5.1"
|
|
1363
1363
|
|
|
1364
1364
|
"@oclif/plugin-help@^6.2.49":
|
|
@@ -2088,16 +2088,16 @@
|
|
|
2088
2088
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
2089
2089
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
2090
2090
|
|
|
2091
|
-
"@typescript-eslint/eslint-plugin@8.59.
|
|
2092
|
-
version "8.59.
|
|
2093
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.
|
|
2094
|
-
integrity sha512-
|
|
2091
|
+
"@typescript-eslint/eslint-plugin@8.59.4", "@typescript-eslint/eslint-plugin@^8":
|
|
2092
|
+
version "8.59.4"
|
|
2093
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz#c67bfee32caae9cb587dce1ac59c3bf43b659707"
|
|
2094
|
+
integrity sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==
|
|
2095
2095
|
dependencies:
|
|
2096
2096
|
"@eslint-community/regexpp" "^4.12.2"
|
|
2097
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
2098
|
-
"@typescript-eslint/type-utils" "8.59.
|
|
2099
|
-
"@typescript-eslint/utils" "8.59.
|
|
2100
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
2097
|
+
"@typescript-eslint/scope-manager" "8.59.4"
|
|
2098
|
+
"@typescript-eslint/type-utils" "8.59.4"
|
|
2099
|
+
"@typescript-eslint/utils" "8.59.4"
|
|
2100
|
+
"@typescript-eslint/visitor-keys" "8.59.4"
|
|
2101
2101
|
ignore "^7.0.5"
|
|
2102
2102
|
natural-compare "^1.4.0"
|
|
2103
2103
|
ts-api-utils "^2.5.0"
|
|
@@ -2119,15 +2119,15 @@
|
|
|
2119
2119
|
semver "^7.5.4"
|
|
2120
2120
|
ts-api-utils "^1.0.1"
|
|
2121
2121
|
|
|
2122
|
-
"@typescript-eslint/parser@8.59.
|
|
2123
|
-
version "8.59.
|
|
2124
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.
|
|
2125
|
-
integrity sha512-
|
|
2122
|
+
"@typescript-eslint/parser@8.59.4", "@typescript-eslint/parser@^8":
|
|
2123
|
+
version "8.59.4"
|
|
2124
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.4.tgz#77d99e3b27663e7a22cf12c3fb769db509e5e93c"
|
|
2125
|
+
integrity sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==
|
|
2126
2126
|
dependencies:
|
|
2127
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
2128
|
-
"@typescript-eslint/types" "8.59.
|
|
2129
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
2130
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
2127
|
+
"@typescript-eslint/scope-manager" "8.59.4"
|
|
2128
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2129
|
+
"@typescript-eslint/typescript-estree" "8.59.4"
|
|
2130
|
+
"@typescript-eslint/visitor-keys" "8.59.4"
|
|
2131
2131
|
debug "^4.4.3"
|
|
2132
2132
|
|
|
2133
2133
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -2150,13 +2150,13 @@
|
|
|
2150
2150
|
"@typescript-eslint/types" "^8.56.0"
|
|
2151
2151
|
debug "^4.4.3"
|
|
2152
2152
|
|
|
2153
|
-
"@typescript-eslint/project-service@8.59.
|
|
2154
|
-
version "8.59.
|
|
2155
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.
|
|
2156
|
-
integrity sha512-
|
|
2153
|
+
"@typescript-eslint/project-service@8.59.4":
|
|
2154
|
+
version "8.59.4"
|
|
2155
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.4.tgz#5830535a0e7a3ae806e2669964f47a74c4bc6b0e"
|
|
2156
|
+
integrity sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==
|
|
2157
2157
|
dependencies:
|
|
2158
|
-
"@typescript-eslint/tsconfig-utils" "^8.59.
|
|
2159
|
-
"@typescript-eslint/types" "^8.59.
|
|
2158
|
+
"@typescript-eslint/tsconfig-utils" "^8.59.4"
|
|
2159
|
+
"@typescript-eslint/types" "^8.59.4"
|
|
2160
2160
|
debug "^4.4.3"
|
|
2161
2161
|
|
|
2162
2162
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -2183,23 +2183,23 @@
|
|
|
2183
2183
|
"@typescript-eslint/types" "8.56.0"
|
|
2184
2184
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
2185
2185
|
|
|
2186
|
-
"@typescript-eslint/scope-manager@8.59.
|
|
2187
|
-
version "8.59.
|
|
2188
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
2189
|
-
integrity sha512-
|
|
2186
|
+
"@typescript-eslint/scope-manager@8.59.4":
|
|
2187
|
+
version "8.59.4"
|
|
2188
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz#507d1258c758147dac1adee9517a205a8ac1e046"
|
|
2189
|
+
integrity sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==
|
|
2190
2190
|
dependencies:
|
|
2191
|
-
"@typescript-eslint/types" "8.59.
|
|
2192
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
2191
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2192
|
+
"@typescript-eslint/visitor-keys" "8.59.4"
|
|
2193
2193
|
|
|
2194
2194
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
2195
2195
|
version "8.56.0"
|
|
2196
2196
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
2197
2197
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
2198
2198
|
|
|
2199
|
-
"@typescript-eslint/tsconfig-utils@8.59.
|
|
2200
|
-
version "8.59.
|
|
2201
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
2202
|
-
integrity sha512-
|
|
2199
|
+
"@typescript-eslint/tsconfig-utils@8.59.4", "@typescript-eslint/tsconfig-utils@^8.59.4":
|
|
2200
|
+
version "8.59.4"
|
|
2201
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz#218ba229d96dde35212e3a76a7d0a6bc831398be"
|
|
2202
|
+
integrity sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==
|
|
2203
2203
|
|
|
2204
2204
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2205
2205
|
version "6.21.0"
|
|
@@ -2211,14 +2211,14 @@
|
|
|
2211
2211
|
debug "^4.3.4"
|
|
2212
2212
|
ts-api-utils "^1.0.1"
|
|
2213
2213
|
|
|
2214
|
-
"@typescript-eslint/type-utils@8.59.
|
|
2215
|
-
version "8.59.
|
|
2216
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.
|
|
2217
|
-
integrity sha512-
|
|
2214
|
+
"@typescript-eslint/type-utils@8.59.4":
|
|
2215
|
+
version "8.59.4"
|
|
2216
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz#359fc53ba39a1f1860fddda40ebe5bfe0d87faed"
|
|
2217
|
+
integrity sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==
|
|
2218
2218
|
dependencies:
|
|
2219
|
-
"@typescript-eslint/types" "8.59.
|
|
2220
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
2221
|
-
"@typescript-eslint/utils" "8.59.
|
|
2219
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2220
|
+
"@typescript-eslint/typescript-estree" "8.59.4"
|
|
2221
|
+
"@typescript-eslint/utils" "8.59.4"
|
|
2222
2222
|
debug "^4.4.3"
|
|
2223
2223
|
ts-api-utils "^2.5.0"
|
|
2224
2224
|
|
|
@@ -2237,10 +2237,10 @@
|
|
|
2237
2237
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
2238
2238
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
2239
2239
|
|
|
2240
|
-
"@typescript-eslint/types@8.59.
|
|
2241
|
-
version "8.59.
|
|
2242
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.
|
|
2243
|
-
integrity sha512-
|
|
2240
|
+
"@typescript-eslint/types@8.59.4", "@typescript-eslint/types@^8.59.4":
|
|
2241
|
+
version "8.59.4"
|
|
2242
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.4.tgz#c29d5c21bfbaa8347ddc677d3ac1fcd2db0f848e"
|
|
2243
|
+
integrity sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==
|
|
2244
2244
|
|
|
2245
2245
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2246
2246
|
version "6.21.0"
|
|
@@ -2285,15 +2285,15 @@
|
|
|
2285
2285
|
tinyglobby "^0.2.15"
|
|
2286
2286
|
ts-api-utils "^2.4.0"
|
|
2287
2287
|
|
|
2288
|
-
"@typescript-eslint/typescript-estree@8.59.
|
|
2289
|
-
version "8.59.
|
|
2290
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.
|
|
2291
|
-
integrity sha512-
|
|
2288
|
+
"@typescript-eslint/typescript-estree@8.59.4":
|
|
2289
|
+
version "8.59.4"
|
|
2290
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz#d005e5e1fb425526f39685594bed34a04ad755ea"
|
|
2291
|
+
integrity sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==
|
|
2292
2292
|
dependencies:
|
|
2293
|
-
"@typescript-eslint/project-service" "8.59.
|
|
2294
|
-
"@typescript-eslint/tsconfig-utils" "8.59.
|
|
2295
|
-
"@typescript-eslint/types" "8.59.
|
|
2296
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
2293
|
+
"@typescript-eslint/project-service" "8.59.4"
|
|
2294
|
+
"@typescript-eslint/tsconfig-utils" "8.59.4"
|
|
2295
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2296
|
+
"@typescript-eslint/visitor-keys" "8.59.4"
|
|
2297
2297
|
debug "^4.4.3"
|
|
2298
2298
|
minimatch "^10.2.2"
|
|
2299
2299
|
semver "^7.7.3"
|
|
@@ -2313,15 +2313,15 @@
|
|
|
2313
2313
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2314
2314
|
semver "^7.5.4"
|
|
2315
2315
|
|
|
2316
|
-
"@typescript-eslint/utils@8.59.
|
|
2317
|
-
version "8.59.
|
|
2318
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.
|
|
2319
|
-
integrity sha512-
|
|
2316
|
+
"@typescript-eslint/utils@8.59.4":
|
|
2317
|
+
version "8.59.4"
|
|
2318
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.4.tgz#8ccd2b08aecc72c7efc0d7ac6695631d199d256e"
|
|
2319
|
+
integrity sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==
|
|
2320
2320
|
dependencies:
|
|
2321
2321
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
2322
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
2323
|
-
"@typescript-eslint/types" "8.59.
|
|
2324
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
2322
|
+
"@typescript-eslint/scope-manager" "8.59.4"
|
|
2323
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2324
|
+
"@typescript-eslint/typescript-estree" "8.59.4"
|
|
2325
2325
|
|
|
2326
2326
|
"@typescript-eslint/utils@^7.18.0":
|
|
2327
2327
|
version "7.18.0"
|
|
@@ -2367,12 +2367,12 @@
|
|
|
2367
2367
|
"@typescript-eslint/types" "8.56.0"
|
|
2368
2368
|
eslint-visitor-keys "^5.0.0"
|
|
2369
2369
|
|
|
2370
|
-
"@typescript-eslint/visitor-keys@8.59.
|
|
2371
|
-
version "8.59.
|
|
2372
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
2373
|
-
integrity sha512-
|
|
2370
|
+
"@typescript-eslint/visitor-keys@8.59.4":
|
|
2371
|
+
version "8.59.4"
|
|
2372
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz#1ac23b747b011f5cbdb449da97769f6c5f3a9355"
|
|
2373
|
+
integrity sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==
|
|
2374
2374
|
dependencies:
|
|
2375
|
-
"@typescript-eslint/types" "8.59.
|
|
2375
|
+
"@typescript-eslint/types" "8.59.4"
|
|
2376
2376
|
eslint-visitor-keys "^5.0.0"
|
|
2377
2377
|
|
|
2378
2378
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -3993,10 +3993,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
3993
3993
|
eslint-plugin-n "^15.1.0"
|
|
3994
3994
|
eslint-plugin-unicorn "^48.0.1"
|
|
3995
3995
|
|
|
3996
|
-
eslint-config-oclif@^6.0.
|
|
3997
|
-
version "6.0.
|
|
3998
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
3999
|
-
integrity sha512-
|
|
3996
|
+
eslint-config-oclif@^6.0.166:
|
|
3997
|
+
version "6.0.166"
|
|
3998
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.166.tgz#df708df99dd37e5d054d2bf86e477339ce2bd47f"
|
|
3999
|
+
integrity sha512-8UVUFRO1wiVl0NTy3RKG9Oc/8AyTbz48tV9O1hLT/ihk8ixAk/ZIwfey08Gpa6AnVORfLtzZJo0TCRGgrq5d2g==
|
|
4000
4000
|
dependencies:
|
|
4001
4001
|
"@eslint/compat" "^1.4.1"
|
|
4002
4002
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -4014,7 +4014,7 @@ eslint-config-oclif@^6.0.165:
|
|
|
4014
4014
|
eslint-plugin-n "^17.24.0"
|
|
4015
4015
|
eslint-plugin-perfectionist "^4"
|
|
4016
4016
|
eslint-plugin-unicorn "^56.0.1"
|
|
4017
|
-
typescript-eslint "^8.59.
|
|
4017
|
+
typescript-eslint "^8.59.4"
|
|
4018
4018
|
|
|
4019
4019
|
eslint-config-prettier@^9.1.0:
|
|
4020
4020
|
version "9.1.2"
|
|
@@ -7911,10 +7911,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7911
7911
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7912
7912
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7913
7913
|
|
|
7914
|
-
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
|
|
7915
|
-
version "7.8.
|
|
7916
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.
|
|
7917
|
-
integrity sha512-
|
|
7914
|
+
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1:
|
|
7915
|
+
version "7.8.1"
|
|
7916
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
|
|
7917
|
+
integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
|
|
7918
7918
|
|
|
7919
7919
|
sentence-case@^3.0.4:
|
|
7920
7920
|
version "3.0.4"
|
|
@@ -8899,15 +8899,15 @@ typedoc@^0.26.5:
|
|
|
8899
8899
|
shiki "^1.16.2"
|
|
8900
8900
|
yaml "^2.5.1"
|
|
8901
8901
|
|
|
8902
|
-
typescript-eslint@^8.59.
|
|
8903
|
-
version "8.59.
|
|
8904
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.
|
|
8905
|
-
integrity sha512-
|
|
8902
|
+
typescript-eslint@^8.59.4:
|
|
8903
|
+
version "8.59.4"
|
|
8904
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.4.tgz#834e3b53f4d1a764a985ceb8592c4a95d6a8da7c"
|
|
8905
|
+
integrity sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==
|
|
8906
8906
|
dependencies:
|
|
8907
|
-
"@typescript-eslint/eslint-plugin" "8.59.
|
|
8908
|
-
"@typescript-eslint/parser" "8.59.
|
|
8909
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
8910
|
-
"@typescript-eslint/utils" "8.59.
|
|
8907
|
+
"@typescript-eslint/eslint-plugin" "8.59.4"
|
|
8908
|
+
"@typescript-eslint/parser" "8.59.4"
|
|
8909
|
+
"@typescript-eslint/typescript-estree" "8.59.4"
|
|
8910
|
+
"@typescript-eslint/utils" "8.59.4"
|
|
8911
8911
|
|
|
8912
8912
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
8913
8913
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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": "5.0.
|
|
4
|
+
"version": "5.0.105",
|
|
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.33",
|
|
10
|
-
"@oclif/core": "^4.11.
|
|
10
|
+
"@oclif/core": "^4.11.4",
|
|
11
11
|
"@salesforce/core": "^8.29.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.17",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"isomorphic-git": "1.38.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.22",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.58",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.166",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|