sfdx-jayree 4.8.60 → 4.8.62
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 +15 -15
- package/npm-shrinkwrap.json +67 -67
- package/oclif.lock +72 -72
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.62](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.61...v4.8.62) (2024-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.45 to 1.3.46 ([#1226](https://github.com/jayree/sfdx-jayree-plugin/issues/1226)) ([2932f1f](https://github.com/jayree/sfdx-jayree-plugin/commit/2932f1fdf25d0a8b63f14024bc7ab822a24daaa7))
|
|
7
|
+
|
|
8
|
+
## [4.8.61](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.60...v4.8.61) (2024-03-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.57 to 3.1.58 ([#1224](https://github.com/jayree/sfdx-jayree-plugin/issues/1224)) ([63ee6f5](https://github.com/jayree/sfdx-jayree-plugin/commit/63ee6f5124a203245f4cd0a98d665150ab7125e1))
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.37 to 1.2.38 ([#1230](https://github.com/jayree/sfdx-jayree-plugin/issues/1230)) ([5903869](https://github.com/jayree/sfdx-jayree-plugin/commit/5903869aa327d1cd840397f083a56169b5d8c156))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.48 to 1.3.49 ([#1227](https://github.com/jayree/sfdx-jayree-plugin/issues/1227)) ([e0ce42d](https://github.com/jayree/sfdx-jayree-plugin/commit/e0ce42df1420930f6a2964a5df08efb5252d1b8f))
|
|
16
|
+
* **deps:** bump follow-redirects from 1.15.5 to 1.15.6 ([#1229](https://github.com/jayree/sfdx-jayree-plugin/issues/1229)) ([9522a22](https://github.com/jayree/sfdx-jayree-plugin/commit/9522a222f12de412be824c29ea9ca24c1a3e0062))
|
|
17
|
+
|
|
1
18
|
## [4.8.60](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.59...v4.8.60) (2024-03-08)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ EXAMPLES
|
|
|
60
60
|
...
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
63
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/flow/get/coverage.ts)_
|
|
64
64
|
|
|
65
65
|
### `sfdx jayree manifest cleanup`
|
|
66
66
|
|
|
@@ -88,7 +88,7 @@ EXAMPLES
|
|
|
88
88
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/cleanup.ts)_
|
|
92
92
|
|
|
93
93
|
### `sfdx jayree manifest generate`
|
|
94
94
|
|
|
@@ -125,7 +125,7 @@ EXAMPLES
|
|
|
125
125
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
128
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/generate.ts)_
|
|
129
129
|
|
|
130
130
|
### `sfdx jayree manifest git diff`
|
|
131
131
|
|
|
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
|
|
|
207
207
|
The location can be an absolute path or relative to the current working directory.
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
210
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/git/diff.ts)_
|
|
211
211
|
|
|
212
212
|
### `sfdx jayree org configure`
|
|
213
213
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
238
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/index.ts)_
|
|
239
239
|
|
|
240
240
|
### `sfdx jayree org configure country`
|
|
241
241
|
|
|
@@ -254,7 +254,7 @@ GLOBAL FLAGS
|
|
|
254
254
|
--json Format output as json.
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
257
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/country.ts)_
|
|
258
258
|
|
|
259
259
|
### `sfdx jayree org configure state`
|
|
260
260
|
|
|
@@ -278,7 +278,7 @@ GLOBAL FLAGS
|
|
|
278
278
|
--json Format output as json.
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
281
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/state.ts)_
|
|
282
282
|
|
|
283
283
|
### `sfdx jayree org get settings`
|
|
284
284
|
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
310
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/get/settings.ts)_
|
|
311
311
|
|
|
312
312
|
### `sfdx jayree org stream`
|
|
313
313
|
|
|
@@ -338,7 +338,7 @@ EXAMPLES
|
|
|
338
338
|
...
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/stream.ts)_
|
|
342
342
|
|
|
343
343
|
### `sfdx jayree project compare snapshot`
|
|
344
344
|
|
|
@@ -358,7 +358,7 @@ ALIASES
|
|
|
358
358
|
$ sfdx jayree source snapshot compare
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/compare/snapshot.ts)_
|
|
362
362
|
|
|
363
363
|
### `sfdx jayree project fix`
|
|
364
364
|
|
|
@@ -379,7 +379,7 @@ ALIASES
|
|
|
379
379
|
$ sfdx jayree source fix
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/fix.ts)_
|
|
383
383
|
|
|
384
384
|
### `sfdx jayree project generate snapshot`
|
|
385
385
|
|
|
@@ -399,7 +399,7 @@ ALIASES
|
|
|
399
399
|
$ sfdx jayree source snapshot generate
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/generate/snapshot.ts)_
|
|
403
403
|
|
|
404
404
|
### `sfdx jayree project list tracking`
|
|
405
405
|
|
|
@@ -427,7 +427,7 @@ EXAMPLES
|
|
|
427
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/list/tracking.ts)_
|
|
431
431
|
|
|
432
432
|
### `sfdx jayree project store tracking get`
|
|
433
433
|
|
|
@@ -452,7 +452,7 @@ EXAMPLES
|
|
|
452
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/store/tracking/get.ts)_
|
|
456
456
|
|
|
457
457
|
### `sfdx jayree project store tracking set`
|
|
458
458
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.46/src/commands/jayree/project/store/tracking/set.ts)_
|
|
484
484
|
<!-- commandsstop -->
|
|
485
485
|
|
|
486
486
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.62",
|
|
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.62",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.58",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.38",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.49",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.46"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.0.
|
|
18
|
+
"@oclif/plugin-help": "^6.0.18",
|
|
19
19
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
21
21
|
"c8": "^9.1.0",
|
|
22
22
|
"eslint-plugin-prettier": "^5.1.3",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
24
24
|
"nock": "^13.5.4",
|
|
25
|
-
"oclif": "^4.5.
|
|
25
|
+
"oclif": "^4.5.4",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
28
|
"prettier": "^3.2.5",
|
|
@@ -2517,17 +2517,17 @@
|
|
|
2517
2517
|
}
|
|
2518
2518
|
},
|
|
2519
2519
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
2520
|
-
"version": "3.1.
|
|
2521
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
2522
|
-
"integrity": "sha512-
|
|
2520
|
+
"version": "3.1.58",
|
|
2521
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.58.tgz",
|
|
2522
|
+
"integrity": "sha512-jzHoUmWWH/dYbWOm87V24+PMT8SkvYTeOMAgqJuXh8yFFDY4G6Bhp9cIoF4RSvN6YFxHUUPdbBmDHKuhWPBueg==",
|
|
2523
2523
|
"license": "BSD-3-Clause",
|
|
2524
2524
|
"dependencies": {
|
|
2525
2525
|
"@jayree/changelog": "^1.1.10",
|
|
2526
|
-
"@oclif/core": "^3.
|
|
2527
|
-
"@salesforce/core": "^6.
|
|
2526
|
+
"@oclif/core": "^3.25.1",
|
|
2527
|
+
"@salesforce/core": "^6.7.1",
|
|
2528
2528
|
"@salesforce/kit": "^3.0.15",
|
|
2529
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
2530
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
2529
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
2530
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
2531
2531
|
"@salesforce/ts-types": "^2.0.9",
|
|
2532
2532
|
"chalk": "^5.3.0",
|
|
2533
2533
|
"debug": "^4.3.4",
|
|
@@ -2555,17 +2555,17 @@
|
|
|
2555
2555
|
}
|
|
2556
2556
|
},
|
|
2557
2557
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
2558
|
-
"version": "1.2.
|
|
2559
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
2560
|
-
"integrity": "sha512-
|
|
2558
|
+
"version": "1.2.38",
|
|
2559
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.38.tgz",
|
|
2560
|
+
"integrity": "sha512-JBjCGDSF0My00SR9lQr1n7ZXB0KpmREDxrC+CjcX5mEGmvzsHj0EukGL0Kb4AShhe7MROmPkpD0+1Dek9iGTSA==",
|
|
2561
2561
|
"license": "BSD-3-Clause",
|
|
2562
2562
|
"dependencies": {
|
|
2563
2563
|
"@jayree/changelog": "^1.1.10",
|
|
2564
2564
|
"@listr2/prompt-adapter-enquirer": "^2.0.2",
|
|
2565
2565
|
"@oclif/core": "^3.20.0",
|
|
2566
|
-
"@salesforce/core": "^6.7.
|
|
2567
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
2568
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
2566
|
+
"@salesforce/core": "^6.7.1",
|
|
2567
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
2568
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
2569
2569
|
"@salesforce/ts-types": "^2.0.9",
|
|
2570
2570
|
"chalk": "^5.3.0",
|
|
2571
2571
|
"cli-truncate": "^4.0.0",
|
|
@@ -2578,7 +2578,7 @@
|
|
|
2578
2578
|
"listr2": "^8.0.2",
|
|
2579
2579
|
"log-update": "^6.0.0",
|
|
2580
2580
|
"playwright-chromium": "^1.42.1",
|
|
2581
|
-
"tabletojson": "4.1.
|
|
2581
|
+
"tabletojson": "4.1.3",
|
|
2582
2582
|
"tslib": "^2.6.1",
|
|
2583
2583
|
"wrap-ansi": "^9.0.0"
|
|
2584
2584
|
},
|
|
@@ -2708,18 +2708,18 @@
|
|
|
2708
2708
|
}
|
|
2709
2709
|
},
|
|
2710
2710
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
2711
|
-
"version": "1.3.
|
|
2712
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
2713
|
-
"integrity": "sha512-
|
|
2711
|
+
"version": "1.3.49",
|
|
2712
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.49.tgz",
|
|
2713
|
+
"integrity": "sha512-5fzTDavryTMrI73c+V/yAIoVwY3jTvnf/kG8zECZcUWBNxHnRKmWlHBjgj1Qdej6E1C7s9hP5yFivEkGrlLQNA==",
|
|
2714
2714
|
"license": "BSD-3-Clause",
|
|
2715
2715
|
"dependencies": {
|
|
2716
2716
|
"@jayree/changelog": "^1.1.10",
|
|
2717
|
-
"@oclif/core": "^3.
|
|
2717
|
+
"@oclif/core": "^3.25.1",
|
|
2718
2718
|
"@prettier/plugin-xml": "^3.3.1",
|
|
2719
|
-
"@salesforce/core": "^6.
|
|
2719
|
+
"@salesforce/core": "^6.7.1",
|
|
2720
2720
|
"@salesforce/kit": "^3.0.15",
|
|
2721
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
2722
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
2721
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
2722
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
2723
2723
|
"cli-progress": "^3.12.0",
|
|
2724
2724
|
"debug": "^4.3.4",
|
|
2725
2725
|
"fs-extra": "^11.2.0",
|
|
@@ -2733,18 +2733,18 @@
|
|
|
2733
2733
|
}
|
|
2734
2734
|
},
|
|
2735
2735
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
2736
|
-
"version": "1.3.
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
2738
|
-
"integrity": "sha512-
|
|
2736
|
+
"version": "1.3.46",
|
|
2737
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.46.tgz",
|
|
2738
|
+
"integrity": "sha512-8N1t2I3hMwi8Q1OZ9Yfr1njDso3X6VvB9nNiezI3Q7ud7Fn1SZiu2H1CZXSxhTED3t5LWIXgio+NbCzHP106EQ==",
|
|
2739
2739
|
"license": "BSD-3-Clause",
|
|
2740
2740
|
"dependencies": {
|
|
2741
2741
|
"@jayree/changelog": "^1.1.10",
|
|
2742
2742
|
"@oclif/core": "^3.19.5",
|
|
2743
|
-
"@salesforce/core": "^6.7.
|
|
2743
|
+
"@salesforce/core": "^6.7.1",
|
|
2744
2744
|
"@salesforce/kit": "^3.0.15",
|
|
2745
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
2746
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
2747
|
-
"@salesforce/source-tracking": "^5.1.
|
|
2745
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
2746
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
2747
|
+
"@salesforce/source-tracking": "^5.1.14",
|
|
2748
2748
|
"@salesforce/ts-types": "^2.0.9",
|
|
2749
2749
|
"chalk": "^5.3.0",
|
|
2750
2750
|
"debug": "^4.3.4",
|
|
@@ -3155,9 +3155,9 @@
|
|
|
3155
3155
|
}
|
|
3156
3156
|
},
|
|
3157
3157
|
"node_modules/@oclif/core": {
|
|
3158
|
-
"version": "3.
|
|
3159
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3160
|
-
"integrity": "sha512-
|
|
3158
|
+
"version": "3.25.1",
|
|
3159
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.1.tgz",
|
|
3160
|
+
"integrity": "sha512-L0WTgrcXBa1mc7CYxG0W07sRa4Zs5XpFD2HHhck7Xfqq7jnNcKDSuZ/LdqesVCry6eUHMh3C00IhJr6Msk19Iw==",
|
|
3161
3161
|
"license": "MIT",
|
|
3162
3162
|
"dependencies": {
|
|
3163
3163
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3284,13 +3284,13 @@
|
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
3286
3286
|
"node_modules/@oclif/plugin-help": {
|
|
3287
|
-
"version": "6.0.
|
|
3288
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
3289
|
-
"integrity": "sha512-
|
|
3287
|
+
"version": "6.0.18",
|
|
3288
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
3289
|
+
"integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
|
|
3290
3290
|
"dev": true,
|
|
3291
3291
|
"license": "MIT",
|
|
3292
3292
|
"dependencies": {
|
|
3293
|
-
"@oclif/core": "^3.
|
|
3293
|
+
"@oclif/core": "^3.23.0"
|
|
3294
3294
|
},
|
|
3295
3295
|
"engines": {
|
|
3296
3296
|
"node": ">=18.0.0"
|
|
@@ -3535,9 +3535,9 @@
|
|
|
3535
3535
|
}
|
|
3536
3536
|
},
|
|
3537
3537
|
"node_modules/@salesforce/core": {
|
|
3538
|
-
"version": "6.7.
|
|
3539
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
3540
|
-
"integrity": "sha512-
|
|
3538
|
+
"version": "6.7.1",
|
|
3539
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
|
|
3540
|
+
"integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
|
|
3541
3541
|
"license": "BSD-3-Clause",
|
|
3542
3542
|
"dependencies": {
|
|
3543
3543
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3903,14 +3903,14 @@
|
|
|
3903
3903
|
"license": "ISC"
|
|
3904
3904
|
},
|
|
3905
3905
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3906
|
-
"version": "7.1.
|
|
3907
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
3908
|
-
"integrity": "sha512-
|
|
3906
|
+
"version": "7.1.15",
|
|
3907
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz",
|
|
3908
|
+
"integrity": "sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==",
|
|
3909
3909
|
"license": "BSD-3-Clause",
|
|
3910
3910
|
"dependencies": {
|
|
3911
3911
|
"@inquirer/confirm": "^2.0.17",
|
|
3912
3912
|
"@inquirer/password": "^1.1.16",
|
|
3913
|
-
"@oclif/core": "^3.
|
|
3913
|
+
"@oclif/core": "^3.23.0",
|
|
3914
3914
|
"@salesforce/core": "^6.6.0",
|
|
3915
3915
|
"@salesforce/kit": "^3.0.15",
|
|
3916
3916
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3933,9 +3933,9 @@
|
|
|
3933
3933
|
}
|
|
3934
3934
|
},
|
|
3935
3935
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
3936
|
-
"version": "10.5.
|
|
3937
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
3938
|
-
"integrity": "sha512-
|
|
3936
|
+
"version": "10.5.2",
|
|
3937
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz",
|
|
3938
|
+
"integrity": "sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==",
|
|
3939
3939
|
"license": "BSD-3-Clause",
|
|
3940
3940
|
"dependencies": {
|
|
3941
3941
|
"@salesforce/core": "^6.7.0",
|
|
@@ -3969,12 +3969,12 @@
|
|
|
3969
3969
|
}
|
|
3970
3970
|
},
|
|
3971
3971
|
"node_modules/@salesforce/source-tracking": {
|
|
3972
|
-
"version": "5.1.
|
|
3973
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
3974
|
-
"integrity": "sha512-
|
|
3972
|
+
"version": "5.1.14",
|
|
3973
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz",
|
|
3974
|
+
"integrity": "sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==",
|
|
3975
3975
|
"license": "BSD-3-Clause",
|
|
3976
3976
|
"dependencies": {
|
|
3977
|
-
"@oclif/core": "^3.
|
|
3977
|
+
"@oclif/core": "^3.23.0",
|
|
3978
3978
|
"@salesforce/core": "^6.7.0",
|
|
3979
3979
|
"@salesforce/kit": "^3.0.15",
|
|
3980
3980
|
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
@@ -9305,9 +9305,9 @@
|
|
|
9305
9305
|
"license": "ISC"
|
|
9306
9306
|
},
|
|
9307
9307
|
"node_modules/follow-redirects": {
|
|
9308
|
-
"version": "1.15.
|
|
9309
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
9310
|
-
"integrity": "sha512-
|
|
9308
|
+
"version": "1.15.6",
|
|
9309
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
9310
|
+
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
|
|
9311
9311
|
"funding": [
|
|
9312
9312
|
{
|
|
9313
9313
|
"type": "individual",
|
|
@@ -14339,9 +14339,9 @@
|
|
|
14339
14339
|
}
|
|
14340
14340
|
},
|
|
14341
14341
|
"node_modules/oclif": {
|
|
14342
|
-
"version": "4.5.
|
|
14343
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.
|
|
14344
|
-
"integrity": "sha512-
|
|
14342
|
+
"version": "4.5.4",
|
|
14343
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.4.tgz",
|
|
14344
|
+
"integrity": "sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==",
|
|
14345
14345
|
"dev": true,
|
|
14346
14346
|
"license": "MIT",
|
|
14347
14347
|
"dependencies": {
|
|
@@ -14349,7 +14349,7 @@
|
|
|
14349
14349
|
"@aws-sdk/client-s3": "^3.515.0",
|
|
14350
14350
|
"@oclif/core": "^3.21.0",
|
|
14351
14351
|
"@oclif/plugin-help": "^6.0.14",
|
|
14352
|
-
"@oclif/plugin-not-found": "^3.0.
|
|
14352
|
+
"@oclif/plugin-not-found": "^3.0.14",
|
|
14353
14353
|
"@oclif/plugin-warn-if-update-available": "^3.0.12",
|
|
14354
14354
|
"async-retry": "^1.3.3",
|
|
14355
14355
|
"change-case": "^4",
|
|
@@ -17363,9 +17363,9 @@
|
|
|
17363
17363
|
}
|
|
17364
17364
|
},
|
|
17365
17365
|
"node_modules/tabletojson": {
|
|
17366
|
-
"version": "4.1.
|
|
17367
|
-
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
17368
|
-
"integrity": "sha512-
|
|
17366
|
+
"version": "4.1.3",
|
|
17367
|
+
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.3.tgz",
|
|
17368
|
+
"integrity": "sha512-ac63/I5xfW1L162XZY9P1y1CtpZ0Hf7TW+PgRqOEeXFuLhm5D7kg/+7Wm2D6myU1H9qJlr4f+Jiozzq10BFjTg==",
|
|
17369
17369
|
"license": "ISC",
|
|
17370
17370
|
"dependencies": {
|
|
17371
17371
|
"cheerio": "^1.0.0-rc.12"
|
package/oclif.lock
CHANGED
|
@@ -1209,17 +1209,17 @@
|
|
|
1209
1209
|
semver "^7.5.4"
|
|
1210
1210
|
semver-compare "^1.0.0"
|
|
1211
1211
|
|
|
1212
|
-
"@jayree/sfdx-plugin-manifest@^3.1.
|
|
1213
|
-
version "3.1.
|
|
1214
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.
|
|
1215
|
-
integrity sha512-
|
|
1212
|
+
"@jayree/sfdx-plugin-manifest@^3.1.58":
|
|
1213
|
+
version "3.1.58"
|
|
1214
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.58.tgz"
|
|
1215
|
+
integrity sha512-jzHoUmWWH/dYbWOm87V24+PMT8SkvYTeOMAgqJuXh8yFFDY4G6Bhp9cIoF4RSvN6YFxHUUPdbBmDHKuhWPBueg==
|
|
1216
1216
|
dependencies:
|
|
1217
1217
|
"@jayree/changelog" "^1.1.10"
|
|
1218
|
-
"@oclif/core" "^3.
|
|
1219
|
-
"@salesforce/core" "^6.
|
|
1218
|
+
"@oclif/core" "^3.25.1"
|
|
1219
|
+
"@salesforce/core" "^6.7.1"
|
|
1220
1220
|
"@salesforce/kit" "^3.0.15"
|
|
1221
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
1222
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
1221
|
+
"@salesforce/sf-plugins-core" "^7.1.15"
|
|
1222
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
1223
1223
|
"@salesforce/ts-types" "^2.0.9"
|
|
1224
1224
|
chalk "^5.3.0"
|
|
1225
1225
|
debug "^4.3.4"
|
|
@@ -1230,17 +1230,17 @@
|
|
|
1230
1230
|
isomorphic-git "1.25.6"
|
|
1231
1231
|
tslib "^2.6.2"
|
|
1232
1232
|
|
|
1233
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1234
|
-
version "1.2.
|
|
1235
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1236
|
-
integrity sha512-
|
|
1233
|
+
"@jayree/sfdx-plugin-org@^1.2.38":
|
|
1234
|
+
version "1.2.38"
|
|
1235
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.38.tgz"
|
|
1236
|
+
integrity sha512-JBjCGDSF0My00SR9lQr1n7ZXB0KpmREDxrC+CjcX5mEGmvzsHj0EukGL0Kb4AShhe7MROmPkpD0+1Dek9iGTSA==
|
|
1237
1237
|
dependencies:
|
|
1238
1238
|
"@jayree/changelog" "^1.1.10"
|
|
1239
1239
|
"@listr2/prompt-adapter-enquirer" "^2.0.2"
|
|
1240
1240
|
"@oclif/core" "^3.20.0"
|
|
1241
|
-
"@salesforce/core" "^6.7.
|
|
1242
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
1243
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
1241
|
+
"@salesforce/core" "^6.7.1"
|
|
1242
|
+
"@salesforce/sf-plugins-core" "^7.1.15"
|
|
1243
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
1244
1244
|
"@salesforce/ts-types" "^2.0.9"
|
|
1245
1245
|
chalk "^5.3.0"
|
|
1246
1246
|
cli-truncate "^4.0.0"
|
|
@@ -1253,22 +1253,22 @@
|
|
|
1253
1253
|
listr2 "^8.0.2"
|
|
1254
1254
|
log-update "^6.0.0"
|
|
1255
1255
|
playwright-chromium "^1.42.1"
|
|
1256
|
-
tabletojson "4.1.
|
|
1256
|
+
tabletojson "4.1.3"
|
|
1257
1257
|
tslib "^2.6.1"
|
|
1258
1258
|
wrap-ansi "^9.0.0"
|
|
1259
1259
|
|
|
1260
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1261
|
-
version "1.3.
|
|
1262
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1263
|
-
integrity sha512-
|
|
1260
|
+
"@jayree/sfdx-plugin-prettier@^1.3.49":
|
|
1261
|
+
version "1.3.49"
|
|
1262
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.49.tgz"
|
|
1263
|
+
integrity sha512-5fzTDavryTMrI73c+V/yAIoVwY3jTvnf/kG8zECZcUWBNxHnRKmWlHBjgj1Qdej6E1C7s9hP5yFivEkGrlLQNA==
|
|
1264
1264
|
dependencies:
|
|
1265
1265
|
"@jayree/changelog" "^1.1.10"
|
|
1266
|
-
"@oclif/core" "^3.
|
|
1266
|
+
"@oclif/core" "^3.25.1"
|
|
1267
1267
|
"@prettier/plugin-xml" "^3.3.1"
|
|
1268
|
-
"@salesforce/core" "^6.
|
|
1268
|
+
"@salesforce/core" "^6.7.1"
|
|
1269
1269
|
"@salesforce/kit" "^3.0.15"
|
|
1270
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
1271
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
1270
|
+
"@salesforce/sf-plugins-core" "^7.1.15"
|
|
1271
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
1272
1272
|
cli-progress "^3.12.0"
|
|
1273
1273
|
debug "^4.3.4"
|
|
1274
1274
|
fs-extra "^11.2.0"
|
|
@@ -1277,18 +1277,18 @@
|
|
|
1277
1277
|
prettier-plugin-apex "^2.1.0"
|
|
1278
1278
|
tslib "^2.6.1"
|
|
1279
1279
|
|
|
1280
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1281
|
-
version "1.3.
|
|
1282
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1283
|
-
integrity sha512-
|
|
1280
|
+
"@jayree/sfdx-plugin-source@^1.3.46":
|
|
1281
|
+
version "1.3.46"
|
|
1282
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.46.tgz"
|
|
1283
|
+
integrity sha512-8N1t2I3hMwi8Q1OZ9Yfr1njDso3X6VvB9nNiezI3Q7ud7Fn1SZiu2H1CZXSxhTED3t5LWIXgio+NbCzHP106EQ==
|
|
1284
1284
|
dependencies:
|
|
1285
1285
|
"@jayree/changelog" "^1.1.10"
|
|
1286
1286
|
"@oclif/core" "^3.19.5"
|
|
1287
|
-
"@salesforce/core" "^6.7.
|
|
1287
|
+
"@salesforce/core" "^6.7.1"
|
|
1288
1288
|
"@salesforce/kit" "^3.0.15"
|
|
1289
|
-
"@salesforce/sf-plugins-core" "^7.1.
|
|
1290
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
1291
|
-
"@salesforce/source-tracking" "^5.1.
|
|
1289
|
+
"@salesforce/sf-plugins-core" "^7.1.15"
|
|
1290
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
1291
|
+
"@salesforce/source-tracking" "^5.1.14"
|
|
1292
1292
|
"@salesforce/ts-types" "^2.0.9"
|
|
1293
1293
|
chalk "^5.3.0"
|
|
1294
1294
|
debug "^4.3.4"
|
|
@@ -1564,10 +1564,10 @@
|
|
|
1564
1564
|
read-package-json-fast "^3.0.0"
|
|
1565
1565
|
which "^3.0.0"
|
|
1566
1566
|
|
|
1567
|
-
"@oclif/core@^3.19.5", "@oclif/core@^3.
|
|
1568
|
-
version "3.
|
|
1569
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
1570
|
-
integrity sha512-
|
|
1567
|
+
"@oclif/core@^3.19.5", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.1":
|
|
1568
|
+
version "3.25.1"
|
|
1569
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.25.1.tgz"
|
|
1570
|
+
integrity sha512-L0WTgrcXBa1mc7CYxG0W07sRa4Zs5XpFD2HHhck7Xfqq7jnNcKDSuZ/LdqesVCry6eUHMh3C00IhJr6Msk19Iw==
|
|
1571
1571
|
dependencies:
|
|
1572
1572
|
"@types/cli-progress" "^3.11.5"
|
|
1573
1573
|
ansi-escapes "^4.3.2"
|
|
@@ -1598,14 +1598,14 @@
|
|
|
1598
1598
|
wordwrap "^1.0.0"
|
|
1599
1599
|
wrap-ansi "^7.0.0"
|
|
1600
1600
|
|
|
1601
|
-
"@oclif/plugin-help@^6.0.14", "@oclif/plugin-help@^6.0.
|
|
1602
|
-
version "6.0.
|
|
1603
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1604
|
-
integrity sha512-
|
|
1601
|
+
"@oclif/plugin-help@^6.0.14", "@oclif/plugin-help@^6.0.18":
|
|
1602
|
+
version "6.0.18"
|
|
1603
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz"
|
|
1604
|
+
integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
|
|
1605
1605
|
dependencies:
|
|
1606
|
-
"@oclif/core" "^3.
|
|
1606
|
+
"@oclif/core" "^3.23.0"
|
|
1607
1607
|
|
|
1608
|
-
"@oclif/plugin-not-found@^3.0.
|
|
1608
|
+
"@oclif/plugin-not-found@^3.0.14":
|
|
1609
1609
|
version "3.0.14"
|
|
1610
1610
|
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz"
|
|
1611
1611
|
integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
|
|
@@ -1743,10 +1743,10 @@
|
|
|
1743
1743
|
dependencies:
|
|
1744
1744
|
"@xml-tools/parser" "^1.0.11"
|
|
1745
1745
|
|
|
1746
|
-
"@salesforce/core@^6.
|
|
1747
|
-
version "6.7.
|
|
1748
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
1749
|
-
integrity sha512-
|
|
1746
|
+
"@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
|
|
1747
|
+
version "6.7.1"
|
|
1748
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz"
|
|
1749
|
+
integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
|
|
1750
1750
|
dependencies:
|
|
1751
1751
|
"@salesforce/kit" "^3.0.15"
|
|
1752
1752
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1822,23 +1822,23 @@
|
|
|
1822
1822
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz"
|
|
1823
1823
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1824
1824
|
|
|
1825
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1826
|
-
version "7.1.
|
|
1827
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
1828
|
-
integrity sha512-
|
|
1825
|
+
"@salesforce/sf-plugins-core@^7.1.15":
|
|
1826
|
+
version "7.1.15"
|
|
1827
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz"
|
|
1828
|
+
integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
|
|
1829
1829
|
dependencies:
|
|
1830
1830
|
"@inquirer/confirm" "^2.0.17"
|
|
1831
1831
|
"@inquirer/password" "^1.1.16"
|
|
1832
|
-
"@oclif/core" "^3.
|
|
1832
|
+
"@oclif/core" "^3.23.0"
|
|
1833
1833
|
"@salesforce/core" "^6.6.0"
|
|
1834
1834
|
"@salesforce/kit" "^3.0.15"
|
|
1835
1835
|
"@salesforce/ts-types" "^2.0.9"
|
|
1836
1836
|
chalk "^5.3.0"
|
|
1837
1837
|
|
|
1838
|
-
"@salesforce/source-deploy-retrieve@^10.5.1":
|
|
1839
|
-
version "10.5.
|
|
1840
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
1841
|
-
integrity sha512-
|
|
1838
|
+
"@salesforce/source-deploy-retrieve@^10.5.1", "@salesforce/source-deploy-retrieve@^10.5.2":
|
|
1839
|
+
version "10.5.2"
|
|
1840
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz"
|
|
1841
|
+
integrity sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==
|
|
1842
1842
|
dependencies:
|
|
1843
1843
|
"@salesforce/core" "^6.7.0"
|
|
1844
1844
|
"@salesforce/kit" "^3.0.15"
|
|
@@ -1854,12 +1854,12 @@
|
|
|
1854
1854
|
proxy-agent "^6.4.0"
|
|
1855
1855
|
ts-retry-promise "^0.7.1"
|
|
1856
1856
|
|
|
1857
|
-
"@salesforce/source-tracking@^5.1.
|
|
1858
|
-
version "5.1.
|
|
1859
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
1860
|
-
integrity sha512-
|
|
1857
|
+
"@salesforce/source-tracking@^5.1.14":
|
|
1858
|
+
version "5.1.14"
|
|
1859
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz"
|
|
1860
|
+
integrity sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==
|
|
1861
1861
|
dependencies:
|
|
1862
|
-
"@oclif/core" "^3.
|
|
1862
|
+
"@oclif/core" "^3.23.0"
|
|
1863
1863
|
"@salesforce/core" "^6.7.0"
|
|
1864
1864
|
"@salesforce/kit" "^3.0.15"
|
|
1865
1865
|
"@salesforce/source-deploy-retrieve" "^10.5.1"
|
|
@@ -5030,9 +5030,9 @@ flatted@^3.2.9:
|
|
|
5030
5030
|
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
|
|
5031
5031
|
|
|
5032
5032
|
follow-redirects@^1.15.4:
|
|
5033
|
-
version "1.15.
|
|
5034
|
-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
5035
|
-
integrity sha512-
|
|
5033
|
+
version "1.15.6"
|
|
5034
|
+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz"
|
|
5035
|
+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
|
|
5036
5036
|
|
|
5037
5037
|
for-each@^0.3.3:
|
|
5038
5038
|
version "0.3.3"
|
|
@@ -7793,16 +7793,16 @@ object.values@^1.1.7:
|
|
|
7793
7793
|
define-properties "^1.2.0"
|
|
7794
7794
|
es-abstract "^1.22.1"
|
|
7795
7795
|
|
|
7796
|
-
oclif@^4.5.
|
|
7797
|
-
version "4.5.
|
|
7798
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.5.
|
|
7799
|
-
integrity sha512-
|
|
7796
|
+
oclif@^4.5.4:
|
|
7797
|
+
version "4.5.4"
|
|
7798
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.5.4.tgz"
|
|
7799
|
+
integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==
|
|
7800
7800
|
dependencies:
|
|
7801
7801
|
"@aws-sdk/client-cloudfront" "^3.525.0"
|
|
7802
7802
|
"@aws-sdk/client-s3" "^3.515.0"
|
|
7803
7803
|
"@oclif/core" "^3.21.0"
|
|
7804
7804
|
"@oclif/plugin-help" "^6.0.14"
|
|
7805
|
-
"@oclif/plugin-not-found" "^3.0.
|
|
7805
|
+
"@oclif/plugin-not-found" "^3.0.14"
|
|
7806
7806
|
"@oclif/plugin-warn-if-update-available" "^3.0.12"
|
|
7807
7807
|
async-retry "^1.3.3"
|
|
7808
7808
|
change-case "^4"
|
|
@@ -9627,10 +9627,10 @@ synckit@^0.8.6:
|
|
|
9627
9627
|
"@pkgr/core" "^0.1.0"
|
|
9628
9628
|
tslib "^2.6.2"
|
|
9629
9629
|
|
|
9630
|
-
tabletojson@4.1.
|
|
9631
|
-
version "4.1.
|
|
9632
|
-
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
9633
|
-
integrity sha512-
|
|
9630
|
+
tabletojson@4.1.3:
|
|
9631
|
+
version "4.1.3"
|
|
9632
|
+
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.3.tgz"
|
|
9633
|
+
integrity sha512-ac63/I5xfW1L162XZY9P1y1CtpZ0Hf7TW+PgRqOEeXFuLhm5D7kg/+7Wm2D6myU1H9qJlr4f+Jiozzq10BFjTg==
|
|
9634
9634
|
dependencies:
|
|
9635
9635
|
cheerio "^1.0.0-rc.12"
|
|
9636
9636
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
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.62",
|
|
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
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.58",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.38",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.49",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.46"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.0.
|
|
15
|
+
"@oclif/plugin-help": "^6.0.18",
|
|
16
16
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
18
18
|
"c8": "^9.1.0",
|
|
19
19
|
"eslint-plugin-prettier": "^5.1.3",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
21
21
|
"nock": "^13.5.4",
|
|
22
|
-
"oclif": "^4.5.
|
|
22
|
+
"oclif": "^4.5.4",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.2.5",
|