@jayree/sfdx-plugin-manifest 6.0.22 → 6.0.23
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 +11 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +183 -149
- package/oclif.lock +43 -29
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [6.0.23](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.22...6.0.23) (2026-08-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/ts-types from 3.0.1 to 3.1.0 ([#2394](https://github.com/jayree/sfdx-plugin-manifest/issues/2394)) ([b95202e](https://github.com/jayree/sfdx-plugin-manifest/commit/b95202e94e4fadb4161da93123c7d261e8aecd71))
|
|
7
|
+
* rejiggered eslint.config.mjs (W-23928423) ([7d3c313](https://github.com/forcedotcom/ts-types/commit/7d3c313635de897cefaf94ef03807fd5c01e8e00))
|
|
8
|
+
* disabling scripts in workflow (W-23928423) ([f9024e5](https://github.com/forcedotcom/ts-types/commit/f9024e5ad384d2563241effc356982102ca74f79))
|
|
9
|
+
* resolving test failures (W-23928423) ([a042a9b](https://github.com/forcedotcom/ts-types/commit/a042a9b7407056d579be4801899628b5cf221575))
|
|
10
|
+
* resolving test failures (W-23928423) ([5a03df2](https://github.com/forcedotcom/ts-types/commit/5a03df2ef2f4c26ea8967909891730b53ef95d50))
|
|
11
|
+
|
|
1
12
|
## [6.0.22](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.21...6.0.22) (2026-08-23)
|
|
2
13
|
|
|
3
14
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.23/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.23/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.23/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.23",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
18
18
|
"@salesforce/source-tracking": "8.1.1",
|
|
19
|
-
"@salesforce/ts-types": "^3.0
|
|
19
|
+
"@salesforce/ts-types": "^3.1.0",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@commitlint/cli": "^21.2.2",
|
|
28
28
|
"@commitlint/config-conventional": "^21.2.2",
|
|
29
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
29
|
+
"@oclif/plugin-command-snapshot": "^5.4.0",
|
|
30
30
|
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
31
31
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
32
32
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
40
40
|
"c8": "^12.0.0",
|
|
41
41
|
"chai": "^6.2.2",
|
|
42
|
-
"eslint": "^10.9.
|
|
43
|
-
"eslint-config-salesforce-typescript": "^
|
|
42
|
+
"eslint": "^10.9.1",
|
|
43
|
+
"eslint-config-salesforce-typescript": "^7.0.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
45
45
|
"husky": "^9.1.7",
|
|
46
46
|
"mocha": "^11.8.0",
|
|
47
|
-
"oclif": "^4.
|
|
47
|
+
"oclif": "^4.24.0",
|
|
48
48
|
"patch-package": "^8.0.1",
|
|
49
49
|
"prettier": "^3.9.6",
|
|
50
50
|
"pretty-quick": "^4.2.2",
|
|
@@ -2800,9 +2800,9 @@
|
|
|
2800
2800
|
}
|
|
2801
2801
|
},
|
|
2802
2802
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2803
|
-
"version": "5.
|
|
2804
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
2805
|
-
"integrity": "sha512-
|
|
2803
|
+
"version": "5.4.0",
|
|
2804
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz",
|
|
2805
|
+
"integrity": "sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw==",
|
|
2806
2806
|
"dev": true,
|
|
2807
2807
|
"license": "MIT",
|
|
2808
2808
|
"dependencies": {
|
|
@@ -2837,9 +2837,9 @@
|
|
|
2837
2837
|
}
|
|
2838
2838
|
},
|
|
2839
2839
|
"node_modules/@oclif/plugin-not-found": {
|
|
2840
|
-
"version": "3.
|
|
2841
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.
|
|
2842
|
-
"integrity": "sha512-
|
|
2840
|
+
"version": "3.3.0",
|
|
2841
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz",
|
|
2842
|
+
"integrity": "sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==",
|
|
2843
2843
|
"dev": true,
|
|
2844
2844
|
"license": "MIT",
|
|
2845
2845
|
"dependencies": {
|
|
@@ -2853,9 +2853,9 @@
|
|
|
2853
2853
|
}
|
|
2854
2854
|
},
|
|
2855
2855
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2856
|
-
"version": "3.
|
|
2857
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.
|
|
2858
|
-
"integrity": "sha512-
|
|
2856
|
+
"version": "3.2.0",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz",
|
|
2858
|
+
"integrity": "sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==",
|
|
2859
2859
|
"dev": true,
|
|
2860
2860
|
"license": "MIT",
|
|
2861
2861
|
"dependencies": {
|
|
@@ -3874,6 +3874,27 @@
|
|
|
3874
3874
|
"node": ">=14"
|
|
3875
3875
|
}
|
|
3876
3876
|
},
|
|
3877
|
+
"node_modules/@salesforce/dev-scripts/node_modules/eslint-config-salesforce-typescript": {
|
|
3878
|
+
"version": "6.0.0",
|
|
3879
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-6.0.0.tgz",
|
|
3880
|
+
"integrity": "sha512-7QMSBDsNs6X1bd5gI5wIZpUQIKurDjSQhgQMmmPU3iLRcWtT2U9ytQgdTfRsg9TlPoRtkrrIEdg2QHMXjs3IPw==",
|
|
3881
|
+
"dev": true,
|
|
3882
|
+
"license": "Apache-2.0",
|
|
3883
|
+
"dependencies": {
|
|
3884
|
+
"@eslint/js": "^10.0.0",
|
|
3885
|
+
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
|
|
3886
|
+
"eslint-config-prettier": "^10.1.5",
|
|
3887
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
3888
|
+
"eslint-plugin-jsdoc": "^63.3.2",
|
|
3889
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
3890
|
+
"globals": "^15.14.0",
|
|
3891
|
+
"typescript-eslint": "^8.66.0"
|
|
3892
|
+
},
|
|
3893
|
+
"peerDependencies": {
|
|
3894
|
+
"eslint": "^10.0.0",
|
|
3895
|
+
"typescript": "^5.5.4 || ^6"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3877
3898
|
"node_modules/@salesforce/dev-scripts/node_modules/execa": {
|
|
3878
3899
|
"version": "4.1.0",
|
|
3879
3900
|
"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
|
|
@@ -4629,9 +4650,9 @@
|
|
|
4629
4650
|
}
|
|
4630
4651
|
},
|
|
4631
4652
|
"node_modules/@salesforce/ts-types": {
|
|
4632
|
-
"version": "3.0
|
|
4633
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.0.
|
|
4634
|
-
"integrity": "sha512-
|
|
4653
|
+
"version": "3.1.0",
|
|
4654
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.1.0.tgz",
|
|
4655
|
+
"integrity": "sha512-ynzIcFj6JVL3PcbxKlHfJ9dtGQUqZvND3APrfPjUPB63FeSN+HK12pYhpJV49wrjPiig0FYFFwhmSYq2OSQoRA==",
|
|
4635
4656
|
"license": "Apache-2.0",
|
|
4636
4657
|
"engines": {
|
|
4637
4658
|
"node": ">=22.0.0"
|
|
@@ -5201,9 +5222,9 @@
|
|
|
5201
5222
|
}
|
|
5202
5223
|
},
|
|
5203
5224
|
"node_modules/@types/node": {
|
|
5204
|
-
"version": "26.
|
|
5205
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
5206
|
-
"integrity": "sha512-
|
|
5225
|
+
"version": "26.3.0",
|
|
5226
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.3.0.tgz",
|
|
5227
|
+
"integrity": "sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw==",
|
|
5207
5228
|
"license": "MIT",
|
|
5208
5229
|
"dependencies": {
|
|
5209
5230
|
"undici-types": "~8.3.0"
|
|
@@ -5283,6 +5304,134 @@
|
|
|
5283
5304
|
"dev": true,
|
|
5284
5305
|
"license": "MIT"
|
|
5285
5306
|
},
|
|
5307
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5308
|
+
"version": "8.67.0",
|
|
5309
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
|
|
5310
|
+
"integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
|
|
5311
|
+
"dev": true,
|
|
5312
|
+
"license": "MIT",
|
|
5313
|
+
"dependencies": {
|
|
5314
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
5315
|
+
"@typescript-eslint/scope-manager": "8.67.0",
|
|
5316
|
+
"@typescript-eslint/type-utils": "8.67.0",
|
|
5317
|
+
"@typescript-eslint/utils": "8.67.0",
|
|
5318
|
+
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
5319
|
+
"ignore": "^7.0.5",
|
|
5320
|
+
"natural-compare": "^1.4.0",
|
|
5321
|
+
"ts-api-utils": "^2.5.0"
|
|
5322
|
+
},
|
|
5323
|
+
"engines": {
|
|
5324
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5325
|
+
},
|
|
5326
|
+
"funding": {
|
|
5327
|
+
"type": "opencollective",
|
|
5328
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5329
|
+
},
|
|
5330
|
+
"peerDependencies": {
|
|
5331
|
+
"@typescript-eslint/parser": "^8.67.0",
|
|
5332
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5333
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5334
|
+
}
|
|
5335
|
+
},
|
|
5336
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
|
|
5337
|
+
"version": "8.67.0",
|
|
5338
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
|
|
5339
|
+
"integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
|
|
5340
|
+
"dev": true,
|
|
5341
|
+
"license": "MIT",
|
|
5342
|
+
"dependencies": {
|
|
5343
|
+
"@typescript-eslint/types": "8.67.0",
|
|
5344
|
+
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
5345
|
+
"@typescript-eslint/utils": "8.67.0",
|
|
5346
|
+
"debug": "^4.4.3",
|
|
5347
|
+
"ts-api-utils": "^2.5.0"
|
|
5348
|
+
},
|
|
5349
|
+
"engines": {
|
|
5350
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5351
|
+
},
|
|
5352
|
+
"funding": {
|
|
5353
|
+
"type": "opencollective",
|
|
5354
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5355
|
+
},
|
|
5356
|
+
"peerDependencies": {
|
|
5357
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5358
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
5362
|
+
"version": "7.0.6",
|
|
5363
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
5364
|
+
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
5365
|
+
"dev": true,
|
|
5366
|
+
"license": "MIT",
|
|
5367
|
+
"engines": {
|
|
5368
|
+
"node": ">= 4"
|
|
5369
|
+
}
|
|
5370
|
+
},
|
|
5371
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
|
5372
|
+
"version": "2.5.0",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
5374
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
5375
|
+
"dev": true,
|
|
5376
|
+
"license": "MIT",
|
|
5377
|
+
"engines": {
|
|
5378
|
+
"node": ">=18.12"
|
|
5379
|
+
},
|
|
5380
|
+
"peerDependencies": {
|
|
5381
|
+
"typescript": ">=4.8.4"
|
|
5382
|
+
}
|
|
5383
|
+
},
|
|
5384
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/typescript": {
|
|
5385
|
+
"version": "5.9.3",
|
|
5386
|
+
"dev": true,
|
|
5387
|
+
"license": "Apache-2.0",
|
|
5388
|
+
"peer": true,
|
|
5389
|
+
"bin": {
|
|
5390
|
+
"tsc": "bin/tsc",
|
|
5391
|
+
"tsserver": "bin/tsserver"
|
|
5392
|
+
},
|
|
5393
|
+
"engines": {
|
|
5394
|
+
"node": ">=14.17"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"node_modules/@typescript-eslint/parser": {
|
|
5398
|
+
"version": "8.67.0",
|
|
5399
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
|
|
5400
|
+
"integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
|
|
5401
|
+
"dev": true,
|
|
5402
|
+
"license": "MIT",
|
|
5403
|
+
"dependencies": {
|
|
5404
|
+
"@typescript-eslint/scope-manager": "8.67.0",
|
|
5405
|
+
"@typescript-eslint/types": "8.67.0",
|
|
5406
|
+
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
5407
|
+
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
5408
|
+
"debug": "^4.4.3"
|
|
5409
|
+
},
|
|
5410
|
+
"engines": {
|
|
5411
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5412
|
+
},
|
|
5413
|
+
"funding": {
|
|
5414
|
+
"type": "opencollective",
|
|
5415
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
5416
|
+
},
|
|
5417
|
+
"peerDependencies": {
|
|
5418
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5419
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
5420
|
+
}
|
|
5421
|
+
},
|
|
5422
|
+
"node_modules/@typescript-eslint/parser/node_modules/typescript": {
|
|
5423
|
+
"version": "5.9.3",
|
|
5424
|
+
"dev": true,
|
|
5425
|
+
"license": "Apache-2.0",
|
|
5426
|
+
"peer": true,
|
|
5427
|
+
"bin": {
|
|
5428
|
+
"tsc": "bin/tsc",
|
|
5429
|
+
"tsserver": "bin/tsserver"
|
|
5430
|
+
},
|
|
5431
|
+
"engines": {
|
|
5432
|
+
"node": ">=14.17"
|
|
5433
|
+
}
|
|
5434
|
+
},
|
|
5286
5435
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5287
5436
|
"version": "8.67.0",
|
|
5288
5437
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz",
|
|
@@ -8013,9 +8162,9 @@
|
|
|
8013
8162
|
}
|
|
8014
8163
|
},
|
|
8015
8164
|
"node_modules/eslint": {
|
|
8016
|
-
"version": "10.9.
|
|
8017
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.
|
|
8018
|
-
"integrity": "sha512-
|
|
8165
|
+
"version": "10.9.1",
|
|
8166
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz",
|
|
8167
|
+
"integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==",
|
|
8019
8168
|
"dev": true,
|
|
8020
8169
|
"license": "MIT",
|
|
8021
8170
|
"workspaces": [
|
|
@@ -8088,9 +8237,9 @@
|
|
|
8088
8237
|
}
|
|
8089
8238
|
},
|
|
8090
8239
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
8091
|
-
"version": "
|
|
8092
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
|
8093
|
-
"integrity": "sha512-
|
|
8240
|
+
"version": "7.0.0",
|
|
8241
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-7.0.0.tgz",
|
|
8242
|
+
"integrity": "sha512-uxYafaxZiUoqE32I5hwnYhYaZ4s24J+YyjSa3xQ5Aw9frS7H0tcXxe2egFDsIOig4JZ3HmDeWesMMaFeawYRXw==",
|
|
8094
8243
|
"dev": true,
|
|
8095
8244
|
"license": "Apache-2.0",
|
|
8096
8245
|
"dependencies": {
|
|
@@ -8105,7 +8254,7 @@
|
|
|
8105
8254
|
},
|
|
8106
8255
|
"peerDependencies": {
|
|
8107
8256
|
"eslint": "^10.0.0",
|
|
8108
|
-
"typescript": "^
|
|
8257
|
+
"typescript": "^6"
|
|
8109
8258
|
}
|
|
8110
8259
|
},
|
|
8111
8260
|
"node_modules/eslint-import-context": {
|
|
@@ -12814,9 +12963,9 @@
|
|
|
12814
12963
|
}
|
|
12815
12964
|
},
|
|
12816
12965
|
"node_modules/oclif": {
|
|
12817
|
-
"version": "4.
|
|
12818
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12819
|
-
"integrity": "sha512-
|
|
12966
|
+
"version": "4.24.0",
|
|
12967
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.24.0.tgz",
|
|
12968
|
+
"integrity": "sha512-qBSOMDV7T9G7QkJM1XXeC08jVnGjXK/EQaol6MpkXN1ELEOzi/9SeuwElH3zQuCRVEE+MlJLME6nQzNlwN5zVw==",
|
|
12820
12969
|
"dev": true,
|
|
12821
12970
|
"license": "MIT",
|
|
12822
12971
|
"dependencies": {
|
|
@@ -12827,8 +12976,8 @@
|
|
|
12827
12976
|
"@inquirer/select": "^2.5.0",
|
|
12828
12977
|
"@oclif/core": "^4.11.11",
|
|
12829
12978
|
"@oclif/plugin-help": "^6.2.53",
|
|
12830
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
12831
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
12979
|
+
"@oclif/plugin-not-found": "^3.2.93",
|
|
12980
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.73",
|
|
12832
12981
|
"ansis": "^3.16.0",
|
|
12833
12982
|
"async-retry": "^1.3.3",
|
|
12834
12983
|
"change-case": "^4",
|
|
@@ -15906,121 +16055,6 @@
|
|
|
15906
16055
|
"typescript": ">=4.8.4 <6.1.0"
|
|
15907
16056
|
}
|
|
15908
16057
|
},
|
|
15909
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": {
|
|
15910
|
-
"version": "8.67.0",
|
|
15911
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz",
|
|
15912
|
-
"integrity": "sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==",
|
|
15913
|
-
"dev": true,
|
|
15914
|
-
"license": "MIT",
|
|
15915
|
-
"dependencies": {
|
|
15916
|
-
"@eslint-community/regexpp": "^4.12.2",
|
|
15917
|
-
"@typescript-eslint/scope-manager": "8.67.0",
|
|
15918
|
-
"@typescript-eslint/type-utils": "8.67.0",
|
|
15919
|
-
"@typescript-eslint/utils": "8.67.0",
|
|
15920
|
-
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
15921
|
-
"ignore": "^7.0.5",
|
|
15922
|
-
"natural-compare": "^1.4.0",
|
|
15923
|
-
"ts-api-utils": "^2.5.0"
|
|
15924
|
-
},
|
|
15925
|
-
"engines": {
|
|
15926
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
15927
|
-
},
|
|
15928
|
-
"funding": {
|
|
15929
|
-
"type": "opencollective",
|
|
15930
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
15931
|
-
},
|
|
15932
|
-
"peerDependencies": {
|
|
15933
|
-
"@typescript-eslint/parser": "^8.67.0",
|
|
15934
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
15935
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
15936
|
-
}
|
|
15937
|
-
},
|
|
15938
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": {
|
|
15939
|
-
"version": "8.67.0",
|
|
15940
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.67.0.tgz",
|
|
15941
|
-
"integrity": "sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==",
|
|
15942
|
-
"dev": true,
|
|
15943
|
-
"license": "MIT",
|
|
15944
|
-
"dependencies": {
|
|
15945
|
-
"@typescript-eslint/scope-manager": "8.67.0",
|
|
15946
|
-
"@typescript-eslint/types": "8.67.0",
|
|
15947
|
-
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
15948
|
-
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
15949
|
-
"debug": "^4.4.3"
|
|
15950
|
-
},
|
|
15951
|
-
"engines": {
|
|
15952
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
15953
|
-
},
|
|
15954
|
-
"funding": {
|
|
15955
|
-
"type": "opencollective",
|
|
15956
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
15957
|
-
},
|
|
15958
|
-
"peerDependencies": {
|
|
15959
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
15960
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
15961
|
-
}
|
|
15962
|
-
},
|
|
15963
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/type-utils": {
|
|
15964
|
-
"version": "8.67.0",
|
|
15965
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz",
|
|
15966
|
-
"integrity": "sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==",
|
|
15967
|
-
"dev": true,
|
|
15968
|
-
"license": "MIT",
|
|
15969
|
-
"dependencies": {
|
|
15970
|
-
"@typescript-eslint/types": "8.67.0",
|
|
15971
|
-
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
15972
|
-
"@typescript-eslint/utils": "8.67.0",
|
|
15973
|
-
"debug": "^4.4.3",
|
|
15974
|
-
"ts-api-utils": "^2.5.0"
|
|
15975
|
-
},
|
|
15976
|
-
"engines": {
|
|
15977
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
15978
|
-
},
|
|
15979
|
-
"funding": {
|
|
15980
|
-
"type": "opencollective",
|
|
15981
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
15982
|
-
},
|
|
15983
|
-
"peerDependencies": {
|
|
15984
|
-
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
15985
|
-
"typescript": ">=4.8.4 <6.1.0"
|
|
15986
|
-
}
|
|
15987
|
-
},
|
|
15988
|
-
"node_modules/typescript-eslint/node_modules/ignore": {
|
|
15989
|
-
"version": "7.0.6",
|
|
15990
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
15991
|
-
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
15992
|
-
"dev": true,
|
|
15993
|
-
"license": "MIT",
|
|
15994
|
-
"engines": {
|
|
15995
|
-
"node": ">= 4"
|
|
15996
|
-
}
|
|
15997
|
-
},
|
|
15998
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
|
15999
|
-
"version": "2.5.0",
|
|
16000
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
16001
|
-
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
16002
|
-
"dev": true,
|
|
16003
|
-
"license": "MIT",
|
|
16004
|
-
"engines": {
|
|
16005
|
-
"node": ">=18.12"
|
|
16006
|
-
},
|
|
16007
|
-
"peerDependencies": {
|
|
16008
|
-
"typescript": ">=4.8.4"
|
|
16009
|
-
}
|
|
16010
|
-
},
|
|
16011
|
-
"node_modules/typescript-eslint/node_modules/typescript": {
|
|
16012
|
-
"version": "5.9.3",
|
|
16013
|
-
"dev": true,
|
|
16014
|
-
"license": "Apache-2.0",
|
|
16015
|
-
"peer": true,
|
|
16016
|
-
"bin": {
|
|
16017
|
-
"tsc": "bin/tsc",
|
|
16018
|
-
"tsserver": "bin/tsserver"
|
|
16019
|
-
},
|
|
16020
|
-
"engines": {
|
|
16021
|
-
"node": ">=14.17"
|
|
16022
|
-
}
|
|
16023
|
-
},
|
|
16024
16058
|
"node_modules/uc.micro": {
|
|
16025
16059
|
"version": "2.1.0",
|
|
16026
16060
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1442,10 +1442,10 @@
|
|
|
1442
1442
|
wrap-ansi "^7.0.0"
|
|
1443
1443
|
wsl-utils "^0.4.0"
|
|
1444
1444
|
|
|
1445
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1446
|
-
version "5.
|
|
1447
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1448
|
-
integrity sha512-
|
|
1445
|
+
"@oclif/plugin-command-snapshot@^5.4.0":
|
|
1446
|
+
version "5.4.0"
|
|
1447
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz#a5f4a8c52c35a27b00fa2a1f2b9e7056e8c5f55f"
|
|
1448
|
+
integrity sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw==
|
|
1449
1449
|
dependencies:
|
|
1450
1450
|
"@oclif/core" "^4"
|
|
1451
1451
|
ansis "^3.17.0"
|
|
@@ -1464,20 +1464,20 @@
|
|
|
1464
1464
|
dependencies:
|
|
1465
1465
|
"@oclif/core" "^4"
|
|
1466
1466
|
|
|
1467
|
-
"@oclif/plugin-not-found@^3.2.
|
|
1468
|
-
version "3.
|
|
1469
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.
|
|
1470
|
-
integrity sha512-
|
|
1467
|
+
"@oclif/plugin-not-found@^3.2.93":
|
|
1468
|
+
version "3.3.0"
|
|
1469
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz#1c1370074f630475ac688c215e00f31df44e4146"
|
|
1470
|
+
integrity sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==
|
|
1471
1471
|
dependencies:
|
|
1472
1472
|
"@inquirer/prompts" "^7.10.1"
|
|
1473
1473
|
"@oclif/core" "^4.13.3"
|
|
1474
1474
|
ansis "^3.17.0"
|
|
1475
1475
|
fast-levenshtein "^3.0.0"
|
|
1476
1476
|
|
|
1477
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1478
|
-
version "3.
|
|
1479
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.
|
|
1480
|
-
integrity sha512-
|
|
1477
|
+
"@oclif/plugin-warn-if-update-available@^3.1.73":
|
|
1478
|
+
version "3.2.0"
|
|
1479
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz#88f4ed54b0dffae7cf3e579b84c39c2df567920c"
|
|
1480
|
+
integrity sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==
|
|
1481
1481
|
dependencies:
|
|
1482
1482
|
"@oclif/core" "^4"
|
|
1483
1483
|
ansis "^3.17.0"
|
|
@@ -1728,10 +1728,10 @@
|
|
|
1728
1728
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
1729
1729
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
1730
1730
|
|
|
1731
|
-
"@salesforce/ts-types@^3.0.0", "@salesforce/ts-types@^3.0.1":
|
|
1732
|
-
version "3.0
|
|
1733
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-3.0.
|
|
1734
|
-
integrity sha512-
|
|
1731
|
+
"@salesforce/ts-types@^3.0.0", "@salesforce/ts-types@^3.0.1", "@salesforce/ts-types@^3.1.0":
|
|
1732
|
+
version "3.1.0"
|
|
1733
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-3.1.0.tgz#d1255d79f01f8a64a5ce142677b8d75a157adc4c"
|
|
1734
|
+
integrity sha512-ynzIcFj6JVL3PcbxKlHfJ9dtGQUqZvND3APrfPjUPB63FeSN+HK12pYhpJV49wrjPiig0FYFFwhmSYq2OSQoRA==
|
|
1735
1735
|
|
|
1736
1736
|
"@salesforce/types@^1.6.0":
|
|
1737
1737
|
version "1.8.0"
|
|
@@ -2161,9 +2161,9 @@
|
|
|
2161
2161
|
"@types/node" "*"
|
|
2162
2162
|
|
|
2163
2163
|
"@types/node@*", "@types/node@^26":
|
|
2164
|
-
version "26.
|
|
2165
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-26.
|
|
2166
|
-
integrity sha512-
|
|
2164
|
+
version "26.3.0"
|
|
2165
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-26.3.0.tgz#757c33b17fe06db5a356582e9658603a1bd80caf"
|
|
2166
|
+
integrity sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw==
|
|
2167
2167
|
dependencies:
|
|
2168
2168
|
undici-types "~8.3.0"
|
|
2169
2169
|
|
|
@@ -3973,6 +3973,20 @@ eslint-config-salesforce-typescript@^6.0.0:
|
|
|
3973
3973
|
globals "^15.14.0"
|
|
3974
3974
|
typescript-eslint "^8.66.0"
|
|
3975
3975
|
|
|
3976
|
+
eslint-config-salesforce-typescript@^7.0.0:
|
|
3977
|
+
version "7.0.0"
|
|
3978
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-7.0.0.tgz#63f1e4f97bc1746cbf222f2a0a3446ae2fb724ba"
|
|
3979
|
+
integrity sha512-uxYafaxZiUoqE32I5hwnYhYaZ4s24J+YyjSa3xQ5Aw9frS7H0tcXxe2egFDsIOig4JZ3HmDeWesMMaFeawYRXw==
|
|
3980
|
+
dependencies:
|
|
3981
|
+
"@eslint/js" "^10.0.0"
|
|
3982
|
+
"@tony.ganchev/eslint-plugin-header" "^3.4.4"
|
|
3983
|
+
eslint-config-prettier "^10.1.5"
|
|
3984
|
+
eslint-plugin-import-x "^4.17.1"
|
|
3985
|
+
eslint-plugin-jsdoc "^63.3.2"
|
|
3986
|
+
eslint-plugin-unicorn "^72.0.0"
|
|
3987
|
+
globals "^15.14.0"
|
|
3988
|
+
typescript-eslint "^8.66.0"
|
|
3989
|
+
|
|
3976
3990
|
eslint-import-context@^0.1.9:
|
|
3977
3991
|
version "0.1.9"
|
|
3978
3992
|
resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.9.tgz#967b0b2f0a90ef4b689125e088f790f0b7756dbe"
|
|
@@ -4070,10 +4084,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
|
|
|
4070
4084
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
|
|
4071
4085
|
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
|
|
4072
4086
|
|
|
4073
|
-
eslint@^10.9.
|
|
4074
|
-
version "10.9.
|
|
4075
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.9.
|
|
4076
|
-
integrity sha512-
|
|
4087
|
+
eslint@^10.9.1:
|
|
4088
|
+
version "10.9.1"
|
|
4089
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.9.1.tgz#409da5c41a5536d5a849f8555a18ca7ef1eb963b"
|
|
4090
|
+
integrity sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==
|
|
4077
4091
|
dependencies:
|
|
4078
4092
|
"@eslint-community/eslint-utils" "^4.8.0"
|
|
4079
4093
|
"@eslint-community/regexpp" "^4.12.2"
|
|
@@ -6389,10 +6403,10 @@ object-keys@^1.1.1:
|
|
|
6389
6403
|
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
|
|
6390
6404
|
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
|
6391
6405
|
|
|
6392
|
-
oclif@^4.
|
|
6393
|
-
version "4.
|
|
6394
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6395
|
-
integrity sha512-
|
|
6406
|
+
oclif@^4.24.0:
|
|
6407
|
+
version "4.24.0"
|
|
6408
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.24.0.tgz#34d2e663caa36600d8c711659f956d5532d2a229"
|
|
6409
|
+
integrity sha512-qBSOMDV7T9G7QkJM1XXeC08jVnGjXK/EQaol6MpkXN1ELEOzi/9SeuwElH3zQuCRVEE+MlJLME6nQzNlwN5zVw==
|
|
6396
6410
|
dependencies:
|
|
6397
6411
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6398
6412
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -6401,8 +6415,8 @@ oclif@^4.23.30:
|
|
|
6401
6415
|
"@inquirer/select" "^2.5.0"
|
|
6402
6416
|
"@oclif/core" "^4.11.11"
|
|
6403
6417
|
"@oclif/plugin-help" "^6.2.53"
|
|
6404
|
-
"@oclif/plugin-not-found" "^3.2.
|
|
6405
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
6418
|
+
"@oclif/plugin-not-found" "^3.2.93"
|
|
6419
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.73"
|
|
6406
6420
|
ansis "^3.16.0"
|
|
6407
6421
|
async-retry "^1.3.3"
|
|
6408
6422
|
change-case "^4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.23",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "13.2.0",
|
|
15
15
|
"@salesforce/source-tracking": "8.1.1",
|
|
16
|
-
"@salesforce/ts-types": "^3.0
|
|
16
|
+
"@salesforce/ts-types": "^3.1.0",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.11.0",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@commitlint/cli": "^21.2.2",
|
|
25
25
|
"@commitlint/config-conventional": "^21.2.2",
|
|
26
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.4.0",
|
|
27
27
|
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
28
28
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
29
29
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
37
37
|
"c8": "^12.0.0",
|
|
38
38
|
"chai": "^6.2.2",
|
|
39
|
-
"eslint": "^10.9.
|
|
40
|
-
"eslint-config-salesforce-typescript": "^
|
|
39
|
+
"eslint": "^10.9.1",
|
|
40
|
+
"eslint-config-salesforce-typescript": "^7.0.0",
|
|
41
41
|
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
42
42
|
"husky": "^9.1.7",
|
|
43
43
|
"mocha": "^11.8.0",
|
|
44
|
-
"oclif": "^4.
|
|
44
|
+
"oclif": "^4.24.0",
|
|
45
45
|
"patch-package": "^8.0.1",
|
|
46
46
|
"prettier": "^3.9.6",
|
|
47
47
|
"pretty-quick": "^4.2.2",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"prepack": "sf-prepack",
|
|
134
134
|
"prepare": "patch-package && sf-install && yarn compare-hashes",
|
|
135
135
|
"test": "wireit",
|
|
136
|
-
"test:nuts": "c8 mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
136
|
+
"test:nuts": "c8 --exclude-after-remap mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
137
137
|
"test:nuts:local": "mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
138
138
|
"test:only": "wireit",
|
|
139
139
|
"version": "oclif readme --no-aliases"
|