@jayree/sfdx-plugin-manifest 5.0.91 → 5.0.93
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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +128 -128
- package/oclif.lock +99 -99
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [5.0.93](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.92...5.0.93) (2026-05-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/core from 8.29.0 to 8.29.1 ([#2235](https://github.com/jayree/sfdx-plugin-manifest/issues/2235)) ([0987002](https://github.com/jayree/sfdx-plugin-manifest/commit/09870026b40616eaa8abf7fa5eb5fdedf7b54364))
|
|
7
|
+
* **deps:** bump fast-uri from 3.0.6 to 3.1.2 in /examples ([a5ae777](https://github.com/forcedotcom/sfdx-core/commit/a5ae777781e72dedfc37f33a523ba7b73da15eed))
|
|
8
|
+
|
|
9
|
+
## [5.0.92](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.91...5.0.92) (2026-05-10)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @salesforce/sf-plugins-core from 12.2.13 to 12.2.16 ([#2236](https://github.com/jayree/sfdx-plugin-manifest/issues/2236)) ([8014033](https://github.com/jayree/sfdx-plugin-manifest/commit/80140338ef6245afeb7d052596ab0894bffaa592))
|
|
15
|
+
* **deps:** bump fast-uri from 3.1.0 to 3.1.2 ([e82c187](https://github.com/salesforcecli/sf-plugins-core/commit/e82c1872c3b9ddd02cc1372840d3cd51609ee800))
|
|
16
|
+
* **deps:** bump @oclif/core from 4.11.0 to 4.11.2 ([a9882fd](https://github.com/salesforcecli/sf-plugins-core/commit/a9882fdf48e0f747adf9956e1eafe80d1a4ab89e))
|
|
17
|
+
* **deps:** bump @oclif/table from 0.5.6 to 0.5.7 ([86f772a](https://github.com/salesforcecli/sf-plugins-core/commit/86f772a3ef134a63c3beba47282ed906da6e0d72))
|
|
18
|
+
|
|
1
19
|
## [5.0.91](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.90...5.0.91) (2026-05-08)
|
|
2
20
|
|
|
3
21
|
|
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.93/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.93/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.93/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.93",
|
|
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.93",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.32",
|
|
13
13
|
"@oclif/core": "^4.11.1",
|
|
14
|
-
"@salesforce/core": "^8.29.
|
|
14
|
+
"@salesforce/core": "^8.29.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
16
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.35.5",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.14",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -31,7 +31,7 @@
|
|
|
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.164",
|
|
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",
|
|
@@ -5400,9 +5400,9 @@
|
|
|
5400
5400
|
}
|
|
5401
5401
|
},
|
|
5402
5402
|
"node_modules/@oclif/core": {
|
|
5403
|
-
"version": "4.11.
|
|
5404
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
5405
|
-
"integrity": "sha512
|
|
5403
|
+
"version": "4.11.2",
|
|
5404
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
|
|
5405
|
+
"integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
|
|
5406
5406
|
"license": "MIT",
|
|
5407
5407
|
"dependencies": {
|
|
5408
5408
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5416,7 +5416,7 @@
|
|
|
5416
5416
|
"is-wsl": "^2.2.0",
|
|
5417
5417
|
"lilconfig": "^3.1.3",
|
|
5418
5418
|
"minimatch": "^10.2.5",
|
|
5419
|
-
"semver": "^7.
|
|
5419
|
+
"semver": "^7.8.0",
|
|
5420
5420
|
"string-width": "^4.2.3",
|
|
5421
5421
|
"supports-color": "^8",
|
|
5422
5422
|
"tinyglobby": "^0.2.14",
|
|
@@ -5608,9 +5608,9 @@
|
|
|
5608
5608
|
}
|
|
5609
5609
|
},
|
|
5610
5610
|
"node_modules/@oclif/table": {
|
|
5611
|
-
"version": "0.5.
|
|
5612
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
5613
|
-
"integrity": "sha512-
|
|
5611
|
+
"version": "0.5.7",
|
|
5612
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.7.tgz",
|
|
5613
|
+
"integrity": "sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==",
|
|
5614
5614
|
"license": "MIT",
|
|
5615
5615
|
"dependencies": {
|
|
5616
5616
|
"@types/react": "^18.3.12",
|
|
@@ -5920,9 +5920,9 @@
|
|
|
5920
5920
|
}
|
|
5921
5921
|
},
|
|
5922
5922
|
"node_modules/@salesforce/core": {
|
|
5923
|
-
"version": "8.29.
|
|
5924
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.29.
|
|
5925
|
-
"integrity": "sha512-
|
|
5923
|
+
"version": "8.29.1",
|
|
5924
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.29.1.tgz",
|
|
5925
|
+
"integrity": "sha512-Pdo9yjKU6Lgm3CJOVJPTM4PzUHhTVMX43K5XmClsBEt75fs8mHNFALniHZwnZbVf+TSMfGsUygYAyTX6ShnNQA==",
|
|
5926
5926
|
"license": "BSD-3-Clause",
|
|
5927
5927
|
"dependencies": {
|
|
5928
5928
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -6300,15 +6300,15 @@
|
|
|
6300
6300
|
"license": "BSD-3-Clause"
|
|
6301
6301
|
},
|
|
6302
6302
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6303
|
-
"version": "12.2.
|
|
6304
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
6305
|
-
"integrity": "sha512-
|
|
6303
|
+
"version": "12.2.16",
|
|
6304
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz",
|
|
6305
|
+
"integrity": "sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==",
|
|
6306
6306
|
"license": "Apache-2.0",
|
|
6307
6307
|
"dependencies": {
|
|
6308
6308
|
"@inquirer/confirm": "^6.0.12",
|
|
6309
6309
|
"@inquirer/password": "^5.0.12",
|
|
6310
|
-
"@oclif/core": "^4.11.
|
|
6311
|
-
"@oclif/table": "^0.5.
|
|
6310
|
+
"@oclif/core": "^4.11.2",
|
|
6311
|
+
"@oclif/table": "^0.5.7",
|
|
6312
6312
|
"@salesforce/core": "^8.29.0",
|
|
6313
6313
|
"@salesforce/kit": "^3.2.3",
|
|
6314
6314
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -8323,17 +8323,17 @@
|
|
|
8323
8323
|
"license": "MIT"
|
|
8324
8324
|
},
|
|
8325
8325
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
8326
|
-
"version": "8.59.
|
|
8327
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.
|
|
8328
|
-
"integrity": "sha512-
|
|
8326
|
+
"version": "8.59.2",
|
|
8327
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz",
|
|
8328
|
+
"integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
|
|
8329
8329
|
"dev": true,
|
|
8330
8330
|
"license": "MIT",
|
|
8331
8331
|
"dependencies": {
|
|
8332
8332
|
"@eslint-community/regexpp": "^4.12.2",
|
|
8333
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
8334
|
-
"@typescript-eslint/type-utils": "8.59.
|
|
8335
|
-
"@typescript-eslint/utils": "8.59.
|
|
8336
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8333
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
8334
|
+
"@typescript-eslint/type-utils": "8.59.2",
|
|
8335
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
8336
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
8337
8337
|
"ignore": "^7.0.5",
|
|
8338
8338
|
"natural-compare": "^1.4.0",
|
|
8339
8339
|
"ts-api-utils": "^2.5.0"
|
|
@@ -8346,20 +8346,20 @@
|
|
|
8346
8346
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8347
8347
|
},
|
|
8348
8348
|
"peerDependencies": {
|
|
8349
|
-
"@typescript-eslint/parser": "^8.59.
|
|
8349
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
8350
8350
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
8351
8351
|
"typescript": ">=4.8.4 <6.1.0"
|
|
8352
8352
|
}
|
|
8353
8353
|
},
|
|
8354
8354
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
8355
|
-
"version": "8.59.
|
|
8356
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
8357
|
-
"integrity": "sha512-
|
|
8355
|
+
"version": "8.59.2",
|
|
8356
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
|
|
8357
|
+
"integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
|
|
8358
8358
|
"dev": true,
|
|
8359
8359
|
"license": "MIT",
|
|
8360
8360
|
"dependencies": {
|
|
8361
|
-
"@typescript-eslint/types": "8.59.
|
|
8362
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8361
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8362
|
+
"@typescript-eslint/visitor-keys": "8.59.2"
|
|
8363
8363
|
},
|
|
8364
8364
|
"engines": {
|
|
8365
8365
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8370,9 +8370,9 @@
|
|
|
8370
8370
|
}
|
|
8371
8371
|
},
|
|
8372
8372
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
8373
|
-
"version": "8.59.
|
|
8374
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8375
|
-
"integrity": "sha512-
|
|
8373
|
+
"version": "8.59.2",
|
|
8374
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8375
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8376
8376
|
"dev": true,
|
|
8377
8377
|
"license": "MIT",
|
|
8378
8378
|
"engines": {
|
|
@@ -8384,13 +8384,13 @@
|
|
|
8384
8384
|
}
|
|
8385
8385
|
},
|
|
8386
8386
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
8387
|
-
"version": "8.59.
|
|
8388
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
8389
|
-
"integrity": "sha512-
|
|
8387
|
+
"version": "8.59.2",
|
|
8388
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
8389
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
8390
8390
|
"dev": true,
|
|
8391
8391
|
"license": "MIT",
|
|
8392
8392
|
"dependencies": {
|
|
8393
|
-
"@typescript-eslint/types": "8.59.
|
|
8393
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8394
8394
|
"eslint-visitor-keys": "^5.0.0"
|
|
8395
8395
|
},
|
|
8396
8396
|
"engines": {
|
|
@@ -8438,16 +8438,16 @@
|
|
|
8438
8438
|
}
|
|
8439
8439
|
},
|
|
8440
8440
|
"node_modules/@typescript-eslint/parser": {
|
|
8441
|
-
"version": "8.59.
|
|
8442
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.
|
|
8443
|
-
"integrity": "sha512-
|
|
8441
|
+
"version": "8.59.2",
|
|
8442
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
|
|
8443
|
+
"integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
|
|
8444
8444
|
"dev": true,
|
|
8445
8445
|
"license": "MIT",
|
|
8446
8446
|
"dependencies": {
|
|
8447
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
8448
|
-
"@typescript-eslint/types": "8.59.
|
|
8449
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
8450
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8447
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
8448
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8449
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
8450
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
8451
8451
|
"debug": "^4.4.3"
|
|
8452
8452
|
},
|
|
8453
8453
|
"engines": {
|
|
@@ -8463,14 +8463,14 @@
|
|
|
8463
8463
|
}
|
|
8464
8464
|
},
|
|
8465
8465
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
8466
|
-
"version": "8.59.
|
|
8467
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
8468
|
-
"integrity": "sha512-
|
|
8466
|
+
"version": "8.59.2",
|
|
8467
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
|
|
8468
|
+
"integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
|
|
8469
8469
|
"dev": true,
|
|
8470
8470
|
"license": "MIT",
|
|
8471
8471
|
"dependencies": {
|
|
8472
|
-
"@typescript-eslint/types": "8.59.
|
|
8473
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8472
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8473
|
+
"@typescript-eslint/visitor-keys": "8.59.2"
|
|
8474
8474
|
},
|
|
8475
8475
|
"engines": {
|
|
8476
8476
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8481,9 +8481,9 @@
|
|
|
8481
8481
|
}
|
|
8482
8482
|
},
|
|
8483
8483
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
8484
|
-
"version": "8.59.
|
|
8485
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8486
|
-
"integrity": "sha512-
|
|
8484
|
+
"version": "8.59.2",
|
|
8485
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8486
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8487
8487
|
"dev": true,
|
|
8488
8488
|
"license": "MIT",
|
|
8489
8489
|
"engines": {
|
|
@@ -8495,13 +8495,13 @@
|
|
|
8495
8495
|
}
|
|
8496
8496
|
},
|
|
8497
8497
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
8498
|
-
"version": "8.59.
|
|
8499
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
8500
|
-
"integrity": "sha512-
|
|
8498
|
+
"version": "8.59.2",
|
|
8499
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
8500
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
8501
8501
|
"dev": true,
|
|
8502
8502
|
"license": "MIT",
|
|
8503
8503
|
"dependencies": {
|
|
8504
|
-
"@typescript-eslint/types": "8.59.
|
|
8504
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8505
8505
|
"eslint-visitor-keys": "^5.0.0"
|
|
8506
8506
|
},
|
|
8507
8507
|
"engines": {
|
|
@@ -8526,14 +8526,14 @@
|
|
|
8526
8526
|
}
|
|
8527
8527
|
},
|
|
8528
8528
|
"node_modules/@typescript-eslint/project-service": {
|
|
8529
|
-
"version": "8.59.
|
|
8530
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.
|
|
8531
|
-
"integrity": "sha512-+
|
|
8529
|
+
"version": "8.59.2",
|
|
8530
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
|
|
8531
|
+
"integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
|
|
8532
8532
|
"dev": true,
|
|
8533
8533
|
"license": "MIT",
|
|
8534
8534
|
"dependencies": {
|
|
8535
|
-
"@typescript-eslint/tsconfig-utils": "^8.59.
|
|
8536
|
-
"@typescript-eslint/types": "^8.59.
|
|
8535
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.2",
|
|
8536
|
+
"@typescript-eslint/types": "^8.59.2",
|
|
8537
8537
|
"debug": "^4.4.3"
|
|
8538
8538
|
},
|
|
8539
8539
|
"engines": {
|
|
@@ -8548,9 +8548,9 @@
|
|
|
8548
8548
|
}
|
|
8549
8549
|
},
|
|
8550
8550
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8551
|
-
"version": "8.59.
|
|
8552
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
8553
|
-
"integrity": "sha512
|
|
8551
|
+
"version": "8.59.2",
|
|
8552
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
|
|
8553
|
+
"integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
|
|
8554
8554
|
"dev": true,
|
|
8555
8555
|
"license": "MIT",
|
|
8556
8556
|
"engines": {
|
|
@@ -8565,9 +8565,9 @@
|
|
|
8565
8565
|
}
|
|
8566
8566
|
},
|
|
8567
8567
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
8568
|
-
"version": "8.59.
|
|
8569
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8570
|
-
"integrity": "sha512-
|
|
8568
|
+
"version": "8.59.2",
|
|
8569
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8570
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8571
8571
|
"dev": true,
|
|
8572
8572
|
"license": "MIT",
|
|
8573
8573
|
"engines": {
|
|
@@ -8628,15 +8628,15 @@
|
|
|
8628
8628
|
}
|
|
8629
8629
|
},
|
|
8630
8630
|
"node_modules/@typescript-eslint/type-utils": {
|
|
8631
|
-
"version": "8.59.
|
|
8632
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.
|
|
8633
|
-
"integrity": "sha512-
|
|
8631
|
+
"version": "8.59.2",
|
|
8632
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz",
|
|
8633
|
+
"integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
|
|
8634
8634
|
"dev": true,
|
|
8635
8635
|
"license": "MIT",
|
|
8636
8636
|
"dependencies": {
|
|
8637
|
-
"@typescript-eslint/types": "8.59.
|
|
8638
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
8639
|
-
"@typescript-eslint/utils": "8.59.
|
|
8637
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8638
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
8639
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
8640
8640
|
"debug": "^4.4.3",
|
|
8641
8641
|
"ts-api-utils": "^2.5.0"
|
|
8642
8642
|
},
|
|
@@ -8653,9 +8653,9 @@
|
|
|
8653
8653
|
}
|
|
8654
8654
|
},
|
|
8655
8655
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
8656
|
-
"version": "8.59.
|
|
8657
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8658
|
-
"integrity": "sha512-
|
|
8656
|
+
"version": "8.59.2",
|
|
8657
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8658
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8659
8659
|
"dev": true,
|
|
8660
8660
|
"license": "MIT",
|
|
8661
8661
|
"engines": {
|
|
@@ -8694,16 +8694,16 @@
|
|
|
8694
8694
|
}
|
|
8695
8695
|
},
|
|
8696
8696
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
8697
|
-
"version": "8.59.
|
|
8698
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.
|
|
8699
|
-
"integrity": "sha512-
|
|
8697
|
+
"version": "8.59.2",
|
|
8698
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
|
|
8699
|
+
"integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
|
|
8700
8700
|
"dev": true,
|
|
8701
8701
|
"license": "MIT",
|
|
8702
8702
|
"dependencies": {
|
|
8703
|
-
"@typescript-eslint/project-service": "8.59.
|
|
8704
|
-
"@typescript-eslint/tsconfig-utils": "8.59.
|
|
8705
|
-
"@typescript-eslint/types": "8.59.
|
|
8706
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8703
|
+
"@typescript-eslint/project-service": "8.59.2",
|
|
8704
|
+
"@typescript-eslint/tsconfig-utils": "8.59.2",
|
|
8705
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8706
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
8707
8707
|
"debug": "^4.4.3",
|
|
8708
8708
|
"minimatch": "^10.2.2",
|
|
8709
8709
|
"semver": "^7.7.3",
|
|
@@ -8722,9 +8722,9 @@
|
|
|
8722
8722
|
}
|
|
8723
8723
|
},
|
|
8724
8724
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
8725
|
-
"version": "8.59.
|
|
8726
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
8727
|
-
"integrity": "sha512
|
|
8725
|
+
"version": "8.59.2",
|
|
8726
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
|
|
8727
|
+
"integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
|
|
8728
8728
|
"dev": true,
|
|
8729
8729
|
"license": "MIT",
|
|
8730
8730
|
"engines": {
|
|
@@ -8739,9 +8739,9 @@
|
|
|
8739
8739
|
}
|
|
8740
8740
|
},
|
|
8741
8741
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
8742
|
-
"version": "8.59.
|
|
8743
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8744
|
-
"integrity": "sha512-
|
|
8742
|
+
"version": "8.59.2",
|
|
8743
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8744
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8745
8745
|
"dev": true,
|
|
8746
8746
|
"license": "MIT",
|
|
8747
8747
|
"engines": {
|
|
@@ -8753,13 +8753,13 @@
|
|
|
8753
8753
|
}
|
|
8754
8754
|
},
|
|
8755
8755
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
8756
|
-
"version": "8.59.
|
|
8757
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
8758
|
-
"integrity": "sha512-
|
|
8756
|
+
"version": "8.59.2",
|
|
8757
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
8758
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
8759
8759
|
"dev": true,
|
|
8760
8760
|
"license": "MIT",
|
|
8761
8761
|
"dependencies": {
|
|
8762
|
-
"@typescript-eslint/types": "8.59.
|
|
8762
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8763
8763
|
"eslint-visitor-keys": "^5.0.0"
|
|
8764
8764
|
},
|
|
8765
8765
|
"engines": {
|
|
@@ -8836,16 +8836,16 @@
|
|
|
8836
8836
|
}
|
|
8837
8837
|
},
|
|
8838
8838
|
"node_modules/@typescript-eslint/utils": {
|
|
8839
|
-
"version": "8.59.
|
|
8840
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.
|
|
8841
|
-
"integrity": "sha512-
|
|
8839
|
+
"version": "8.59.2",
|
|
8840
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz",
|
|
8841
|
+
"integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
|
|
8842
8842
|
"dev": true,
|
|
8843
8843
|
"license": "MIT",
|
|
8844
8844
|
"dependencies": {
|
|
8845
8845
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
8846
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
8847
|
-
"@typescript-eslint/types": "8.59.
|
|
8848
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
8846
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
8847
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8848
|
+
"@typescript-eslint/typescript-estree": "8.59.2"
|
|
8849
8849
|
},
|
|
8850
8850
|
"engines": {
|
|
8851
8851
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8860,14 +8860,14 @@
|
|
|
8860
8860
|
}
|
|
8861
8861
|
},
|
|
8862
8862
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
8863
|
-
"version": "8.59.
|
|
8864
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
8865
|
-
"integrity": "sha512-
|
|
8863
|
+
"version": "8.59.2",
|
|
8864
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
|
|
8865
|
+
"integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
|
|
8866
8866
|
"dev": true,
|
|
8867
8867
|
"license": "MIT",
|
|
8868
8868
|
"dependencies": {
|
|
8869
|
-
"@typescript-eslint/types": "8.59.
|
|
8870
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
8869
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8870
|
+
"@typescript-eslint/visitor-keys": "8.59.2"
|
|
8871
8871
|
},
|
|
8872
8872
|
"engines": {
|
|
8873
8873
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8878,9 +8878,9 @@
|
|
|
8878
8878
|
}
|
|
8879
8879
|
},
|
|
8880
8880
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
8881
|
-
"version": "8.59.
|
|
8882
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.
|
|
8883
|
-
"integrity": "sha512-
|
|
8881
|
+
"version": "8.59.2",
|
|
8882
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
|
|
8883
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
8884
8884
|
"dev": true,
|
|
8885
8885
|
"license": "MIT",
|
|
8886
8886
|
"engines": {
|
|
@@ -8892,13 +8892,13 @@
|
|
|
8892
8892
|
}
|
|
8893
8893
|
},
|
|
8894
8894
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
8895
|
-
"version": "8.59.
|
|
8896
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
8897
|
-
"integrity": "sha512-
|
|
8895
|
+
"version": "8.59.2",
|
|
8896
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
|
|
8897
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
8898
8898
|
"dev": true,
|
|
8899
8899
|
"license": "MIT",
|
|
8900
8900
|
"dependencies": {
|
|
8901
|
-
"@typescript-eslint/types": "8.59.
|
|
8901
|
+
"@typescript-eslint/types": "8.59.2",
|
|
8902
8902
|
"eslint-visitor-keys": "^5.0.0"
|
|
8903
8903
|
},
|
|
8904
8904
|
"engines": {
|
|
@@ -11624,9 +11624,9 @@
|
|
|
11624
11624
|
}
|
|
11625
11625
|
},
|
|
11626
11626
|
"node_modules/eslint-config-oclif": {
|
|
11627
|
-
"version": "6.0.
|
|
11628
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
11629
|
-
"integrity": "sha512-
|
|
11627
|
+
"version": "6.0.164",
|
|
11628
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz",
|
|
11629
|
+
"integrity": "sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==",
|
|
11630
11630
|
"dev": true,
|
|
11631
11631
|
"license": "MIT",
|
|
11632
11632
|
"dependencies": {
|
|
@@ -11646,7 +11646,7 @@
|
|
|
11646
11646
|
"eslint-plugin-n": "^17.24.0",
|
|
11647
11647
|
"eslint-plugin-perfectionist": "^4",
|
|
11648
11648
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
11649
|
-
"typescript-eslint": "^8.59.
|
|
11649
|
+
"typescript-eslint": "^8.59.2"
|
|
11650
11650
|
},
|
|
11651
11651
|
"engines": {
|
|
11652
11652
|
"node": ">=18.18.0"
|
|
@@ -19495,9 +19495,9 @@
|
|
|
19495
19495
|
"license": "BSD-3-Clause"
|
|
19496
19496
|
},
|
|
19497
19497
|
"node_modules/semver": {
|
|
19498
|
-
"version": "7.
|
|
19499
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
19500
|
-
"integrity": "sha512-
|
|
19498
|
+
"version": "7.8.0",
|
|
19499
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
|
19500
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
19501
19501
|
"license": "ISC",
|
|
19502
19502
|
"bin": {
|
|
19503
19503
|
"semver": "bin/semver.js"
|
|
@@ -21221,16 +21221,16 @@
|
|
|
21221
21221
|
}
|
|
21222
21222
|
},
|
|
21223
21223
|
"node_modules/typescript-eslint": {
|
|
21224
|
-
"version": "8.59.
|
|
21225
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.
|
|
21226
|
-
"integrity": "sha512-
|
|
21224
|
+
"version": "8.59.2",
|
|
21225
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz",
|
|
21226
|
+
"integrity": "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==",
|
|
21227
21227
|
"dev": true,
|
|
21228
21228
|
"license": "MIT",
|
|
21229
21229
|
"dependencies": {
|
|
21230
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
21231
|
-
"@typescript-eslint/parser": "8.59.
|
|
21232
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
21233
|
-
"@typescript-eslint/utils": "8.59.
|
|
21230
|
+
"@typescript-eslint/eslint-plugin": "8.59.2",
|
|
21231
|
+
"@typescript-eslint/parser": "8.59.2",
|
|
21232
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
21233
|
+
"@typescript-eslint/utils": "8.59.2"
|
|
21234
21234
|
},
|
|
21235
21235
|
"engines": {
|
|
21236
21236
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1807,10 +1807,10 @@
|
|
|
1807
1807
|
wordwrap "^1.0.0"
|
|
1808
1808
|
wrap-ansi "^7.0.0"
|
|
1809
1809
|
|
|
1810
|
-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.
|
|
1811
|
-
version "4.11.
|
|
1812
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1813
|
-
integrity sha512
|
|
1810
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2":
|
|
1811
|
+
version "4.11.2"
|
|
1812
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
|
|
1813
|
+
integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
|
|
1814
1814
|
dependencies:
|
|
1815
1815
|
ansi-escapes "^4.3.2"
|
|
1816
1816
|
ansis "^3.17.0"
|
|
@@ -1823,7 +1823,7 @@
|
|
|
1823
1823
|
is-wsl "^2.2.0"
|
|
1824
1824
|
lilconfig "^3.1.3"
|
|
1825
1825
|
minimatch "^10.2.5"
|
|
1826
|
-
semver "^7.
|
|
1826
|
+
semver "^7.8.0"
|
|
1827
1827
|
string-width "^4.2.3"
|
|
1828
1828
|
supports-color "^8"
|
|
1829
1829
|
tinyglobby "^0.2.14"
|
|
@@ -1875,10 +1875,10 @@
|
|
|
1875
1875
|
lodash "^4.17.23"
|
|
1876
1876
|
registry-auth-token "^5.1.1"
|
|
1877
1877
|
|
|
1878
|
-
"@oclif/table@^0.5.
|
|
1879
|
-
version "0.5.
|
|
1880
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.
|
|
1881
|
-
integrity sha512-
|
|
1878
|
+
"@oclif/table@^0.5.7":
|
|
1879
|
+
version "0.5.7"
|
|
1880
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e"
|
|
1881
|
+
integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
|
|
1882
1882
|
dependencies:
|
|
1883
1883
|
"@types/react" "^18.3.12"
|
|
1884
1884
|
change-case "^5.4.4"
|
|
@@ -1948,10 +1948,10 @@
|
|
|
1948
1948
|
strip-ansi "6.0.1"
|
|
1949
1949
|
ts-retry-promise "^0.8.1"
|
|
1950
1950
|
|
|
1951
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.0":
|
|
1952
|
-
version "8.29.
|
|
1953
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.29.
|
|
1954
|
-
integrity sha512-
|
|
1951
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1":
|
|
1952
|
+
version "8.29.1"
|
|
1953
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.29.1.tgz#8f867af889a620ff4c456701851794a2de9956dd"
|
|
1954
|
+
integrity sha512-Pdo9yjKU6Lgm3CJOVJPTM4PzUHhTVMX43K5XmClsBEt75fs8mHNFALniHZwnZbVf+TSMfGsUygYAyTX6ShnNQA==
|
|
1955
1955
|
dependencies:
|
|
1956
1956
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1957
1957
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2022,15 +2022,15 @@
|
|
|
2022
2022
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
2023
2023
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
2024
2024
|
|
|
2025
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
2026
|
-
version "12.2.
|
|
2027
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2028
|
-
integrity sha512-
|
|
2025
|
+
"@salesforce/sf-plugins-core@^12.2.16":
|
|
2026
|
+
version "12.2.16"
|
|
2027
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz#664ef3540f4556ba83a1e5378b5721d2aabde91e"
|
|
2028
|
+
integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
|
|
2029
2029
|
dependencies:
|
|
2030
2030
|
"@inquirer/confirm" "^6.0.12"
|
|
2031
2031
|
"@inquirer/password" "^5.0.12"
|
|
2032
|
-
"@oclif/core" "^4.11.
|
|
2033
|
-
"@oclif/table" "^0.5.
|
|
2032
|
+
"@oclif/core" "^4.11.2"
|
|
2033
|
+
"@oclif/table" "^0.5.7"
|
|
2034
2034
|
"@salesforce/core" "^8.29.0"
|
|
2035
2035
|
"@salesforce/kit" "^3.2.3"
|
|
2036
2036
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -3127,16 +3127,16 @@
|
|
|
3127
3127
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
3128
3128
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
3129
3129
|
|
|
3130
|
-
"@typescript-eslint/eslint-plugin@8.59.
|
|
3131
|
-
version "8.59.
|
|
3132
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.
|
|
3133
|
-
integrity sha512-
|
|
3130
|
+
"@typescript-eslint/eslint-plugin@8.59.2", "@typescript-eslint/eslint-plugin@^8":
|
|
3131
|
+
version "8.59.2"
|
|
3132
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
|
|
3133
|
+
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
|
|
3134
3134
|
dependencies:
|
|
3135
3135
|
"@eslint-community/regexpp" "^4.12.2"
|
|
3136
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
3137
|
-
"@typescript-eslint/type-utils" "8.59.
|
|
3138
|
-
"@typescript-eslint/utils" "8.59.
|
|
3139
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
3136
|
+
"@typescript-eslint/scope-manager" "8.59.2"
|
|
3137
|
+
"@typescript-eslint/type-utils" "8.59.2"
|
|
3138
|
+
"@typescript-eslint/utils" "8.59.2"
|
|
3139
|
+
"@typescript-eslint/visitor-keys" "8.59.2"
|
|
3140
3140
|
ignore "^7.0.5"
|
|
3141
3141
|
natural-compare "^1.4.0"
|
|
3142
3142
|
ts-api-utils "^2.5.0"
|
|
@@ -3158,15 +3158,15 @@
|
|
|
3158
3158
|
semver "^7.5.4"
|
|
3159
3159
|
ts-api-utils "^1.0.1"
|
|
3160
3160
|
|
|
3161
|
-
"@typescript-eslint/parser@8.59.
|
|
3162
|
-
version "8.59.
|
|
3163
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.
|
|
3164
|
-
integrity sha512-
|
|
3161
|
+
"@typescript-eslint/parser@8.59.2", "@typescript-eslint/parser@^8":
|
|
3162
|
+
version "8.59.2"
|
|
3163
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
|
|
3164
|
+
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
|
|
3165
3165
|
dependencies:
|
|
3166
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
3167
|
-
"@typescript-eslint/types" "8.59.
|
|
3168
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
3169
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
3166
|
+
"@typescript-eslint/scope-manager" "8.59.2"
|
|
3167
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3168
|
+
"@typescript-eslint/typescript-estree" "8.59.2"
|
|
3169
|
+
"@typescript-eslint/visitor-keys" "8.59.2"
|
|
3170
3170
|
debug "^4.4.3"
|
|
3171
3171
|
|
|
3172
3172
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -3189,13 +3189,13 @@
|
|
|
3189
3189
|
"@typescript-eslint/types" "^8.56.0"
|
|
3190
3190
|
debug "^4.4.3"
|
|
3191
3191
|
|
|
3192
|
-
"@typescript-eslint/project-service@8.59.
|
|
3193
|
-
version "8.59.
|
|
3194
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.
|
|
3195
|
-
integrity sha512-+
|
|
3192
|
+
"@typescript-eslint/project-service@8.59.2":
|
|
3193
|
+
version "8.59.2"
|
|
3194
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
|
|
3195
|
+
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
|
|
3196
3196
|
dependencies:
|
|
3197
|
-
"@typescript-eslint/tsconfig-utils" "^8.59.
|
|
3198
|
-
"@typescript-eslint/types" "^8.59.
|
|
3197
|
+
"@typescript-eslint/tsconfig-utils" "^8.59.2"
|
|
3198
|
+
"@typescript-eslint/types" "^8.59.2"
|
|
3199
3199
|
debug "^4.4.3"
|
|
3200
3200
|
|
|
3201
3201
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -3222,23 +3222,23 @@
|
|
|
3222
3222
|
"@typescript-eslint/types" "8.56.0"
|
|
3223
3223
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
3224
3224
|
|
|
3225
|
-
"@typescript-eslint/scope-manager@8.59.
|
|
3226
|
-
version "8.59.
|
|
3227
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.
|
|
3228
|
-
integrity sha512-
|
|
3225
|
+
"@typescript-eslint/scope-manager@8.59.2":
|
|
3226
|
+
version "8.59.2"
|
|
3227
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
|
|
3228
|
+
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
|
|
3229
3229
|
dependencies:
|
|
3230
|
-
"@typescript-eslint/types" "8.59.
|
|
3231
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
3230
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3231
|
+
"@typescript-eslint/visitor-keys" "8.59.2"
|
|
3232
3232
|
|
|
3233
3233
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
3234
3234
|
version "8.56.0"
|
|
3235
3235
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
3236
3236
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
3237
3237
|
|
|
3238
|
-
"@typescript-eslint/tsconfig-utils@8.59.
|
|
3239
|
-
version "8.59.
|
|
3240
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.
|
|
3241
|
-
integrity sha512
|
|
3238
|
+
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
|
|
3239
|
+
version "8.59.2"
|
|
3240
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
|
|
3241
|
+
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
|
|
3242
3242
|
|
|
3243
3243
|
"@typescript-eslint/type-utils@6.21.0":
|
|
3244
3244
|
version "6.21.0"
|
|
@@ -3250,14 +3250,14 @@
|
|
|
3250
3250
|
debug "^4.3.4"
|
|
3251
3251
|
ts-api-utils "^1.0.1"
|
|
3252
3252
|
|
|
3253
|
-
"@typescript-eslint/type-utils@8.59.
|
|
3254
|
-
version "8.59.
|
|
3255
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.
|
|
3256
|
-
integrity sha512-
|
|
3253
|
+
"@typescript-eslint/type-utils@8.59.2":
|
|
3254
|
+
version "8.59.2"
|
|
3255
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
|
|
3256
|
+
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
|
|
3257
3257
|
dependencies:
|
|
3258
|
-
"@typescript-eslint/types" "8.59.
|
|
3259
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
3260
|
-
"@typescript-eslint/utils" "8.59.
|
|
3258
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3259
|
+
"@typescript-eslint/typescript-estree" "8.59.2"
|
|
3260
|
+
"@typescript-eslint/utils" "8.59.2"
|
|
3261
3261
|
debug "^4.4.3"
|
|
3262
3262
|
ts-api-utils "^2.5.0"
|
|
3263
3263
|
|
|
@@ -3276,10 +3276,10 @@
|
|
|
3276
3276
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
3277
3277
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
3278
3278
|
|
|
3279
|
-
"@typescript-eslint/types@8.59.
|
|
3280
|
-
version "8.59.
|
|
3281
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.
|
|
3282
|
-
integrity sha512-
|
|
3279
|
+
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
|
|
3280
|
+
version "8.59.2"
|
|
3281
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
|
|
3282
|
+
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
|
|
3283
3283
|
|
|
3284
3284
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
3285
3285
|
version "6.21.0"
|
|
@@ -3324,15 +3324,15 @@
|
|
|
3324
3324
|
tinyglobby "^0.2.15"
|
|
3325
3325
|
ts-api-utils "^2.4.0"
|
|
3326
3326
|
|
|
3327
|
-
"@typescript-eslint/typescript-estree@8.59.
|
|
3328
|
-
version "8.59.
|
|
3329
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.
|
|
3330
|
-
integrity sha512-
|
|
3327
|
+
"@typescript-eslint/typescript-estree@8.59.2":
|
|
3328
|
+
version "8.59.2"
|
|
3329
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
|
|
3330
|
+
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
|
|
3331
3331
|
dependencies:
|
|
3332
|
-
"@typescript-eslint/project-service" "8.59.
|
|
3333
|
-
"@typescript-eslint/tsconfig-utils" "8.59.
|
|
3334
|
-
"@typescript-eslint/types" "8.59.
|
|
3335
|
-
"@typescript-eslint/visitor-keys" "8.59.
|
|
3332
|
+
"@typescript-eslint/project-service" "8.59.2"
|
|
3333
|
+
"@typescript-eslint/tsconfig-utils" "8.59.2"
|
|
3334
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3335
|
+
"@typescript-eslint/visitor-keys" "8.59.2"
|
|
3336
3336
|
debug "^4.4.3"
|
|
3337
3337
|
minimatch "^10.2.2"
|
|
3338
3338
|
semver "^7.7.3"
|
|
@@ -3352,15 +3352,15 @@
|
|
|
3352
3352
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
3353
3353
|
semver "^7.5.4"
|
|
3354
3354
|
|
|
3355
|
-
"@typescript-eslint/utils@8.59.
|
|
3356
|
-
version "8.59.
|
|
3357
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.
|
|
3358
|
-
integrity sha512-
|
|
3355
|
+
"@typescript-eslint/utils@8.59.2":
|
|
3356
|
+
version "8.59.2"
|
|
3357
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
|
|
3358
|
+
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
|
|
3359
3359
|
dependencies:
|
|
3360
3360
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3361
|
-
"@typescript-eslint/scope-manager" "8.59.
|
|
3362
|
-
"@typescript-eslint/types" "8.59.
|
|
3363
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
3361
|
+
"@typescript-eslint/scope-manager" "8.59.2"
|
|
3362
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3363
|
+
"@typescript-eslint/typescript-estree" "8.59.2"
|
|
3364
3364
|
|
|
3365
3365
|
"@typescript-eslint/utils@^7.18.0":
|
|
3366
3366
|
version "7.18.0"
|
|
@@ -3406,12 +3406,12 @@
|
|
|
3406
3406
|
"@typescript-eslint/types" "8.56.0"
|
|
3407
3407
|
eslint-visitor-keys "^5.0.0"
|
|
3408
3408
|
|
|
3409
|
-
"@typescript-eslint/visitor-keys@8.59.
|
|
3410
|
-
version "8.59.
|
|
3411
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.
|
|
3412
|
-
integrity sha512-
|
|
3409
|
+
"@typescript-eslint/visitor-keys@8.59.2":
|
|
3410
|
+
version "8.59.2"
|
|
3411
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
|
|
3412
|
+
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
|
|
3413
3413
|
dependencies:
|
|
3414
|
-
"@typescript-eslint/types" "8.59.
|
|
3414
|
+
"@typescript-eslint/types" "8.59.2"
|
|
3415
3415
|
eslint-visitor-keys "^5.0.0"
|
|
3416
3416
|
|
|
3417
3417
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -5032,10 +5032,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
5032
5032
|
eslint-plugin-n "^15.1.0"
|
|
5033
5033
|
eslint-plugin-unicorn "^48.0.1"
|
|
5034
5034
|
|
|
5035
|
-
eslint-config-oclif@^6.0.
|
|
5036
|
-
version "6.0.
|
|
5037
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
5038
|
-
integrity sha512-
|
|
5035
|
+
eslint-config-oclif@^6.0.164:
|
|
5036
|
+
version "6.0.164"
|
|
5037
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz#e7b1d4b5611d6b07a7e55427c0043e075409e60f"
|
|
5038
|
+
integrity sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==
|
|
5039
5039
|
dependencies:
|
|
5040
5040
|
"@eslint/compat" "^1.4.1"
|
|
5041
5041
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -5053,7 +5053,7 @@ eslint-config-oclif@^6.0.162:
|
|
|
5053
5053
|
eslint-plugin-n "^17.24.0"
|
|
5054
5054
|
eslint-plugin-perfectionist "^4"
|
|
5055
5055
|
eslint-plugin-unicorn "^56.0.1"
|
|
5056
|
-
typescript-eslint "^8.59.
|
|
5056
|
+
typescript-eslint "^8.59.2"
|
|
5057
5057
|
|
|
5058
5058
|
eslint-config-prettier@^9.1.0:
|
|
5059
5059
|
version "9.1.2"
|
|
@@ -8951,10 +8951,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
8951
8951
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
8952
8952
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8953
8953
|
|
|
8954
|
-
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:
|
|
8955
|
-
version "7.
|
|
8956
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
8957
|
-
integrity sha512-
|
|
8954
|
+
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:
|
|
8955
|
+
version "7.8.0"
|
|
8956
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
|
|
8957
|
+
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
|
|
8958
8958
|
|
|
8959
8959
|
sentence-case@^3.0.4:
|
|
8960
8960
|
version "3.0.4"
|
|
@@ -9939,15 +9939,15 @@ typedoc@^0.26.5:
|
|
|
9939
9939
|
shiki "^1.16.2"
|
|
9940
9940
|
yaml "^2.5.1"
|
|
9941
9941
|
|
|
9942
|
-
typescript-eslint@^8.59.
|
|
9943
|
-
version "8.59.
|
|
9944
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.
|
|
9945
|
-
integrity sha512-
|
|
9942
|
+
typescript-eslint@^8.59.2:
|
|
9943
|
+
version "8.59.2"
|
|
9944
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
|
|
9945
|
+
integrity sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==
|
|
9946
9946
|
dependencies:
|
|
9947
|
-
"@typescript-eslint/eslint-plugin" "8.59.
|
|
9948
|
-
"@typescript-eslint/parser" "8.59.
|
|
9949
|
-
"@typescript-eslint/typescript-estree" "8.59.
|
|
9950
|
-
"@typescript-eslint/utils" "8.59.
|
|
9947
|
+
"@typescript-eslint/eslint-plugin" "8.59.2"
|
|
9948
|
+
"@typescript-eslint/parser" "8.59.2"
|
|
9949
|
+
"@typescript-eslint/typescript-estree" "8.59.2"
|
|
9950
|
+
"@typescript-eslint/utils" "8.59.2"
|
|
9951
9951
|
|
|
9952
9952
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
9953
9953
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.93",
|
|
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.32",
|
|
10
10
|
"@oclif/core": "^4.11.1",
|
|
11
|
-
"@salesforce/core": "^8.29.
|
|
11
|
+
"@salesforce/core": "^8.29.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.35.5",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.14",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -28,7 +28,7 @@
|
|
|
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.164",
|
|
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",
|