sfdx-jayree 4.4.9 → 4.4.10
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 +12 -0
- package/README.md +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [4.4.10](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.9...v4.4.10) (2022-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.10 to 1.2.11 ([#408](https://github.com/jayree/sfdx-jayree-plugin/issues/408)) ([ead5c50](https://github.com/jayree/sfdx-jayree-plugin/commit/ead5c501bb1fc86af33e2ed097210fd2b44e8983))
|
|
7
|
+
* **deps:** bump @salesforce/command from 5.2.24 to 5.2.26 ([#405](https://github.com/jayree/sfdx-jayree-plugin/issues/405)) ([2917b54](https://github.com/jayree/sfdx-jayree-plugin/commit/2917b548ce4cd79c3d7c60d77dff620c173999ec))
|
|
8
|
+
* **deps:** bump @salesforce/source-tracking from 2.2.12 to 2.2.14 ([#402](https://github.com/jayree/sfdx-jayree-plugin/issues/402)) ([90f0920](https://github.com/jayree/sfdx-jayree-plugin/commit/90f09209a6a2577dc5c283ca5e21dccfaed8ff72))
|
|
9
|
+
* **deps:** bump fast-xml-parser from 4.0.11 to 4.0.12 ([#397](https://github.com/jayree/sfdx-jayree-plugin/issues/397)) ([0a016d4](https://github.com/jayree/sfdx-jayree-plugin/commit/0a016d43702f7d6dd0094d8b91e97c9aa13ed26f))
|
|
10
|
+
* **deps:** bump marked from 4.2.2 to 4.2.3 ([#394](https://github.com/jayree/sfdx-jayree-plugin/issues/394)) ([c2424bb](https://github.com/jayree/sfdx-jayree-plugin/commit/c2424bb12a9f69ab27f7fd8e6a141bb22be83a77))
|
|
11
|
+
* **deps:** bump puppeteer from 19.2.2 to 19.3.0 ([#403](https://github.com/jayree/sfdx-jayree-plugin/issues/403)) ([3e1fadc](https://github.com/jayree/sfdx-jayree-plugin/commit/3e1fadcffac0a189f6de2090650a8ec31e25c062))
|
|
12
|
+
|
|
1
13
|
## [4.4.9](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.8...v4.4.9) (2022-11-18)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
24
24
|
$ sfdx jayree:[COMMAND]
|
|
25
25
|
running command...
|
|
26
26
|
$ sfdx plugins
|
|
27
|
-
sfdx-jayree 4.4.
|
|
27
|
+
sfdx-jayree 4.4.10
|
|
28
28
|
$ sfdx help jayree:[COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sfdx jayree:COMMAND
|
|
@@ -194,7 +194,7 @@ EXAMPLES
|
|
|
194
194
|
...
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
197
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/flowtestcoverage.ts)_
|
|
198
198
|
|
|
199
199
|
### `sfdx jayree:manifest:cleanup`
|
|
200
200
|
|
|
@@ -352,7 +352,7 @@ EXAMPLES
|
|
|
352
352
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
355
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/org/configure/index.ts)_
|
|
356
356
|
|
|
357
357
|
### `sfdx jayree:org:configure:country`
|
|
358
358
|
|
|
@@ -376,7 +376,7 @@ DESCRIPTION
|
|
|
376
376
|
update country integration values in the State/Country Picklists
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
379
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/org/configure/country.ts)_
|
|
380
380
|
|
|
381
381
|
### `sfdx jayree:org:configure:state`
|
|
382
382
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
import (create/update) states into the State/Country Picklists
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
408
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/org/configure/state.ts)_
|
|
409
409
|
|
|
410
410
|
### `sfdx jayree:org:settings`
|
|
411
411
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
441
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/org/settings.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree:org:streaming`
|
|
444
444
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
...
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
470
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/org/streaming.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree:packagedescription:create`
|
|
473
473
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
(examples will follow)
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
597
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/source/fix.ts)_
|
|
598
598
|
|
|
599
599
|
### `sfdx jayree:source:tracking:list`
|
|
600
600
|
|
|
@@ -625,7 +625,7 @@ EXAMPLES
|
|
|
625
625
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
628
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/source/tracking/list.ts)_
|
|
629
629
|
|
|
630
630
|
### `sfdx jayree:source:tracking:store:get`
|
|
631
631
|
|
|
@@ -653,7 +653,7 @@ EXAMPLES
|
|
|
653
653
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
656
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/source/tracking/store/get.ts)_
|
|
657
657
|
|
|
658
658
|
### `sfdx jayree:source:tracking:store:set`
|
|
659
659
|
|
|
@@ -684,7 +684,7 @@ EXAMPLES
|
|
|
684
684
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
687
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.10/src/commands/jayree/source/tracking/store/set.ts)_
|
|
688
688
|
<!-- commandsstop -->
|
|
689
689
|
|
|
690
690
|
## Hooks
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"4.4.9","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:version":{"id":"jayree:version","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","strict":true,"usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json","multiple":false}},"args":[],"flagsConfig":{"writetoprojectscratchdeffile":{"kind":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of project-scratch-def.json","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","strict":true,"usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true,"multiple":false}},"args":[],"flagsConfig":{"topic":{"kind":"string","char":"p","required":true,"description":"topic name","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n(examples will follow)","strict":true,"usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[],"flagsConfig":{"tag":{"kind":"array","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","input":[],"multiple":false,"type":"option"},"verbose":{"description":"log output to console","longDescription":"log output to console","type":"boolean","kind":"boolean","allowNo":false}},"supportsUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[],"flagsConfig":{"silent":{"kind":"boolean","description":"silent mode","required":false,"default":false,"hidden":true,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","strict":true,"usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","multiple":false},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[],"flagsConfig":{"tasks":{"kind":"array","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"boolean","description":"execute tasks in parallel","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","strict":true,"usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code","multiple":false},"category":{"name":"category","type":"option","description":"Subdivision category","multiple":false},"language":{"name":"language","type":"option","description":"Language code","multiple":false},"concurrent":{"name":"concurrent","type":"option","description":"ccc","multiple":false,"default":1}},"args":[],"flagsConfig":{"countrycode":{"kind":"string","description":"Alpha-2 code","input":[],"multiple":false,"type":"option"},"category":{"kind":"string","description":"Subdivision category","input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"Language code","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"integer","description":"ccc","default":1,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","multiple":false,"default":0}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"start at a specific revision counter number","default":0,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)","multiple":false}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"revision counter number (default: remote revision counter number)","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true}}}
|
|
1
|
+
{"version":"4.4.10","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:version":{"id":"jayree:version","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","strict":true,"usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json","multiple":false}},"args":[],"flagsConfig":{"writetoprojectscratchdeffile":{"kind":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of project-scratch-def.json","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","strict":true,"usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true,"multiple":false}},"args":[],"flagsConfig":{"topic":{"kind":"string","char":"p","required":true,"description":"topic name","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n(examples will follow)","strict":true,"usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[],"flagsConfig":{"tag":{"kind":"array","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","input":[],"multiple":false,"type":"option"},"verbose":{"description":"log output to console","longDescription":"log output to console","type":"boolean","kind":"boolean","allowNo":false}},"supportsUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[],"flagsConfig":{"silent":{"kind":"boolean","description":"silent mode","required":false,"default":false,"hidden":true,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","strict":true,"usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","multiple":false},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[],"flagsConfig":{"tasks":{"kind":"array","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"boolean","description":"execute tasks in parallel","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","strict":true,"usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code","multiple":false},"category":{"name":"category","type":"option","description":"Subdivision category","multiple":false},"language":{"name":"language","type":"option","description":"Language code","multiple":false},"concurrent":{"name":"concurrent","type":"option","description":"ccc","multiple":false,"default":1}},"args":[],"flagsConfig":{"countrycode":{"kind":"string","description":"Alpha-2 code","input":[],"multiple":false,"type":"option"},"category":{"kind":"string","description":"Subdivision category","input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"Language code","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"integer","description":"ccc","default":1,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","multiple":false,"default":0}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"start at a specific revision counter number","default":0,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)","multiple":false}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"revision counter number (default: remote revision counter number)","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true}}}
|
package/package.json
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
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.4.
|
|
4
|
+
"version": "4.4.10",
|
|
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-legacy": "^1.1.10",
|
|
10
10
|
"@jayree/sfdx-plugin-manifest": "^2.3.12",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.2.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.11",
|
|
12
12
|
"@oclif/core": "^1.20.4",
|
|
13
|
-
"@salesforce/command": "^5.2.
|
|
13
|
+
"@salesforce/command": "^5.2.26",
|
|
14
14
|
"@salesforce/kit": "^1.8.0",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^7.5.1",
|
|
16
|
-
"@salesforce/source-tracking": "^2.2.
|
|
16
|
+
"@salesforce/source-tracking": "^2.2.14",
|
|
17
17
|
"debug": "^4.3.4",
|
|
18
18
|
"enquirer": "^2.3.6",
|
|
19
|
-
"fast-xml-parser": "^4.0.
|
|
19
|
+
"fast-xml-parser": "^4.0.12",
|
|
20
20
|
"fs-extra": "^10.1.0",
|
|
21
21
|
"ignore": "^5.2.0",
|
|
22
22
|
"is-docker": "^3.0.0",
|
|
23
23
|
"is-wsl": "^2.2.0",
|
|
24
24
|
"listr2": "^5.0.5",
|
|
25
|
-
"marked": "^4.
|
|
25
|
+
"marked": "^4.2.3",
|
|
26
26
|
"marked-terminal": "^5.1.1",
|
|
27
27
|
"mkdirp": "^1.0.4",
|
|
28
28
|
"object-path": "^0.11.8",
|
|
29
|
-
"puppeteer": "^19.
|
|
29
|
+
"puppeteer": "^19.3.0",
|
|
30
30
|
"semver": "^7.3.8",
|
|
31
31
|
"tabletojson": "^2.0.7",
|
|
32
32
|
"tslib": "^2.4.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@commitlint/cli": "^17.
|
|
35
|
+
"@commitlint/cli": "^17.3.0",
|
|
36
36
|
"@commitlint/config-conventional": "^17.2.0",
|
|
37
|
-
"@oclif/plugin-command-snapshot": "^3.2.
|
|
37
|
+
"@oclif/plugin-command-snapshot": "^3.2.11",
|
|
38
38
|
"@oclif/plugin-help": "^5.1.19",
|
|
39
39
|
"@salesforce/dev-config": "^3.1.0",
|
|
40
40
|
"@salesforce/dev-scripts": "3.1.0",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@types/semver": "^7.3.13",
|
|
52
52
|
"@types/sinon": "^10.0.13",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
54
|
+
"@typescript-eslint/parser": "^5.44.0",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.28.0",
|
|
57
57
|
"eslint-config-prettier": "^8.5.0",
|
|
58
58
|
"eslint-config-salesforce": "^1.1.0",
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"mocha": "^10.1.0",
|
|
68
68
|
"nock": "^13.2.9",
|
|
69
69
|
"nyc": "^15.1.0",
|
|
70
|
-
"oclif": "^3.2.
|
|
70
|
+
"oclif": "^3.2.28",
|
|
71
71
|
"patch-package": "^6.5.0",
|
|
72
72
|
"pinst": "^3.0.0",
|
|
73
73
|
"prettier": "^2.7.1",
|