sfdx-jayree 4.8.193 → 4.8.195
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 +17 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +63 -63
- package/oclif.lock +69 -69
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.195](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.194...v4.8.195) (2026-04-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump basic-ftp from 5.2.0 to 5.2.1 ([#1934](https://github.com/jayree/sfdx-jayree-plugin/issues/1934)) ([f87d5a8](https://github.com/jayree/sfdx-jayree-plugin/commit/f87d5a8ba8788e017277c56402eec61645625559))
|
|
7
|
+
|
|
8
|
+
## [4.8.194](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.193...v4.8.194) (2026-04-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.165 to 1.2.166 ([#1928](https://github.com/jayree/sfdx-jayree-plugin/issues/1928)) ([e925dce](https://github.com/jayree/sfdx-jayree-plugin/commit/e925dce7b9d787412d08bcd836ca136c1c6dbe7e))
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.161 to 1.3.162 ([#1930](https://github.com/jayree/sfdx-jayree-plugin/issues/1930)) ([434049d](https://github.com/jayree/sfdx-jayree-plugin/commit/434049dc224c569580a43049bc85fd5e265c9d50))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.160 to 1.3.161 ([#1929](https://github.com/jayree/sfdx-jayree-plugin/issues/1929)) ([5472d84](https://github.com/jayree/sfdx-jayree-plugin/commit/5472d8416715a993fae45a1b28cde6eb1cb03dbb))
|
|
16
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#1933](https://github.com/jayree/sfdx-jayree-plugin/issues/1933)) ([477aeeb](https://github.com/jayree/sfdx-jayree-plugin/commit/477aeeb283a08708444b28aef5b9d7febf5645b9))
|
|
17
|
+
|
|
1
18
|
## [4.8.193](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.192...v4.8.193) (2026-03-27)
|
|
2
19
|
|
|
3
20
|
|
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.166/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.166/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.166/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.166/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.166/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.166/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.161/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.161/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.161/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.161/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.161/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.161/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.195",
|
|
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.195",
|
|
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.166",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.162",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.161"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.41",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.33",
|
|
21
21
|
"c8": "^11.0.0",
|
|
@@ -4881,14 +4881,14 @@
|
|
|
4881
4881
|
}
|
|
4882
4882
|
},
|
|
4883
4883
|
"node_modules/@jayree/changelog": {
|
|
4884
|
-
"version": "1.2.
|
|
4885
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4886
|
-
"integrity": "sha512-
|
|
4884
|
+
"version": "1.2.28",
|
|
4885
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz",
|
|
4886
|
+
"integrity": "sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==",
|
|
4887
4887
|
"license": "BSD-3-Clause",
|
|
4888
4888
|
"dependencies": {
|
|
4889
4889
|
"debug": "^4.4.1",
|
|
4890
4890
|
"fs-extra": "^11.3.4",
|
|
4891
|
-
"marked": "^17.0.
|
|
4891
|
+
"marked": "^17.0.5",
|
|
4892
4892
|
"marked-terminal": "^7.3.0",
|
|
4893
4893
|
"semver": "^7.7.4",
|
|
4894
4894
|
"semver-compare": "^1.0.0"
|
|
@@ -4937,9 +4937,9 @@
|
|
|
4937
4937
|
}
|
|
4938
4938
|
},
|
|
4939
4939
|
"node_modules/@jayree/changelog/node_modules/marked": {
|
|
4940
|
-
"version": "17.0.
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
4942
|
-
"integrity": "sha512-
|
|
4940
|
+
"version": "17.0.5",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz",
|
|
4942
|
+
"integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==",
|
|
4943
4943
|
"license": "MIT",
|
|
4944
4944
|
"bin": {
|
|
4945
4945
|
"marked": "bin/marked.js"
|
|
@@ -5127,18 +5127,18 @@
|
|
|
5127
5127
|
"license": "MIT"
|
|
5128
5128
|
},
|
|
5129
5129
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
5130
|
-
"version": "1.2.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
5132
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "1.2.166",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.166.tgz",
|
|
5132
|
+
"integrity": "sha512-gRLy6LL7GcBL5UHV1gdSYW/Fa2yGS9uol5zhUKZbvQX76JsRyd9Nq7AYFdaLbFLrgLs7JHEHds3ULX/OaUOgvw==",
|
|
5133
5133
|
"license": "Apache-2.0",
|
|
5134
5134
|
"dependencies": {
|
|
5135
|
-
"@jayree/changelog": "^1.2.
|
|
5135
|
+
"@jayree/changelog": "^1.2.28",
|
|
5136
5136
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5137
5137
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5138
5138
|
"@oclif/core": "^4.10.3",
|
|
5139
|
-
"@salesforce/core": "^8.
|
|
5139
|
+
"@salesforce/core": "^8.28.1",
|
|
5140
5140
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5141
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5141
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
5142
5142
|
"@salesforce/ts-types": "^2.0.12",
|
|
5143
5143
|
"chalk": "^5.6.2",
|
|
5144
5144
|
"cli-progress": "^3.12.0",
|
|
@@ -5150,7 +5150,7 @@
|
|
|
5150
5150
|
"is-wsl": "^3.1.1",
|
|
5151
5151
|
"listr2": "^9.0.5",
|
|
5152
5152
|
"log-update": "^7.2.0",
|
|
5153
|
-
"playwright-chromium": "^1.
|
|
5153
|
+
"playwright-chromium": "^1.59.1",
|
|
5154
5154
|
"tabletojson": "4.1.9",
|
|
5155
5155
|
"tslib": "^2.8.1",
|
|
5156
5156
|
"wrap-ansi": "^9.0.2"
|
|
@@ -5316,18 +5316,18 @@
|
|
|
5316
5316
|
}
|
|
5317
5317
|
},
|
|
5318
5318
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5319
|
-
"version": "1.3.
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5321
|
-
"integrity": "sha512-
|
|
5319
|
+
"version": "1.3.162",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.162.tgz",
|
|
5321
|
+
"integrity": "sha512-5UFQyHMNeqMvSM1AkVFM6OxMK3fhfQjynSeTd9mSJP5B/juoS5PwOY3qFf9P+5w3lFpEyU7N6u+VDoy48AJNEQ==",
|
|
5322
5322
|
"license": "Apache-2.0",
|
|
5323
5323
|
"dependencies": {
|
|
5324
|
-
"@jayree/changelog": "^1.2.
|
|
5324
|
+
"@jayree/changelog": "^1.2.28",
|
|
5325
5325
|
"@oclif/core": "^4.10.3",
|
|
5326
5326
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5327
|
-
"@salesforce/core": "^8.
|
|
5327
|
+
"@salesforce/core": "^8.28.1",
|
|
5328
5328
|
"@salesforce/kit": "^3.2.6",
|
|
5329
5329
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5330
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5330
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
5331
5331
|
"cli-progress": "^3.12.0",
|
|
5332
5332
|
"debug": "^4.4.1",
|
|
5333
5333
|
"fs-extra": "^11.3.4",
|
|
@@ -5350,25 +5350,25 @@
|
|
|
5350
5350
|
}
|
|
5351
5351
|
},
|
|
5352
5352
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5353
|
-
"version": "1.3.
|
|
5354
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5355
|
-
"integrity": "sha512-
|
|
5353
|
+
"version": "1.3.161",
|
|
5354
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.161.tgz",
|
|
5355
|
+
"integrity": "sha512-jy0dsmIovkf1FK0LSSpqEI4kFgD6m7EfzS5eFs5eGgEZDSzO8RuVFu12a6rHJCaECMURuu0cQUnOTCS7Ttm55A==",
|
|
5356
5356
|
"license": "Apache-2.0",
|
|
5357
5357
|
"dependencies": {
|
|
5358
|
-
"@jayree/changelog": "^1.2.
|
|
5358
|
+
"@jayree/changelog": "^1.2.28",
|
|
5359
5359
|
"@oclif/core": "^4.10.0",
|
|
5360
5360
|
"@salesforce/core": "^8.27.1",
|
|
5361
5361
|
"@salesforce/kit": "^3.2.6",
|
|
5362
5362
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5363
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5364
|
-
"@salesforce/source-tracking": "^7.8.
|
|
5363
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
5364
|
+
"@salesforce/source-tracking": "^7.8.9",
|
|
5365
5365
|
"@salesforce/ts-types": "^2.0.11",
|
|
5366
5366
|
"ansis": "^4.2.0",
|
|
5367
5367
|
"debug": "^4.4.3",
|
|
5368
5368
|
"deep-object-diff": "^1.1.9",
|
|
5369
5369
|
"fast-xml-parser": "^5.5.9",
|
|
5370
5370
|
"fs-extra": "^11.3.3",
|
|
5371
|
-
"globby": "^16.
|
|
5371
|
+
"globby": "^16.2.0",
|
|
5372
5372
|
"object-path": "^0.11.8",
|
|
5373
5373
|
"tslib": "^2.8.1"
|
|
5374
5374
|
},
|
|
@@ -5377,14 +5377,14 @@
|
|
|
5377
5377
|
}
|
|
5378
5378
|
},
|
|
5379
5379
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking": {
|
|
5380
|
-
"version": "7.8.
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
5382
|
-
"integrity": "sha512-
|
|
5380
|
+
"version": "7.8.9",
|
|
5381
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.9.tgz",
|
|
5382
|
+
"integrity": "sha512-ykXZQvjeG+r0LNxaGGvM4e9Mnn1SHx5KuaXP9ROOHfMqo6D9mxjNuI+VQprPbxOYPsH+ahmlrBaB/Ar3zZ8+Jg==",
|
|
5383
5383
|
"license": "Apache-2.0",
|
|
5384
5384
|
"dependencies": {
|
|
5385
5385
|
"@salesforce/core": "^8.27.1",
|
|
5386
5386
|
"@salesforce/kit": "^3.2.4",
|
|
5387
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5387
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
5388
5388
|
"@salesforce/ts-types": "^2.0.12",
|
|
5389
5389
|
"fast-xml-parser": "^5.5.7",
|
|
5390
5390
|
"graceful-fs": "^4.2.11",
|
|
@@ -5421,9 +5421,9 @@
|
|
|
5421
5421
|
}
|
|
5422
5422
|
},
|
|
5423
5423
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/globby": {
|
|
5424
|
-
"version": "16.
|
|
5425
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-16.
|
|
5426
|
-
"integrity": "sha512-
|
|
5424
|
+
"version": "16.2.0",
|
|
5425
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
|
|
5426
|
+
"integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
|
|
5427
5427
|
"license": "MIT",
|
|
5428
5428
|
"dependencies": {
|
|
5429
5429
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
@@ -5881,9 +5881,9 @@
|
|
|
5881
5881
|
}
|
|
5882
5882
|
},
|
|
5883
5883
|
"node_modules/@oclif/plugin-help": {
|
|
5884
|
-
"version": "6.2.
|
|
5885
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5886
|
-
"integrity": "sha512-
|
|
5884
|
+
"version": "6.2.41",
|
|
5885
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz",
|
|
5886
|
+
"integrity": "sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==",
|
|
5887
5887
|
"dev": true,
|
|
5888
5888
|
"license": "MIT",
|
|
5889
5889
|
"dependencies": {
|
|
@@ -6100,9 +6100,9 @@
|
|
|
6100
6100
|
}
|
|
6101
6101
|
},
|
|
6102
6102
|
"node_modules/@salesforce/core": {
|
|
6103
|
-
"version": "8.
|
|
6104
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
6105
|
-
"integrity": "sha512-
|
|
6103
|
+
"version": "8.28.1",
|
|
6104
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
|
|
6105
|
+
"integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
|
|
6106
6106
|
"license": "BSD-3-Clause",
|
|
6107
6107
|
"dependencies": {
|
|
6108
6108
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -6404,9 +6404,9 @@
|
|
|
6404
6404
|
}
|
|
6405
6405
|
},
|
|
6406
6406
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6407
|
-
"version": "12.
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
6409
|
-
"integrity": "sha512-
|
|
6407
|
+
"version": "12.32.1",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.1.tgz",
|
|
6409
|
+
"integrity": "sha512-q3u6bxgv3b4UscVvtWXCllgf5WouQd86IG7Kg76kyFryTTMBoSJIygRXNm5EMwlsHwBvfJhTn8zdpesJ1HkgPQ==",
|
|
6410
6410
|
"license": "Apache-2.0",
|
|
6411
6411
|
"dependencies": {
|
|
6412
6412
|
"@salesforce/core": "^8.27.1",
|
|
@@ -6414,7 +6414,7 @@
|
|
|
6414
6414
|
"@salesforce/ts-types": "^2.0.12",
|
|
6415
6415
|
"@salesforce/types": "^1.6.0",
|
|
6416
6416
|
"fast-levenshtein": "^3.0.0",
|
|
6417
|
-
"fast-xml-parser": "^5.5.
|
|
6417
|
+
"fast-xml-parser": "^5.5.9",
|
|
6418
6418
|
"got": "^11.8.6",
|
|
6419
6419
|
"graceful-fs": "^4.2.11",
|
|
6420
6420
|
"ignore": "^5.3.2",
|
|
@@ -8504,9 +8504,9 @@
|
|
|
8504
8504
|
}
|
|
8505
8505
|
},
|
|
8506
8506
|
"node_modules/basic-ftp": {
|
|
8507
|
-
"version": "5.2.
|
|
8508
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
8509
|
-
"integrity": "sha512-
|
|
8507
|
+
"version": "5.2.1",
|
|
8508
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz",
|
|
8509
|
+
"integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==",
|
|
8510
8510
|
"license": "MIT",
|
|
8511
8511
|
"engines": {
|
|
8512
8512
|
"node": ">=10.0.0"
|
|
@@ -14459,9 +14459,9 @@
|
|
|
14459
14459
|
}
|
|
14460
14460
|
},
|
|
14461
14461
|
"node_modules/lodash": {
|
|
14462
|
-
"version": "4.
|
|
14463
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
14464
|
-
"integrity": "sha512-
|
|
14462
|
+
"version": "4.18.1",
|
|
14463
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
14464
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
14465
14465
|
"license": "MIT"
|
|
14466
14466
|
},
|
|
14467
14467
|
"node_modules/lodash.camelcase": {
|
|
@@ -17066,13 +17066,13 @@
|
|
|
17066
17066
|
}
|
|
17067
17067
|
},
|
|
17068
17068
|
"node_modules/playwright-chromium": {
|
|
17069
|
-
"version": "1.
|
|
17070
|
-
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.
|
|
17071
|
-
"integrity": "sha512-
|
|
17069
|
+
"version": "1.59.1",
|
|
17070
|
+
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.59.1.tgz",
|
|
17071
|
+
"integrity": "sha512-aTsPenkxsr9np4vIHuMEND6comqepVvzbL0MwkozFNliwGZjTqrBUQ7TF6Ay1ZIU/e7rcUpGsCTUG+nqwxG2Xw==",
|
|
17072
17072
|
"hasInstallScript": true,
|
|
17073
17073
|
"license": "Apache-2.0",
|
|
17074
17074
|
"dependencies": {
|
|
17075
|
-
"playwright-core": "1.
|
|
17075
|
+
"playwright-core": "1.59.1"
|
|
17076
17076
|
},
|
|
17077
17077
|
"bin": {
|
|
17078
17078
|
"playwright": "cli.js"
|
|
@@ -17082,9 +17082,9 @@
|
|
|
17082
17082
|
}
|
|
17083
17083
|
},
|
|
17084
17084
|
"node_modules/playwright-core": {
|
|
17085
|
-
"version": "1.
|
|
17086
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
17087
|
-
"integrity": "sha512-
|
|
17085
|
+
"version": "1.59.1",
|
|
17086
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz",
|
|
17087
|
+
"integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
|
|
17088
17088
|
"license": "Apache-2.0",
|
|
17089
17089
|
"bin": {
|
|
17090
17090
|
"playwright-core": "cli.js"
|
package/oclif.lock
CHANGED
|
@@ -1598,14 +1598,14 @@
|
|
|
1598
1598
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1599
1599
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1600
1600
|
|
|
1601
|
-
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.
|
|
1602
|
-
version "1.2.
|
|
1603
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1604
|
-
integrity sha512-
|
|
1601
|
+
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.28":
|
|
1602
|
+
version "1.2.28"
|
|
1603
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz"
|
|
1604
|
+
integrity sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==
|
|
1605
1605
|
dependencies:
|
|
1606
1606
|
debug "^4.4.1"
|
|
1607
1607
|
fs-extra "^11.3.4"
|
|
1608
|
-
marked "^17.0.
|
|
1608
|
+
marked "^17.0.5"
|
|
1609
1609
|
marked-terminal "^7.3.0"
|
|
1610
1610
|
semver "^7.7.4"
|
|
1611
1611
|
semver-compare "^1.0.0"
|
|
@@ -1629,18 +1629,18 @@
|
|
|
1629
1629
|
graceful-fs "^4.2.11"
|
|
1630
1630
|
isomorphic-git "1.36.3"
|
|
1631
1631
|
|
|
1632
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1633
|
-
version "1.2.
|
|
1634
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1635
|
-
integrity sha512-
|
|
1632
|
+
"@jayree/sfdx-plugin-org@^1.2.166":
|
|
1633
|
+
version "1.2.166"
|
|
1634
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.166.tgz"
|
|
1635
|
+
integrity sha512-gRLy6LL7GcBL5UHV1gdSYW/Fa2yGS9uol5zhUKZbvQX76JsRyd9Nq7AYFdaLbFLrgLs7JHEHds3ULX/OaUOgvw==
|
|
1636
1636
|
dependencies:
|
|
1637
|
-
"@jayree/changelog" "^1.2.
|
|
1637
|
+
"@jayree/changelog" "^1.2.28"
|
|
1638
1638
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
1639
1639
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1640
1640
|
"@oclif/core" "^4.10.3"
|
|
1641
|
-
"@salesforce/core" "^8.
|
|
1641
|
+
"@salesforce/core" "^8.28.1"
|
|
1642
1642
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1643
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1643
|
+
"@salesforce/source-deploy-retrieve" "^12.32.1"
|
|
1644
1644
|
"@salesforce/ts-types" "^2.0.12"
|
|
1645
1645
|
chalk "^5.6.2"
|
|
1646
1646
|
cli-progress "^3.12.0"
|
|
@@ -1652,23 +1652,23 @@
|
|
|
1652
1652
|
is-wsl "^3.1.1"
|
|
1653
1653
|
listr2 "^9.0.5"
|
|
1654
1654
|
log-update "^7.2.0"
|
|
1655
|
-
playwright-chromium "^1.
|
|
1655
|
+
playwright-chromium "^1.59.1"
|
|
1656
1656
|
tabletojson "4.1.9"
|
|
1657
1657
|
tslib "^2.8.1"
|
|
1658
1658
|
wrap-ansi "^9.0.2"
|
|
1659
1659
|
|
|
1660
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1661
|
-
version "1.3.
|
|
1662
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1663
|
-
integrity sha512-
|
|
1660
|
+
"@jayree/sfdx-plugin-prettier@^1.3.162":
|
|
1661
|
+
version "1.3.162"
|
|
1662
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.162.tgz"
|
|
1663
|
+
integrity sha512-5UFQyHMNeqMvSM1AkVFM6OxMK3fhfQjynSeTd9mSJP5B/juoS5PwOY3qFf9P+5w3lFpEyU7N6u+VDoy48AJNEQ==
|
|
1664
1664
|
dependencies:
|
|
1665
|
-
"@jayree/changelog" "^1.2.
|
|
1665
|
+
"@jayree/changelog" "^1.2.28"
|
|
1666
1666
|
"@oclif/core" "^4.10.3"
|
|
1667
1667
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1668
|
-
"@salesforce/core" "^8.
|
|
1668
|
+
"@salesforce/core" "^8.28.1"
|
|
1669
1669
|
"@salesforce/kit" "^3.2.6"
|
|
1670
1670
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1671
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1671
|
+
"@salesforce/source-deploy-retrieve" "^12.32.1"
|
|
1672
1672
|
cli-progress "^3.12.0"
|
|
1673
1673
|
debug "^4.4.1"
|
|
1674
1674
|
fs-extra "^11.3.4"
|
|
@@ -1677,25 +1677,25 @@
|
|
|
1677
1677
|
prettier-plugin-apex "^2.2.6"
|
|
1678
1678
|
tslib "^2.8.1"
|
|
1679
1679
|
|
|
1680
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1681
|
-
version "1.3.
|
|
1682
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1683
|
-
integrity sha512-
|
|
1680
|
+
"@jayree/sfdx-plugin-source@^1.3.161":
|
|
1681
|
+
version "1.3.161"
|
|
1682
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.161.tgz"
|
|
1683
|
+
integrity sha512-jy0dsmIovkf1FK0LSSpqEI4kFgD6m7EfzS5eFs5eGgEZDSzO8RuVFu12a6rHJCaECMURuu0cQUnOTCS7Ttm55A==
|
|
1684
1684
|
dependencies:
|
|
1685
|
-
"@jayree/changelog" "^1.2.
|
|
1685
|
+
"@jayree/changelog" "^1.2.28"
|
|
1686
1686
|
"@oclif/core" "^4.10.0"
|
|
1687
1687
|
"@salesforce/core" "^8.27.1"
|
|
1688
1688
|
"@salesforce/kit" "^3.2.6"
|
|
1689
1689
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1690
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1691
|
-
"@salesforce/source-tracking" "^7.8.
|
|
1690
|
+
"@salesforce/source-deploy-retrieve" "^12.32.1"
|
|
1691
|
+
"@salesforce/source-tracking" "^7.8.9"
|
|
1692
1692
|
"@salesforce/ts-types" "^2.0.11"
|
|
1693
1693
|
ansis "^4.2.0"
|
|
1694
1694
|
debug "^4.4.3"
|
|
1695
1695
|
deep-object-diff "^1.1.9"
|
|
1696
1696
|
fast-xml-parser "^5.5.9"
|
|
1697
1697
|
fs-extra "^11.3.3"
|
|
1698
|
-
globby "^16.
|
|
1698
|
+
globby "^16.2.0"
|
|
1699
1699
|
object-path "^0.11.8"
|
|
1700
1700
|
tslib "^2.8.1"
|
|
1701
1701
|
|
|
@@ -1891,10 +1891,10 @@
|
|
|
1891
1891
|
wordwrap "^1.0.0"
|
|
1892
1892
|
wrap-ansi "^7.0.0"
|
|
1893
1893
|
|
|
1894
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1895
|
-
version "6.2.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1897
|
-
integrity sha512-
|
|
1894
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.41":
|
|
1895
|
+
version "6.2.41"
|
|
1896
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz"
|
|
1897
|
+
integrity sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^4"
|
|
1900
1900
|
|
|
@@ -2001,10 +2001,10 @@
|
|
|
2001
2001
|
dependencies:
|
|
2002
2002
|
"@xml-tools/parser" "^1.0.11"
|
|
2003
2003
|
|
|
2004
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.27.1":
|
|
2005
|
-
version "8.
|
|
2006
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2007
|
-
integrity sha512-
|
|
2004
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1":
|
|
2005
|
+
version "8.28.1"
|
|
2006
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz"
|
|
2007
|
+
integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
|
|
2008
2008
|
dependencies:
|
|
2009
2009
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2010
2010
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2091,17 +2091,17 @@
|
|
|
2091
2091
|
cli-progress "^3.12.0"
|
|
2092
2092
|
terminal-link "^3.0.0"
|
|
2093
2093
|
|
|
2094
|
-
"@salesforce/source-deploy-retrieve@^12.31.
|
|
2095
|
-
version "12.
|
|
2096
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2097
|
-
integrity sha512-
|
|
2094
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.1":
|
|
2095
|
+
version "12.32.1"
|
|
2096
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.1.tgz"
|
|
2097
|
+
integrity sha512-q3u6bxgv3b4UscVvtWXCllgf5WouQd86IG7Kg76kyFryTTMBoSJIygRXNm5EMwlsHwBvfJhTn8zdpesJ1HkgPQ==
|
|
2098
2098
|
dependencies:
|
|
2099
2099
|
"@salesforce/core" "^8.27.1"
|
|
2100
2100
|
"@salesforce/kit" "^3.2.4"
|
|
2101
2101
|
"@salesforce/ts-types" "^2.0.12"
|
|
2102
2102
|
"@salesforce/types" "^1.6.0"
|
|
2103
2103
|
fast-levenshtein "^3.0.0"
|
|
2104
|
-
fast-xml-parser "^5.5.
|
|
2104
|
+
fast-xml-parser "^5.5.9"
|
|
2105
2105
|
got "^11.8.6"
|
|
2106
2106
|
graceful-fs "^4.2.11"
|
|
2107
2107
|
ignore "^5.3.2"
|
|
@@ -2131,14 +2131,14 @@
|
|
|
2131
2131
|
proxy-agent "^6.4.0"
|
|
2132
2132
|
yaml "^2.8.1"
|
|
2133
2133
|
|
|
2134
|
-
"@salesforce/source-tracking@^7.8.
|
|
2135
|
-
version "7.8.
|
|
2136
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
2137
|
-
integrity sha512-
|
|
2134
|
+
"@salesforce/source-tracking@^7.8.9":
|
|
2135
|
+
version "7.8.9"
|
|
2136
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.9.tgz"
|
|
2137
|
+
integrity sha512-ykXZQvjeG+r0LNxaGGvM4e9Mnn1SHx5KuaXP9ROOHfMqo6D9mxjNuI+VQprPbxOYPsH+ahmlrBaB/Ar3zZ8+Jg==
|
|
2138
2138
|
dependencies:
|
|
2139
2139
|
"@salesforce/core" "^8.27.1"
|
|
2140
2140
|
"@salesforce/kit" "^3.2.4"
|
|
2141
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2141
|
+
"@salesforce/source-deploy-retrieve" "^12.32.1"
|
|
2142
2142
|
"@salesforce/ts-types" "^2.0.12"
|
|
2143
2143
|
fast-xml-parser "^5.5.7"
|
|
2144
2144
|
graceful-fs "^4.2.11"
|
|
@@ -3597,9 +3597,9 @@ base64url@^3.0.1:
|
|
|
3597
3597
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3598
3598
|
|
|
3599
3599
|
basic-ftp@^5.0.2:
|
|
3600
|
-
version "5.2.
|
|
3601
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
3602
|
-
integrity sha512-
|
|
3600
|
+
version "5.2.1"
|
|
3601
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz"
|
|
3602
|
+
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
|
|
3603
3603
|
|
|
3604
3604
|
binary-extensions@^2.0.0:
|
|
3605
3605
|
version "2.2.0"
|
|
@@ -5734,10 +5734,10 @@ globby@^11.1.0:
|
|
|
5734
5734
|
merge2 "^1.4.1"
|
|
5735
5735
|
slash "^3.0.0"
|
|
5736
5736
|
|
|
5737
|
-
globby@^16.
|
|
5738
|
-
version "16.
|
|
5739
|
-
resolved "https://registry.npmjs.org/globby/-/globby-16.
|
|
5740
|
-
integrity sha512-
|
|
5737
|
+
globby@^16.2.0:
|
|
5738
|
+
version "16.2.0"
|
|
5739
|
+
resolved "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz"
|
|
5740
|
+
integrity sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==
|
|
5741
5741
|
dependencies:
|
|
5742
5742
|
"@sindresorhus/merge-streams" "^4.0.0"
|
|
5743
5743
|
fast-glob "^3.3.3"
|
|
@@ -6964,9 +6964,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
6964
6964
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
6965
6965
|
|
|
6966
6966
|
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
6967
|
-
version "4.
|
|
6968
|
-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
6969
|
-
integrity sha512-
|
|
6967
|
+
version "4.18.1"
|
|
6968
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
6969
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
6970
6970
|
|
|
6971
6971
|
log-symbols@^4.1.0:
|
|
6972
6972
|
version "4.1.0"
|
|
@@ -7139,10 +7139,10 @@ marked@^13.0.0:
|
|
|
7139
7139
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
7140
7140
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
7141
7141
|
|
|
7142
|
-
marked@^17.0.
|
|
7143
|
-
version "17.0.
|
|
7144
|
-
resolved "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
7145
|
-
integrity sha512-
|
|
7142
|
+
marked@^17.0.5, "marked@>=1 <16":
|
|
7143
|
+
version "17.0.5"
|
|
7144
|
+
resolved "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
|
|
7145
|
+
integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
|
|
7146
7146
|
|
|
7147
7147
|
math-intrinsics@^1.1.0:
|
|
7148
7148
|
version "1.1.0"
|
|
@@ -8133,17 +8133,17 @@ pkg-dir@^4.1.0:
|
|
|
8133
8133
|
dependencies:
|
|
8134
8134
|
find-up "^4.0.0"
|
|
8135
8135
|
|
|
8136
|
-
playwright-chromium@^1.
|
|
8137
|
-
version "1.
|
|
8138
|
-
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.
|
|
8139
|
-
integrity sha512-
|
|
8136
|
+
playwright-chromium@^1.59.1:
|
|
8137
|
+
version "1.59.1"
|
|
8138
|
+
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.59.1.tgz"
|
|
8139
|
+
integrity sha512-aTsPenkxsr9np4vIHuMEND6comqepVvzbL0MwkozFNliwGZjTqrBUQ7TF6Ay1ZIU/e7rcUpGsCTUG+nqwxG2Xw==
|
|
8140
8140
|
dependencies:
|
|
8141
|
-
playwright-core "1.
|
|
8141
|
+
playwright-core "1.59.1"
|
|
8142
8142
|
|
|
8143
|
-
playwright-core@1.
|
|
8144
|
-
version "1.
|
|
8145
|
-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
8146
|
-
integrity sha512-
|
|
8143
|
+
playwright-core@1.59.1:
|
|
8144
|
+
version "1.59.1"
|
|
8145
|
+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz"
|
|
8146
|
+
integrity sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==
|
|
8147
8147
|
|
|
8148
8148
|
pluralize@^8.0.0:
|
|
8149
8149
|
version "8.0.0"
|
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.195",
|
|
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.166",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.162",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.161"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.41",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.33",
|
|
18
18
|
"c8": "^11.0.0",
|