@terafina/tffa-sfdx-plugin 2.0.0 → 2.0.1
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/README.md +26 -5
- package/lib/commands/tffa/lint.js +1 -1
- package/lib/commands/tffa/lint.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ $ npm install -g @terafina/tffa-sfdx-plugin
|
|
|
34
34
|
$ sfdx COMMAND
|
|
35
35
|
running command...
|
|
36
36
|
$ sfdx (--version|-v)
|
|
37
|
-
@terafina/tffa-sfdx-plugin/2.0.
|
|
37
|
+
@terafina/tffa-sfdx-plugin/2.0.1 linux-x64 node-v16.13.1
|
|
38
38
|
$ sfdx --help [COMMAND]
|
|
39
39
|
USAGE
|
|
40
40
|
$ sfdx COMMAND
|
|
@@ -45,12 +45,33 @@ USAGE
|
|
|
45
45
|
# Commands
|
|
46
46
|
|
|
47
47
|
<!-- commands -->
|
|
48
|
+
* [`sfdx help [COMMAND]`](#sfdx-help-command)
|
|
48
49
|
* [`sfdx tffa:apexdoc [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffaapexdoc--d-directory---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
49
50
|
* [`sfdx tffa:lint [-s <directory>] [-m <integer>] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffalint--s-directory--m-integer--j---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
50
51
|
* [`sfdx tffa:meta [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffameta--s-directory--d-directory--c-directory--o-jsoncsvhuman--f---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
51
52
|
* [`sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffaping---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
52
53
|
* [`sfdx version`](#sfdx-version)
|
|
53
54
|
|
|
55
|
+
## `sfdx help [COMMAND]`
|
|
56
|
+
|
|
57
|
+
Display help for sfdx.
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
USAGE
|
|
61
|
+
$ sfdx help [COMMAND] [-n]
|
|
62
|
+
|
|
63
|
+
ARGUMENTS
|
|
64
|
+
COMMAND Command to show help for.
|
|
65
|
+
|
|
66
|
+
FLAGS
|
|
67
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
68
|
+
|
|
69
|
+
DESCRIPTION
|
|
70
|
+
Display help for sfdx.
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
|
|
74
|
+
|
|
54
75
|
## `sfdx tffa:apexdoc [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
55
76
|
|
|
56
77
|
Generate Apex API Documentation
|
|
@@ -74,7 +95,7 @@ EXAMPLES
|
|
|
74
95
|
Generate Apex API Documentation : $sfdx tffa:apexdoc
|
|
75
96
|
```
|
|
76
97
|
|
|
77
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.
|
|
98
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.1/src/commands/tffa/apexdoc.ts)_
|
|
78
99
|
|
|
79
100
|
## `sfdx tffa:lint [-s <directory>] [-m <integer>] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
80
101
|
|
|
@@ -101,7 +122,7 @@ EXAMPLES
|
|
|
101
122
|
Scan a sfdx project and provide list of code violations : $sfdx tffa:scan
|
|
102
123
|
```
|
|
103
124
|
|
|
104
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.
|
|
125
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.1/src/commands/tffa/lint.ts)_
|
|
105
126
|
|
|
106
127
|
## `sfdx tffa:meta [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
107
128
|
|
|
@@ -130,7 +151,7 @@ EXAMPLES
|
|
|
130
151
|
scan a sfdx project for metadata : $sfdx tffa:meta
|
|
131
152
|
```
|
|
132
153
|
|
|
133
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.
|
|
154
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.1/src/commands/tffa/meta.ts)_
|
|
134
155
|
|
|
135
156
|
## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
136
157
|
|
|
@@ -152,7 +173,7 @@ EXAMPLES
|
|
|
152
173
|
$ sfdx tffa:ping
|
|
153
174
|
```
|
|
154
175
|
|
|
155
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.
|
|
176
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.0.1/src/commands/tffa/ping.ts)_
|
|
156
177
|
|
|
157
178
|
## `sfdx version`
|
|
158
179
|
|
|
@@ -14,7 +14,7 @@ class Lint extends command_1.SfdxCommand {
|
|
|
14
14
|
async run() {
|
|
15
15
|
await core_1.SfdxProject.resolve(this.flags.sourcefolder);
|
|
16
16
|
let violations = [];
|
|
17
|
-
ignored_files_1.default.init(this.flags.sourcefolder);
|
|
17
|
+
await ignored_files_1.default.init(this.flags.sourcefolder);
|
|
18
18
|
violations = await new apex_class_lint_1.default().scan(this.flags.sourcefolder);
|
|
19
19
|
const mViolations = await new metadata_lint_1.default().scan(this.flags.sourcefolder, this.flags.minapi);
|
|
20
20
|
violations.push(...mViolations);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lint.js","sourceRoot":"","sources":["../../../src/commands/tffa/lint.ts"],"names":[],"mappings":";AAAA;;IAEI;;;AAEJ,iDAAyD;AACzD,2CAA+C;AAC/C,gGAA8D;AAC9D,4FAA2D;AAC3D,4FAA2D;AAE3D,MAAqB,IAAK,SAAQ,qBAAW;IAqB3C,8DAA8D;IACvD,KAAK,CAAC,GAAG;QACd,MAAM,kBAAW,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnD,IAAI,UAAU,GAAG,EAAE,CAAC;QACpB,uBAAY,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"lint.js","sourceRoot":"","sources":["../../../src/commands/tffa/lint.ts"],"names":[],"mappings":";AAAA;;IAEI;;;AAEJ,iDAAyD;AACzD,2CAA+C;AAC/C,gGAA8D;AAC9D,4FAA2D;AAC3D,4FAA2D;AAE3D,MAAqB,IAAK,SAAQ,qBAAW;IAqB3C,8DAA8D;IACvD,KAAK,CAAC,GAAG;QACd,MAAM,kBAAW,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnD,IAAI,UAAU,GAAG,EAAE,CAAC;QACpB,MAAM,uBAAY,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjD,UAAU,GAAG,MAAM,IAAI,yBAAa,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACrE,MAAM,WAAW,GAAG,MAAM,IAAI,uBAAY,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9F,UAAU,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,CAAC;QAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IACpD,CAAC;IAED;;OAEG;IACK,eAAe,CAAC,MAAM,EAAE,UAAU;QACxC,IAAI,MAAM,EAAE;YACV,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;SAClD;aAAM;YACL,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE;gBAC1B,OAAO,CAAC,GAAG,CAAC,mFAAmF,CAAC,CAAC;gBACjG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,QAAQ,GAAG,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;gBAC1C,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;gBACzC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;aAC7B;SACF;IACH,CAAC;;AA9CH,uBA+CC;AA9Ce,gBAAW,GAAG,gFAAgF,CAAC;AAC/F,aAAQ,GAAG,CAAC,4EAA4E,CAAC,CAAC;AAEvF,gBAAW,GAAG;IAC7B,YAAY,EAAE,eAAK,CAAC,SAAS,CAAC;QAC5B,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,mCAAmC;QAChD,OAAO,EAAE,GAAG;KACb,CAAC;IACF,MAAM,EAAE,eAAK,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,kDAAkD;QAC/D,OAAO,EAAE,EAAE;KACZ,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,OAAO,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,sBAAsB;KACpC,CAAC;CACH,CAAC"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.0.
|
|
1
|
+
{"version":"2.0.1","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Generate Apex API Documentation","strict":true,"usage":"<%= command.id %> [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["Generate Apex API Documentation :\t$sfdx tffa:apexdoc "],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"d","description":"directory containing package metadata","multiple":false,"default":"."}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"d","description":"directory containing package metadata","default":".","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"scan a sfdx project and provide a violations report based on defined standards","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["Scan a sfdx project and provide list of code violations :\t$sfdx tffa:scan"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"generate json output","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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"minapi":{"name":"minapi","type":"option","char":"m","description":"minimum api version to use during quality checks","multiple":false,"default":53}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"minapi":{"kind":"integer","char":"m","description":"minimum api version to use during quality checks","default":53,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"scan a sfdx project for metadata","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["scan a sfdx project for metadata :\t$sfdx tffa:meta"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destpath":{"name":"destpath","type":"option","char":"d","description":"full path output file","multiple":false,"default":"."},"clientname":{"name":"clientname","type":"option","char":"c","description":"name of the client","multiple":false,"default":"."},"output":{"name":"output","type":"option","char":"o","description":"output format json csv human","helpValue":"(json|csv|human)","multiple":false,"options":["json","csv","human"]},"fields":{"name":"fields","type":"boolean","char":"f","description":"generate field output","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destpath":{"kind":"directory","char":"d","description":"full path output file","default":".","input":[],"multiple":false,"type":"option"},"clientname":{"kind":"directory","char":"c","description":"name of the client","default":".","input":[],"multiple":false,"type":"option"},"output":{"kind":"enum","helpValue":"(json|csv|human)","char":"o","options":["json","csv","human"],"description":"output format json csv human","input":[],"multiple":false,"type":"option"},"fields":{"kind":"boolean","char":"f","description":"generate field output","allowNo":false,"type":"boolean"}}},"tffa:ping":{"id":"tffa:ping","description":"ping","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:ping "],"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":[{"name":"file"}],"flagsConfig":{}}}}
|
package/package.json
CHANGED
|
@@ -1,45 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terafina/tffa-sfdx-plugin",
|
|
3
3
|
"description": "sfdx plugin from Terafina containing tools for scanning and extending digital applications for the financial services industry.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "1.8.1",
|
|
9
|
-
"@oclif/plugin-version": "1.0.4",
|
|
10
|
-
"@oclif/plugin-plugins": "2.1.0",
|
|
11
9
|
"@oclif/plugin-help": "5.1.12",
|
|
10
|
+
"@oclif/plugin-plugins": "2.1.0",
|
|
11
|
+
"@oclif/plugin-version": "1.0.4",
|
|
12
|
+
"@oclif/plugin-warn-if-update-available": "^2.0.4",
|
|
12
13
|
"@salesforce/command": "5.1.0",
|
|
13
14
|
"@salesforce/core": "2.37.1",
|
|
14
|
-
"tslib": "2.4.0",
|
|
15
|
-
"fs-extra": "10.1.0",
|
|
16
|
-
"xml2js": "0.4.23",
|
|
17
15
|
"cheerio": "1.0.0-rc.10",
|
|
16
|
+
"csv-stringify": "6.0.5",
|
|
17
|
+
"fs-extra": "10.1.0",
|
|
18
18
|
"lodash.escape": "4.0.1",
|
|
19
19
|
"pretty": "2.0.0",
|
|
20
20
|
"rimraf": "3.0.2",
|
|
21
|
-
"
|
|
21
|
+
"tslib": "2.4.0",
|
|
22
|
+
"xml2js": "0.4.23"
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
25
|
"@commitlint/cli": "16.2.4",
|
|
25
26
|
"@commitlint/config-angular": "16.2.4",
|
|
26
|
-
"oclif": "^3",
|
|
27
27
|
"@oclif/test": "2.1.0",
|
|
28
28
|
"@salesforce/dev-config": "3.0.1",
|
|
29
29
|
"@salesforce/ts-sinon": "1.3.21",
|
|
30
30
|
"@types/chai": "4",
|
|
31
|
+
"@types/cheerio": "0.22.31",
|
|
31
32
|
"@types/fs-extra": "9.0.13",
|
|
33
|
+
"@types/js-yaml": "4.0.5",
|
|
32
34
|
"@types/mocha": "9.1.1",
|
|
33
35
|
"@types/node": "17.0.33",
|
|
34
36
|
"@types/xml2js": "0.4.11",
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "5.23.0",
|
|
38
|
+
"@typescript-eslint/parser": "5.23.0",
|
|
37
39
|
"chai": "4",
|
|
40
|
+
"eslint": "8.15.0",
|
|
41
|
+
"eslint-config-prettier": "8.5.0",
|
|
42
|
+
"eslint-plugin-deprecation": "1.3.2",
|
|
43
|
+
"eslint-plugin-header": "3.1.1",
|
|
44
|
+
"eslint-plugin-import": "2.26.0",
|
|
45
|
+
"eslint-plugin-jest": "26.1.5",
|
|
46
|
+
"eslint-plugin-jsdoc": "39.2.9",
|
|
47
|
+
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
48
|
+
"eslint-plugin-sonarjs": "0.13.0",
|
|
38
49
|
"globby": "11.0.1",
|
|
39
50
|
"htmlparser2": "8.0.1",
|
|
40
51
|
"husky": "8.0.1",
|
|
52
|
+
"mem-fs": "2.2.1",
|
|
53
|
+
"mem-fs-editor": "9.4.0",
|
|
41
54
|
"mocha": "10.0.0",
|
|
42
55
|
"nyc": "15.1.0",
|
|
56
|
+
"oclif": "^3",
|
|
43
57
|
"prettier": "2.6.2",
|
|
44
58
|
"prettier-plugin-apex": "1.10.0",
|
|
45
59
|
"properties-parser": "0.3.1",
|
|
@@ -48,20 +62,7 @@
|
|
|
48
62
|
"standard-version": "9.3.2",
|
|
49
63
|
"ts-node": "10",
|
|
50
64
|
"typescript": "4.6.4",
|
|
51
|
-
"yargs": "17.5.0"
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "5.23.0",
|
|
53
|
-
"@typescript-eslint/parser": "5.23.0",
|
|
54
|
-
"eslint": "8.15.0",
|
|
55
|
-
"eslint-config-prettier": "8.5.0",
|
|
56
|
-
"eslint-plugin-deprecation": "1.3.2",
|
|
57
|
-
"eslint-plugin-header": "3.1.1",
|
|
58
|
-
"eslint-plugin-import": "2.26.0",
|
|
59
|
-
"eslint-plugin-jest": "26.1.5",
|
|
60
|
-
"eslint-plugin-jsdoc": "39.2.9",
|
|
61
|
-
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
62
|
-
"eslint-plugin-sonarjs": "0.13.0",
|
|
63
|
-
"mem-fs": "2.2.1",
|
|
64
|
-
"mem-fs-editor": "9.4.0"
|
|
65
|
+
"yargs": "17.5.0"
|
|
65
66
|
},
|
|
66
67
|
"engines": {
|
|
67
68
|
"node": ">=12.0.0"
|
|
@@ -92,11 +93,10 @@
|
|
|
92
93
|
"description": "Developer tools for Terafina applications"
|
|
93
94
|
}
|
|
94
95
|
},
|
|
95
|
-
"devPlugins": [
|
|
96
|
-
"@oclif/plugin-help"
|
|
97
|
-
],
|
|
98
96
|
"plugins": [
|
|
99
|
-
"@oclif/plugin-
|
|
97
|
+
"@oclif/plugin-help",
|
|
98
|
+
"@oclif/plugin-version",
|
|
99
|
+
"@oclif/plugin-warn-if-update-available"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"main": "lib/index.js",
|