sfdx-jayree 4.8.206 → 4.8.207
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 +9 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +115 -100
- package/oclif.lock +85 -113
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.207](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.206...v4.8.207) (2026-06-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.173 to 1.2.174 ([#1994](https://github.com/jayree/sfdx-jayree-plugin/issues/1994)) ([67abd2c](https://github.com/jayree/sfdx-jayree-plugin/commit/67abd2c4c9429e5f662c4071c46652797ca4c94d))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.169 to 1.3.170 ([#1993](https://github.com/jayree/sfdx-jayree-plugin/issues/1993)) ([329aa46](https://github.com/jayree/sfdx-jayree-plugin/commit/329aa4657bd6aebbfe08ea60420c5a0d8a0d6726))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.169 to 1.3.170 ([#1995](https://github.com/jayree/sfdx-jayree-plugin/issues/1995)) ([eb44a64](https://github.com/jayree/sfdx-jayree-plugin/commit/eb44a64895f1b2e46ac65592f6f51f091f12b97c))
|
|
9
|
+
|
|
1
10
|
## [4.8.206](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.205...v4.8.206) (2026-05-29)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree org configure country`
|
|
244
244
|
|
|
@@ -258,7 +258,7 @@ GLOBAL FLAGS
|
|
|
258
258
|
--json Format output as json.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
261
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/org/configure/country.ts)_
|
|
262
262
|
|
|
263
263
|
### `sfdx jayree org configure state`
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@ GLOBAL FLAGS
|
|
|
283
283
|
--json Format output as json.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
286
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/org/configure/state.ts)_
|
|
287
287
|
|
|
288
288
|
### `sfdx jayree org get settings`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ EXAMPLES
|
|
|
313
313
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
316
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/org/get/settings.ts)_
|
|
317
317
|
|
|
318
318
|
### `sfdx jayree org stream`
|
|
319
319
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
...
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.174/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
|
@@ -366,7 +366,7 @@ ALIASES
|
|
|
366
366
|
$ sfdx jayree source snapshot compare
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
369
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/compare/snapshot.ts)_
|
|
370
370
|
|
|
371
371
|
### `sfdx jayree project fix`
|
|
372
372
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree source fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree project generate snapshot`
|
|
394
394
|
|
|
@@ -409,7 +409,7 @@ ALIASES
|
|
|
409
409
|
$ sfdx jayree source snapshot generate
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
412
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/generate/snapshot.ts)_
|
|
413
413
|
|
|
414
414
|
### `sfdx jayree project list tracking`
|
|
415
415
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
441
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/list/tracking.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree project store tracking get`
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
467
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/store/tracking/get.ts)_
|
|
468
468
|
|
|
469
469
|
### `sfdx jayree project store tracking set`
|
|
470
470
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
497
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.170/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.207",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.207",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.174",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.170",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.170"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.50",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
21
21
|
"c8": "^11.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.15",
|
|
26
|
-
"oclif": "^4.23.
|
|
26
|
+
"oclif": "^4.23.10",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.8.3",
|
|
@@ -4207,17 +4207,17 @@
|
|
|
4207
4207
|
}
|
|
4208
4208
|
},
|
|
4209
4209
|
"node_modules/@inquirer/password": {
|
|
4210
|
-
"version": "5.1.
|
|
4211
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.1.
|
|
4212
|
-
"integrity": "sha512-
|
|
4210
|
+
"version": "5.1.1",
|
|
4211
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.1.1.tgz",
|
|
4212
|
+
"integrity": "sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==",
|
|
4213
4213
|
"license": "MIT",
|
|
4214
4214
|
"dependencies": {
|
|
4215
|
-
"@inquirer/ansi": "^2.0.
|
|
4216
|
-
"@inquirer/core": "^11.2.
|
|
4217
|
-
"@inquirer/type": "^4.0.
|
|
4215
|
+
"@inquirer/ansi": "^2.0.7",
|
|
4216
|
+
"@inquirer/core": "^11.2.1",
|
|
4217
|
+
"@inquirer/type": "^4.0.7"
|
|
4218
4218
|
},
|
|
4219
4219
|
"engines": {
|
|
4220
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
4220
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
4221
4221
|
},
|
|
4222
4222
|
"peerDependencies": {
|
|
4223
4223
|
"@types/node": ">=18"
|
|
@@ -4229,30 +4229,30 @@
|
|
|
4229
4229
|
}
|
|
4230
4230
|
},
|
|
4231
4231
|
"node_modules/@inquirer/password/node_modules/@inquirer/ansi": {
|
|
4232
|
-
"version": "2.0.
|
|
4233
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
4234
|
-
"integrity": "sha512-
|
|
4232
|
+
"version": "2.0.7",
|
|
4233
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.7.tgz",
|
|
4234
|
+
"integrity": "sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==",
|
|
4235
4235
|
"license": "MIT",
|
|
4236
4236
|
"engines": {
|
|
4237
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
4237
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
4238
4238
|
}
|
|
4239
4239
|
},
|
|
4240
4240
|
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
4241
|
-
"version": "11.2.
|
|
4242
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.
|
|
4243
|
-
"integrity": "sha512-
|
|
4241
|
+
"version": "11.2.1",
|
|
4242
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz",
|
|
4243
|
+
"integrity": "sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==",
|
|
4244
4244
|
"license": "MIT",
|
|
4245
4245
|
"dependencies": {
|
|
4246
|
-
"@inquirer/ansi": "^2.0.
|
|
4247
|
-
"@inquirer/figures": "^2.0.
|
|
4248
|
-
"@inquirer/type": "^4.0.
|
|
4246
|
+
"@inquirer/ansi": "^2.0.7",
|
|
4247
|
+
"@inquirer/figures": "^2.0.7",
|
|
4248
|
+
"@inquirer/type": "^4.0.7",
|
|
4249
4249
|
"cli-width": "^4.1.0",
|
|
4250
4250
|
"fast-wrap-ansi": "^0.2.0",
|
|
4251
|
-
"mute-stream": "^
|
|
4251
|
+
"mute-stream": "^3.0.0",
|
|
4252
4252
|
"signal-exit": "^4.1.0"
|
|
4253
4253
|
},
|
|
4254
4254
|
"engines": {
|
|
4255
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
4255
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
4256
4256
|
},
|
|
4257
4257
|
"peerDependencies": {
|
|
4258
4258
|
"@types/node": ">=18"
|
|
@@ -4264,21 +4264,21 @@
|
|
|
4264
4264
|
}
|
|
4265
4265
|
},
|
|
4266
4266
|
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
4267
|
-
"version": "2.0.
|
|
4268
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
4269
|
-
"integrity": "sha512-
|
|
4267
|
+
"version": "2.0.7",
|
|
4268
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz",
|
|
4269
|
+
"integrity": "sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==",
|
|
4270
4270
|
"license": "MIT",
|
|
4271
4271
|
"engines": {
|
|
4272
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
4272
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
4273
4273
|
}
|
|
4274
4274
|
},
|
|
4275
4275
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
4276
|
-
"version": "4.0.
|
|
4277
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
4278
|
-
"integrity": "sha512-
|
|
4276
|
+
"version": "4.0.7",
|
|
4277
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz",
|
|
4278
|
+
"integrity": "sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==",
|
|
4279
4279
|
"license": "MIT",
|
|
4280
4280
|
"engines": {
|
|
4281
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
4281
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
4282
4282
|
},
|
|
4283
4283
|
"peerDependencies": {
|
|
4284
4284
|
"@types/node": ">=18"
|
|
@@ -4290,12 +4290,12 @@
|
|
|
4290
4290
|
}
|
|
4291
4291
|
},
|
|
4292
4292
|
"node_modules/@inquirer/password/node_modules/mute-stream": {
|
|
4293
|
-
"version": "
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-
|
|
4295
|
-
"integrity": "sha512-
|
|
4293
|
+
"version": "3.0.0",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
4295
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
4296
4296
|
"license": "ISC",
|
|
4297
4297
|
"engines": {
|
|
4298
|
-
"node": "^
|
|
4298
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4299
4299
|
}
|
|
4300
4300
|
},
|
|
4301
4301
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
@@ -5014,9 +5014,9 @@
|
|
|
5014
5014
|
"license": "MIT"
|
|
5015
5015
|
},
|
|
5016
5016
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
5017
|
-
"version": "1.2.
|
|
5018
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
5019
|
-
"integrity": "sha512-
|
|
5017
|
+
"version": "1.2.174",
|
|
5018
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.174.tgz",
|
|
5019
|
+
"integrity": "sha512-P43xVQIngQepi3GglZJ/5X2tQXJCDajHiGCBecF8df6tsFP4datYBPonH/R2V/EooAnxDPr7QWjGXP4r49Gluw==",
|
|
5020
5020
|
"license": "Apache-2.0",
|
|
5021
5021
|
"dependencies": {
|
|
5022
5022
|
"@jayree/changelog": "^1.2.33",
|
|
@@ -5024,8 +5024,8 @@
|
|
|
5024
5024
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5025
5025
|
"@oclif/core": "^4.11.1",
|
|
5026
5026
|
"@salesforce/core": "^8.31.0",
|
|
5027
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5028
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5027
|
+
"@salesforce/sf-plugins-core": "^12.2.22",
|
|
5028
|
+
"@salesforce/source-deploy-retrieve": "^12.36.0",
|
|
5029
5029
|
"@salesforce/ts-types": "^2.0.12",
|
|
5030
5030
|
"chalk": "^5.6.2",
|
|
5031
5031
|
"cli-progress": "^3.12.0",
|
|
@@ -5191,18 +5191,18 @@
|
|
|
5191
5191
|
}
|
|
5192
5192
|
},
|
|
5193
5193
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5194
|
-
"version": "1.3.
|
|
5195
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5196
|
-
"integrity": "sha512-
|
|
5194
|
+
"version": "1.3.170",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.170.tgz",
|
|
5196
|
+
"integrity": "sha512-dDct7jTVE9uTn81oiAiCDvEIqTDvIwqHbDL7m6LE39TaXUkkcyKEA4Z+mjSwrLhhuBzNRQ6OQq6AHWgyopuhAw==",
|
|
5197
5197
|
"license": "Apache-2.0",
|
|
5198
5198
|
"dependencies": {
|
|
5199
5199
|
"@jayree/changelog": "^1.2.33",
|
|
5200
|
-
"@oclif/core": "^4.11.
|
|
5200
|
+
"@oclif/core": "^4.11.4",
|
|
5201
5201
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5202
5202
|
"@salesforce/core": "^8.31.0",
|
|
5203
5203
|
"@salesforce/kit": "^3.2.6",
|
|
5204
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5205
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5204
|
+
"@salesforce/sf-plugins-core": "^12.2.22",
|
|
5205
|
+
"@salesforce/source-deploy-retrieve": "^12.36.0",
|
|
5206
5206
|
"cli-progress": "^3.12.0",
|
|
5207
5207
|
"debug": "^4.4.1",
|
|
5208
5208
|
"fs-extra": "^11.3.5",
|
|
@@ -5225,17 +5225,17 @@
|
|
|
5225
5225
|
}
|
|
5226
5226
|
},
|
|
5227
5227
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5228
|
-
"version": "1.3.
|
|
5229
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5230
|
-
"integrity": "sha512-
|
|
5228
|
+
"version": "1.3.170",
|
|
5229
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.170.tgz",
|
|
5230
|
+
"integrity": "sha512-00RhTe7zdC/qm/PB4Om4SWp0PaWwwB80YmzVcWfOiSjcbS6rPDzrgtE6kQlJ4vBgHA/ixv8nl2YPpf+VXLe7sQ==",
|
|
5231
5231
|
"license": "Apache-2.0",
|
|
5232
5232
|
"dependencies": {
|
|
5233
5233
|
"@jayree/changelog": "^1.2.33",
|
|
5234
5234
|
"@oclif/core": "^4.11.1",
|
|
5235
5235
|
"@salesforce/core": "^8.30.0",
|
|
5236
5236
|
"@salesforce/kit": "^3.2.6",
|
|
5237
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5238
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5237
|
+
"@salesforce/sf-plugins-core": "^12.2.22",
|
|
5238
|
+
"@salesforce/source-deploy-retrieve": "^12.36.0",
|
|
5239
5239
|
"@salesforce/source-tracking": "^7.8.16",
|
|
5240
5240
|
"@salesforce/ts-types": "^2.0.11",
|
|
5241
5241
|
"ansis": "^4.3.0",
|
|
@@ -5796,9 +5796,9 @@
|
|
|
5796
5796
|
}
|
|
5797
5797
|
},
|
|
5798
5798
|
"node_modules/@oclif/plugin-help": {
|
|
5799
|
-
"version": "6.2.
|
|
5800
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5801
|
-
"integrity": "sha512-
|
|
5799
|
+
"version": "6.2.50",
|
|
5800
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.50.tgz",
|
|
5801
|
+
"integrity": "sha512-rNCG4hUm+kPXFbhJfAVk/fZ3OdWJYwBDASlyX8CqOLP0MssjIGl7iEgfZz7TMuZFa+KucupKU5NRSc0KWfPTQA==",
|
|
5802
5802
|
"dev": true,
|
|
5803
5803
|
"license": "MIT",
|
|
5804
5804
|
"dependencies": {
|
|
@@ -5825,9 +5825,9 @@
|
|
|
5825
5825
|
}
|
|
5826
5826
|
},
|
|
5827
5827
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
5828
|
-
"version": "3.1.
|
|
5829
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
5830
|
-
"integrity": "sha512-
|
|
5828
|
+
"version": "3.1.65",
|
|
5829
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz",
|
|
5830
|
+
"integrity": "sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==",
|
|
5831
5831
|
"dev": true,
|
|
5832
5832
|
"license": "MIT",
|
|
5833
5833
|
"dependencies": {
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
"ansis": "^3.17.0",
|
|
5836
5836
|
"debug": "^4.4.3",
|
|
5837
5837
|
"http-call": "^5.2.2",
|
|
5838
|
-
"lodash": "^4.
|
|
5838
|
+
"lodash": "^4.18.1",
|
|
5839
5839
|
"registry-auth-token": "^5.1.1"
|
|
5840
5840
|
},
|
|
5841
5841
|
"engines": {
|
|
@@ -6342,13 +6342,13 @@
|
|
|
6342
6342
|
"license": "BSD-3-Clause"
|
|
6343
6343
|
},
|
|
6344
6344
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6345
|
-
"version": "12.2.
|
|
6346
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
6347
|
-
"integrity": "sha512
|
|
6345
|
+
"version": "12.2.24",
|
|
6346
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz",
|
|
6347
|
+
"integrity": "sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==",
|
|
6348
6348
|
"license": "Apache-2.0",
|
|
6349
6349
|
"dependencies": {
|
|
6350
|
-
"@inquirer/confirm": "^6.
|
|
6351
|
-
"@inquirer/password": "^5.
|
|
6350
|
+
"@inquirer/confirm": "^6.1.1",
|
|
6351
|
+
"@inquirer/password": "^5.1.1",
|
|
6352
6352
|
"@oclif/core": "^4.11.4",
|
|
6353
6353
|
"@oclif/table": "^0.5.9",
|
|
6354
6354
|
"@salesforce/core": "^8.31.0",
|
|
@@ -6363,25 +6363,25 @@
|
|
|
6363
6363
|
}
|
|
6364
6364
|
},
|
|
6365
6365
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/ansi": {
|
|
6366
|
-
"version": "2.0.
|
|
6367
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
6368
|
-
"integrity": "sha512-
|
|
6366
|
+
"version": "2.0.7",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.7.tgz",
|
|
6368
|
+
"integrity": "sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==",
|
|
6369
6369
|
"license": "MIT",
|
|
6370
6370
|
"engines": {
|
|
6371
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
6371
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
6372
6372
|
}
|
|
6373
6373
|
},
|
|
6374
6374
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
6375
|
-
"version": "6.
|
|
6376
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.
|
|
6377
|
-
"integrity": "sha512-
|
|
6375
|
+
"version": "6.1.1",
|
|
6376
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.1.1.tgz",
|
|
6377
|
+
"integrity": "sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==",
|
|
6378
6378
|
"license": "MIT",
|
|
6379
6379
|
"dependencies": {
|
|
6380
|
-
"@inquirer/core": "^11.1
|
|
6381
|
-
"@inquirer/type": "^4.0.
|
|
6380
|
+
"@inquirer/core": "^11.2.1",
|
|
6381
|
+
"@inquirer/type": "^4.0.7"
|
|
6382
6382
|
},
|
|
6383
6383
|
"engines": {
|
|
6384
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
6384
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
6385
6385
|
},
|
|
6386
6386
|
"peerDependencies": {
|
|
6387
6387
|
"@types/node": ">=18"
|
|
@@ -6393,21 +6393,21 @@
|
|
|
6393
6393
|
}
|
|
6394
6394
|
},
|
|
6395
6395
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
6396
|
-
"version": "11.1
|
|
6397
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.
|
|
6398
|
-
"integrity": "sha512-
|
|
6396
|
+
"version": "11.2.1",
|
|
6397
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz",
|
|
6398
|
+
"integrity": "sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==",
|
|
6399
6399
|
"license": "MIT",
|
|
6400
6400
|
"dependencies": {
|
|
6401
|
-
"@inquirer/ansi": "^2.0.
|
|
6402
|
-
"@inquirer/figures": "^2.0.
|
|
6403
|
-
"@inquirer/type": "^4.0.
|
|
6401
|
+
"@inquirer/ansi": "^2.0.7",
|
|
6402
|
+
"@inquirer/figures": "^2.0.7",
|
|
6403
|
+
"@inquirer/type": "^4.0.7",
|
|
6404
6404
|
"cli-width": "^4.1.0",
|
|
6405
6405
|
"fast-wrap-ansi": "^0.2.0",
|
|
6406
6406
|
"mute-stream": "^3.0.0",
|
|
6407
6407
|
"signal-exit": "^4.1.0"
|
|
6408
6408
|
},
|
|
6409
6409
|
"engines": {
|
|
6410
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
6410
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
6411
6411
|
},
|
|
6412
6412
|
"peerDependencies": {
|
|
6413
6413
|
"@types/node": ">=18"
|
|
@@ -6419,21 +6419,21 @@
|
|
|
6419
6419
|
}
|
|
6420
6420
|
},
|
|
6421
6421
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/figures": {
|
|
6422
|
-
"version": "2.0.
|
|
6423
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
6424
|
-
"integrity": "sha512-
|
|
6422
|
+
"version": "2.0.7",
|
|
6423
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz",
|
|
6424
|
+
"integrity": "sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==",
|
|
6425
6425
|
"license": "MIT",
|
|
6426
6426
|
"engines": {
|
|
6427
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
6427
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
6428
6428
|
}
|
|
6429
6429
|
},
|
|
6430
6430
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
6431
|
-
"version": "4.0.
|
|
6432
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
6433
|
-
"integrity": "sha512-
|
|
6431
|
+
"version": "4.0.7",
|
|
6432
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz",
|
|
6433
|
+
"integrity": "sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==",
|
|
6434
6434
|
"license": "MIT",
|
|
6435
6435
|
"engines": {
|
|
6436
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
6436
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
6437
6437
|
},
|
|
6438
6438
|
"peerDependencies": {
|
|
6439
6439
|
"@types/node": ">=18"
|
|
@@ -6466,9 +6466,9 @@
|
|
|
6466
6466
|
}
|
|
6467
6467
|
},
|
|
6468
6468
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6469
|
-
"version": "12.36.
|
|
6470
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.
|
|
6471
|
-
"integrity": "sha512-
|
|
6469
|
+
"version": "12.36.2",
|
|
6470
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.2.tgz",
|
|
6471
|
+
"integrity": "sha512-N3+dnM2EBsviXbnzP89iuBbdSyzB5b3RqUPZwyCw99SF6x6u9GKQVL164kfWyozl4XtZnhTQvbU75qkriFYWoQ==",
|
|
6472
6472
|
"license": "Apache-2.0",
|
|
6473
6473
|
"dependencies": {
|
|
6474
6474
|
"@salesforce/core": "^8.31.0",
|
|
@@ -6484,7 +6484,7 @@
|
|
|
6484
6484
|
"mime": "2.6.0",
|
|
6485
6485
|
"minimatch": "^9.0.9",
|
|
6486
6486
|
"proxy-agent": "^6.5.0",
|
|
6487
|
-
"yaml": "^2.
|
|
6487
|
+
"yaml": "^2.9.0"
|
|
6488
6488
|
},
|
|
6489
6489
|
"engines": {
|
|
6490
6490
|
"node": ">=18.0.0"
|
|
@@ -6514,6 +6514,21 @@
|
|
|
6514
6514
|
"url": "https://github.com/sponsors/isaacs"
|
|
6515
6515
|
}
|
|
6516
6516
|
},
|
|
6517
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/yaml": {
|
|
6518
|
+
"version": "2.9.0",
|
|
6519
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
6520
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
6521
|
+
"license": "ISC",
|
|
6522
|
+
"bin": {
|
|
6523
|
+
"yaml": "bin.mjs"
|
|
6524
|
+
},
|
|
6525
|
+
"engines": {
|
|
6526
|
+
"node": ">= 14.6"
|
|
6527
|
+
},
|
|
6528
|
+
"funding": {
|
|
6529
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
6530
|
+
}
|
|
6531
|
+
},
|
|
6517
6532
|
"node_modules/@salesforce/source-tracking": {
|
|
6518
6533
|
"version": "7.8.2",
|
|
6519
6534
|
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.2.tgz",
|
|
@@ -15265,9 +15280,9 @@
|
|
|
15265
15280
|
}
|
|
15266
15281
|
},
|
|
15267
15282
|
"node_modules/oclif": {
|
|
15268
|
-
"version": "4.23.
|
|
15269
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
15270
|
-
"integrity": "sha512-
|
|
15283
|
+
"version": "4.23.10",
|
|
15284
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz",
|
|
15285
|
+
"integrity": "sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==",
|
|
15271
15286
|
"dev": true,
|
|
15272
15287
|
"license": "MIT",
|
|
15273
15288
|
"dependencies": {
|
|
@@ -15276,10 +15291,10 @@
|
|
|
15276
15291
|
"@inquirer/confirm": "^3.1.22",
|
|
15277
15292
|
"@inquirer/input": "^2.2.4",
|
|
15278
15293
|
"@inquirer/select": "^2.5.0",
|
|
15279
|
-
"@oclif/core": "^4.11.
|
|
15294
|
+
"@oclif/core": "^4.11.4",
|
|
15280
15295
|
"@oclif/plugin-help": "^6.2.49",
|
|
15281
15296
|
"@oclif/plugin-not-found": "^3.2.85",
|
|
15282
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
15297
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.65",
|
|
15283
15298
|
"ansis": "^3.16.0",
|
|
15284
15299
|
"async-retry": "^1.3.3",
|
|
15285
15300
|
"change-case": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1107,15 +1107,10 @@
|
|
|
1107
1107
|
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz"
|
|
1108
1108
|
integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
|
|
1109
1109
|
|
|
1110
|
-
"@inquirer/ansi@^2.0.
|
|
1111
|
-
version "2.0.
|
|
1112
|
-
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
1113
|
-
integrity sha512-
|
|
1114
|
-
|
|
1115
|
-
"@inquirer/ansi@^2.0.6":
|
|
1116
|
-
version "2.0.6"
|
|
1117
|
-
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.6.tgz"
|
|
1118
|
-
integrity sha512-I/INw4sHGlVZ/afZOckpLiDP9SmbMl1g/GCqeHjLw1Afw/0PlRs2tRFgTGWmdI0hoNuWZn3y2iHNmG1vyECyQQ==
|
|
1110
|
+
"@inquirer/ansi@^2.0.7":
|
|
1111
|
+
version "2.0.7"
|
|
1112
|
+
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.7.tgz"
|
|
1113
|
+
integrity sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==
|
|
1119
1114
|
|
|
1120
1115
|
"@inquirer/checkbox@^4.3.2":
|
|
1121
1116
|
version "4.3.2"
|
|
@@ -1144,13 +1139,13 @@
|
|
|
1144
1139
|
"@inquirer/core" "^10.3.2"
|
|
1145
1140
|
"@inquirer/type" "^3.0.10"
|
|
1146
1141
|
|
|
1147
|
-
"@inquirer/confirm@^6.
|
|
1148
|
-
version "6.
|
|
1149
|
-
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.
|
|
1150
|
-
integrity sha512-
|
|
1142
|
+
"@inquirer/confirm@^6.1.1":
|
|
1143
|
+
version "6.1.1"
|
|
1144
|
+
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.1.1.tgz"
|
|
1145
|
+
integrity sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==
|
|
1151
1146
|
dependencies:
|
|
1152
|
-
"@inquirer/core" "^11.1
|
|
1153
|
-
"@inquirer/type" "^4.0.
|
|
1147
|
+
"@inquirer/core" "^11.2.1"
|
|
1148
|
+
"@inquirer/type" "^4.0.7"
|
|
1154
1149
|
|
|
1155
1150
|
"@inquirer/core@^10.3.2":
|
|
1156
1151
|
version "10.3.2"
|
|
@@ -1166,32 +1161,19 @@
|
|
|
1166
1161
|
wrap-ansi "^6.2.0"
|
|
1167
1162
|
yoctocolors-cjs "^2.1.3"
|
|
1168
1163
|
|
|
1169
|
-
"@inquirer/core@^11.1
|
|
1170
|
-
version "11.1
|
|
1171
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-11.1.
|
|
1172
|
-
integrity sha512-
|
|
1164
|
+
"@inquirer/core@^11.2.1":
|
|
1165
|
+
version "11.2.1"
|
|
1166
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz"
|
|
1167
|
+
integrity sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==
|
|
1173
1168
|
dependencies:
|
|
1174
|
-
"@inquirer/ansi" "^2.0.
|
|
1175
|
-
"@inquirer/figures" "^2.0.
|
|
1176
|
-
"@inquirer/type" "^4.0.
|
|
1169
|
+
"@inquirer/ansi" "^2.0.7"
|
|
1170
|
+
"@inquirer/figures" "^2.0.7"
|
|
1171
|
+
"@inquirer/type" "^4.0.7"
|
|
1177
1172
|
cli-width "^4.1.0"
|
|
1178
1173
|
fast-wrap-ansi "^0.2.0"
|
|
1179
1174
|
mute-stream "^3.0.0"
|
|
1180
1175
|
signal-exit "^4.1.0"
|
|
1181
1176
|
|
|
1182
|
-
"@inquirer/core@^11.2.0":
|
|
1183
|
-
version "11.2.0"
|
|
1184
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-11.2.0.tgz"
|
|
1185
|
-
integrity sha512-joR1YS2sI0us+9d0I8ViqFbrRLONO8CFTuyvBX4ZVBSch+VsZiugUABdrhBXXJR1VyEzvpz5SQCix3keETQ58g==
|
|
1186
|
-
dependencies:
|
|
1187
|
-
"@inquirer/ansi" "^2.0.6"
|
|
1188
|
-
"@inquirer/figures" "^2.0.6"
|
|
1189
|
-
"@inquirer/type" "^4.0.6"
|
|
1190
|
-
cli-width "^4.1.0"
|
|
1191
|
-
fast-wrap-ansi "^0.2.0"
|
|
1192
|
-
mute-stream "^4.0.0"
|
|
1193
|
-
signal-exit "^4.1.0"
|
|
1194
|
-
|
|
1195
1177
|
"@inquirer/core@^9.0.8":
|
|
1196
1178
|
version "9.0.8"
|
|
1197
1179
|
resolved "https://registry.npmjs.org/@inquirer/core/-/core-9.0.8.tgz"
|
|
@@ -1266,15 +1248,10 @@
|
|
|
1266
1248
|
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz"
|
|
1267
1249
|
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
|
|
1268
1250
|
|
|
1269
|
-
"@inquirer/figures@^2.0.
|
|
1270
|
-
version "2.0.
|
|
1271
|
-
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
1272
|
-
integrity sha512-
|
|
1273
|
-
|
|
1274
|
-
"@inquirer/figures@^2.0.6":
|
|
1275
|
-
version "2.0.6"
|
|
1276
|
-
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.6.tgz"
|
|
1277
|
-
integrity sha512-dsZgQtH2t5Q6ah3aPbZbeEZAxsD9qQu0DXf01AltuEfRTm+NoLN6+rLVbr+4edeEbNCp/wBNM6mALRWtsQpfkw==
|
|
1251
|
+
"@inquirer/figures@^2.0.7":
|
|
1252
|
+
version "2.0.7"
|
|
1253
|
+
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz"
|
|
1254
|
+
integrity sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==
|
|
1278
1255
|
|
|
1279
1256
|
"@inquirer/input@^2.2.4":
|
|
1280
1257
|
version "2.2.7"
|
|
@@ -1309,14 +1286,14 @@
|
|
|
1309
1286
|
"@inquirer/core" "^10.3.2"
|
|
1310
1287
|
"@inquirer/type" "^3.0.10"
|
|
1311
1288
|
|
|
1312
|
-
"@inquirer/password@^5.
|
|
1313
|
-
version "5.1.
|
|
1314
|
-
resolved "https://registry.npmjs.org/@inquirer/password/-/password-5.1.
|
|
1315
|
-
integrity sha512-
|
|
1289
|
+
"@inquirer/password@^5.1.1":
|
|
1290
|
+
version "5.1.1"
|
|
1291
|
+
resolved "https://registry.npmjs.org/@inquirer/password/-/password-5.1.1.tgz"
|
|
1292
|
+
integrity sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==
|
|
1316
1293
|
dependencies:
|
|
1317
|
-
"@inquirer/ansi" "^2.0.
|
|
1318
|
-
"@inquirer/core" "^11.2.
|
|
1319
|
-
"@inquirer/type" "^4.0.
|
|
1294
|
+
"@inquirer/ansi" "^2.0.7"
|
|
1295
|
+
"@inquirer/core" "^11.2.1"
|
|
1296
|
+
"@inquirer/type" "^4.0.7"
|
|
1320
1297
|
|
|
1321
1298
|
"@inquirer/prompts@^7.10.1":
|
|
1322
1299
|
version "7.10.1"
|
|
@@ -1394,15 +1371,10 @@
|
|
|
1394
1371
|
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz"
|
|
1395
1372
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1396
1373
|
|
|
1397
|
-
"@inquirer/type@^4.0.
|
|
1398
|
-
version "4.0.
|
|
1399
|
-
resolved "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
1400
|
-
integrity sha512-
|
|
1401
|
-
|
|
1402
|
-
"@inquirer/type@^4.0.6":
|
|
1403
|
-
version "4.0.6"
|
|
1404
|
-
resolved "https://registry.npmjs.org/@inquirer/type/-/type-4.0.6.tgz"
|
|
1405
|
-
integrity sha512-J+9tdxOskuYuGjsvGaq00AamhDgjR7anhEW2dP4QdQpFCMPngCeC/bCYWQ5NsMWZRdsy53is7kAHb/+7cwDk2g==
|
|
1374
|
+
"@inquirer/type@^4.0.7":
|
|
1375
|
+
version "4.0.7"
|
|
1376
|
+
resolved "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz"
|
|
1377
|
+
integrity sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==
|
|
1406
1378
|
|
|
1407
1379
|
"@isaacs/cliui@^8.0.2":
|
|
1408
1380
|
version "8.0.2"
|
|
@@ -1463,18 +1435,18 @@
|
|
|
1463
1435
|
graceful-fs "^4.2.11"
|
|
1464
1436
|
isomorphic-git "1.36.3"
|
|
1465
1437
|
|
|
1466
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1467
|
-
version "1.2.
|
|
1468
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1469
|
-
integrity sha512-
|
|
1438
|
+
"@jayree/sfdx-plugin-org@^1.2.174":
|
|
1439
|
+
version "1.2.174"
|
|
1440
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.174.tgz"
|
|
1441
|
+
integrity sha512-P43xVQIngQepi3GglZJ/5X2tQXJCDajHiGCBecF8df6tsFP4datYBPonH/R2V/EooAnxDPr7QWjGXP4r49Gluw==
|
|
1470
1442
|
dependencies:
|
|
1471
1443
|
"@jayree/changelog" "^1.2.33"
|
|
1472
1444
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
1473
1445
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1474
1446
|
"@oclif/core" "^4.11.1"
|
|
1475
1447
|
"@salesforce/core" "^8.31.0"
|
|
1476
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1477
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1448
|
+
"@salesforce/sf-plugins-core" "^12.2.22"
|
|
1449
|
+
"@salesforce/source-deploy-retrieve" "^12.36.0"
|
|
1478
1450
|
"@salesforce/ts-types" "^2.0.12"
|
|
1479
1451
|
chalk "^5.6.2"
|
|
1480
1452
|
cli-progress "^3.12.0"
|
|
@@ -1491,18 +1463,18 @@
|
|
|
1491
1463
|
tslib "^2.8.1"
|
|
1492
1464
|
wrap-ansi "^9.0.2"
|
|
1493
1465
|
|
|
1494
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1495
|
-
version "1.3.
|
|
1496
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1497
|
-
integrity sha512-
|
|
1466
|
+
"@jayree/sfdx-plugin-prettier@^1.3.170":
|
|
1467
|
+
version "1.3.170"
|
|
1468
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.170.tgz"
|
|
1469
|
+
integrity sha512-dDct7jTVE9uTn81oiAiCDvEIqTDvIwqHbDL7m6LE39TaXUkkcyKEA4Z+mjSwrLhhuBzNRQ6OQq6AHWgyopuhAw==
|
|
1498
1470
|
dependencies:
|
|
1499
1471
|
"@jayree/changelog" "^1.2.33"
|
|
1500
|
-
"@oclif/core" "^4.11.
|
|
1472
|
+
"@oclif/core" "^4.11.4"
|
|
1501
1473
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1502
1474
|
"@salesforce/core" "^8.31.0"
|
|
1503
1475
|
"@salesforce/kit" "^3.2.6"
|
|
1504
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1505
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1476
|
+
"@salesforce/sf-plugins-core" "^12.2.22"
|
|
1477
|
+
"@salesforce/source-deploy-retrieve" "^12.36.0"
|
|
1506
1478
|
cli-progress "^3.12.0"
|
|
1507
1479
|
debug "^4.4.1"
|
|
1508
1480
|
fs-extra "^11.3.5"
|
|
@@ -1511,17 +1483,17 @@
|
|
|
1511
1483
|
prettier-plugin-apex "^2.2.6"
|
|
1512
1484
|
tslib "^2.8.1"
|
|
1513
1485
|
|
|
1514
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1515
|
-
version "1.3.
|
|
1516
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1517
|
-
integrity sha512-
|
|
1486
|
+
"@jayree/sfdx-plugin-source@^1.3.170":
|
|
1487
|
+
version "1.3.170"
|
|
1488
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.170.tgz"
|
|
1489
|
+
integrity sha512-00RhTe7zdC/qm/PB4Om4SWp0PaWwwB80YmzVcWfOiSjcbS6rPDzrgtE6kQlJ4vBgHA/ixv8nl2YPpf+VXLe7sQ==
|
|
1518
1490
|
dependencies:
|
|
1519
1491
|
"@jayree/changelog" "^1.2.33"
|
|
1520
1492
|
"@oclif/core" "^4.11.1"
|
|
1521
1493
|
"@salesforce/core" "^8.30.0"
|
|
1522
1494
|
"@salesforce/kit" "^3.2.6"
|
|
1523
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1524
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1495
|
+
"@salesforce/sf-plugins-core" "^12.2.22"
|
|
1496
|
+
"@salesforce/source-deploy-retrieve" "^12.36.0"
|
|
1525
1497
|
"@salesforce/source-tracking" "^7.8.16"
|
|
1526
1498
|
"@salesforce/ts-types" "^2.0.11"
|
|
1527
1499
|
ansis "^4.3.0"
|
|
@@ -1682,7 +1654,7 @@
|
|
|
1682
1654
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1683
1655
|
fastq "^1.6.0"
|
|
1684
1656
|
|
|
1685
|
-
"@oclif/core@^4", "@oclif/core@^4.11.1", "@oclif/core@^4.11.
|
|
1657
|
+
"@oclif/core@^4", "@oclif/core@^4.11.1", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.8.0":
|
|
1686
1658
|
version "4.11.4"
|
|
1687
1659
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz"
|
|
1688
1660
|
integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
|
|
@@ -1706,10 +1678,10 @@
|
|
|
1706
1678
|
wordwrap "^1.0.0"
|
|
1707
1679
|
wrap-ansi "^7.0.0"
|
|
1708
1680
|
|
|
1709
|
-
"@oclif/plugin-help@^6.2.
|
|
1710
|
-
version "6.2.
|
|
1711
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1712
|
-
integrity sha512-
|
|
1681
|
+
"@oclif/plugin-help@^6.2.49", "@oclif/plugin-help@^6.2.50":
|
|
1682
|
+
version "6.2.50"
|
|
1683
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.50.tgz"
|
|
1684
|
+
integrity sha512-rNCG4hUm+kPXFbhJfAVk/fZ3OdWJYwBDASlyX8CqOLP0MssjIGl7iEgfZz7TMuZFa+KucupKU5NRSc0KWfPTQA==
|
|
1713
1685
|
dependencies:
|
|
1714
1686
|
"@oclif/core" "^4"
|
|
1715
1687
|
|
|
@@ -1723,16 +1695,16 @@
|
|
|
1723
1695
|
ansis "^3.17.0"
|
|
1724
1696
|
fast-levenshtein "^3.0.0"
|
|
1725
1697
|
|
|
1726
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1727
|
-
version "3.1.
|
|
1728
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1729
|
-
integrity sha512-
|
|
1698
|
+
"@oclif/plugin-warn-if-update-available@^3.1.65":
|
|
1699
|
+
version "3.1.65"
|
|
1700
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz"
|
|
1701
|
+
integrity sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==
|
|
1730
1702
|
dependencies:
|
|
1731
1703
|
"@oclif/core" "^4"
|
|
1732
1704
|
ansis "^3.17.0"
|
|
1733
1705
|
debug "^4.4.3"
|
|
1734
1706
|
http-call "^5.2.2"
|
|
1735
|
-
lodash "^4.
|
|
1707
|
+
lodash "^4.18.1"
|
|
1736
1708
|
registry-auth-token "^5.1.1"
|
|
1737
1709
|
|
|
1738
1710
|
"@oclif/table@^0.5.9":
|
|
@@ -1891,13 +1863,13 @@
|
|
|
1891
1863
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
1892
1864
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1893
1865
|
|
|
1894
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1895
|
-
version "12.2.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1897
|
-
integrity sha512
|
|
1866
|
+
"@salesforce/sf-plugins-core@^12.2.22", "@salesforce/sf-plugins-core@^12.2.6":
|
|
1867
|
+
version "12.2.24"
|
|
1868
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz"
|
|
1869
|
+
integrity sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==
|
|
1898
1870
|
dependencies:
|
|
1899
|
-
"@inquirer/confirm" "^6.
|
|
1900
|
-
"@inquirer/password" "^5.
|
|
1871
|
+
"@inquirer/confirm" "^6.1.1"
|
|
1872
|
+
"@inquirer/password" "^5.1.1"
|
|
1901
1873
|
"@oclif/core" "^4.11.4"
|
|
1902
1874
|
"@oclif/table" "^0.5.9"
|
|
1903
1875
|
"@salesforce/core" "^8.31.0"
|
|
@@ -1907,10 +1879,10 @@
|
|
|
1907
1879
|
cli-progress "^3.12.0"
|
|
1908
1880
|
terminal-link "^3.0.0"
|
|
1909
1881
|
|
|
1910
|
-
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.35.
|
|
1911
|
-
version "12.36.
|
|
1912
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.
|
|
1913
|
-
integrity sha512-
|
|
1882
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.35.9", "@salesforce/source-deploy-retrieve@^12.36.0":
|
|
1883
|
+
version "12.36.2"
|
|
1884
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.2.tgz"
|
|
1885
|
+
integrity sha512-N3+dnM2EBsviXbnzP89iuBbdSyzB5b3RqUPZwyCw99SF6x6u9GKQVL164kfWyozl4XtZnhTQvbU75qkriFYWoQ==
|
|
1914
1886
|
dependencies:
|
|
1915
1887
|
"@salesforce/core" "^8.31.0"
|
|
1916
1888
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1925,7 +1897,7 @@
|
|
|
1925
1897
|
mime "2.6.0"
|
|
1926
1898
|
minimatch "^9.0.9"
|
|
1927
1899
|
proxy-agent "^6.5.0"
|
|
1928
|
-
yaml "^2.
|
|
1900
|
+
yaml "^2.9.0"
|
|
1929
1901
|
|
|
1930
1902
|
"@salesforce/source-deploy-retrieve@12.31.9":
|
|
1931
1903
|
version "12.31.9"
|
|
@@ -6336,7 +6308,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
6336
6308
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
6337
6309
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
6338
6310
|
|
|
6339
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.
|
|
6311
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.1:
|
|
6340
6312
|
version "4.18.1"
|
|
6341
6313
|
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
6342
6314
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -6789,11 +6761,6 @@ mute-stream@^3.0.0:
|
|
|
6789
6761
|
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz"
|
|
6790
6762
|
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
6791
6763
|
|
|
6792
|
-
mute-stream@^4.0.0:
|
|
6793
|
-
version "4.0.0"
|
|
6794
|
-
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-4.0.0.tgz"
|
|
6795
|
-
integrity sha512-gSrprq0fJ3EiOErzjdIZrjysVVmJ4uu1QWfCDss5LypA5OXvrMje5Ym5z6V6RLyJ2eF87lasX7t6a0AnFvZblg==
|
|
6796
|
-
|
|
6797
6764
|
mz@^2.4.0:
|
|
6798
6765
|
version "2.7.0"
|
|
6799
6766
|
resolved "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz"
|
|
@@ -7047,20 +7014,20 @@ object.values@^1.1.7:
|
|
|
7047
7014
|
define-properties "^1.2.0"
|
|
7048
7015
|
es-abstract "^1.22.1"
|
|
7049
7016
|
|
|
7050
|
-
oclif@^4.23.
|
|
7051
|
-
version "4.23.
|
|
7052
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
7053
|
-
integrity sha512-
|
|
7017
|
+
oclif@^4.23.10:
|
|
7018
|
+
version "4.23.10"
|
|
7019
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz"
|
|
7020
|
+
integrity sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==
|
|
7054
7021
|
dependencies:
|
|
7055
7022
|
"@aws-sdk/client-cloudfront" "^3.1009.0"
|
|
7056
7023
|
"@aws-sdk/client-s3" "^3.1053.0"
|
|
7057
7024
|
"@inquirer/confirm" "^3.1.22"
|
|
7058
7025
|
"@inquirer/input" "^2.2.4"
|
|
7059
7026
|
"@inquirer/select" "^2.5.0"
|
|
7060
|
-
"@oclif/core" "^4.11.
|
|
7027
|
+
"@oclif/core" "^4.11.4"
|
|
7061
7028
|
"@oclif/plugin-help" "^6.2.49"
|
|
7062
7029
|
"@oclif/plugin-not-found" "^3.2.85"
|
|
7063
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
7030
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.65"
|
|
7064
7031
|
ansis "^3.16.0"
|
|
7065
7032
|
async-retry "^1.3.3"
|
|
7066
7033
|
change-case "^4"
|
|
@@ -9430,11 +9397,16 @@ yallist@^4.0.0:
|
|
|
9430
9397
|
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
|
|
9431
9398
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
9432
9399
|
|
|
9433
|
-
yaml@^2.2.2, yaml@^2.4.5, yaml@^2.8.1
|
|
9400
|
+
yaml@^2.2.2, yaml@^2.4.5, yaml@^2.8.1:
|
|
9434
9401
|
version "2.8.3"
|
|
9435
9402
|
resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz"
|
|
9436
9403
|
integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==
|
|
9437
9404
|
|
|
9405
|
+
yaml@^2.9.0:
|
|
9406
|
+
version "2.9.0"
|
|
9407
|
+
resolved "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz"
|
|
9408
|
+
integrity sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==
|
|
9409
|
+
|
|
9438
9410
|
yargs-parser@^18.1.2:
|
|
9439
9411
|
version "18.1.3"
|
|
9440
9412
|
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.207",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.174",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.170",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.170"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.50",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
18
18
|
"c8": "^11.0.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.15",
|
|
23
|
-
"oclif": "^4.23.
|
|
23
|
+
"oclif": "^4.23.10",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.8.3",
|