@terafina/tffa-sfdx-plugin 17.0.0-rc.1 → 17.0.0-rc.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/README.md +83 -120
- package/lib/commands/tffa/apexdoc.d.ts +7 -6
- package/lib/commands/tffa/apexdoc.js +10 -9
- package/lib/commands/tffa/apexdoc.js.map +1 -1
- package/lib/commands/tffa/data/export.js +1 -1
- package/lib/commands/tffa/lint.d.ts +10 -9
- package/lib/commands/tffa/lint.js +21 -19
- package/lib/commands/tffa/lint.js.map +1 -1
- package/lib/commands/tffa/meta.d.ts +8 -8
- package/lib/commands/tffa/meta.js +12 -11
- package/lib/commands/tffa/meta.js.map +1 -1
- package/lib/commands/tffa/ping.d.ts +3 -7
- package/lib/commands/tffa/ping.js +4 -6
- package/lib/commands/tffa/ping.js.map +1 -1
- package/lib/commands/tffa/source/apiset.d.ts +5 -6
- package/lib/commands/tffa/source/apiset.js +13 -13
- package/lib/commands/tffa/source/apiset.js.map +1 -1
- package/lib/commands/tffa/source/createfield.d.ts +12 -3
- package/lib/commands/tffa/source/createfield.js +41 -30
- package/lib/commands/tffa/source/createfield.js.map +1 -1
- package/messages/dataExport.js +2 -2
- package/oclif.manifest.json +634 -1
- package/package.json +29 -28
- package/yarn.lock +0 -7926
package/package.json
CHANGED
|
@@ -1,70 +1,71 @@
|
|
|
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": "17.0.0-rc.
|
|
4
|
+
"version": "17.0.0-rc.10",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "
|
|
9
|
-
"@oclif/plugin-help": "5.
|
|
10
|
-
"@oclif/plugin-plugins": "2.
|
|
11
|
-
"@oclif/plugin-version": "1.1
|
|
12
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
13
|
-
"@salesforce/command": "5.
|
|
14
|
-
"@salesforce/core": "3.
|
|
8
|
+
"@oclif/core": "2.0.11",
|
|
9
|
+
"@oclif/plugin-help": "5.2.4",
|
|
10
|
+
"@oclif/plugin-plugins": "2.3.0",
|
|
11
|
+
"@oclif/plugin-version": "1.2.1",
|
|
12
|
+
"@oclif/plugin-warn-if-update-available": "2.0.26",
|
|
13
|
+
"@salesforce/command": "5.3.0",
|
|
14
|
+
"@salesforce/core": "3.33.1",
|
|
15
|
+
"@salesforce/sf-plugins-core": "2.0.2",
|
|
15
16
|
"find-java-home": "2.0.0",
|
|
16
17
|
"cheerio": "1.0.0-rc.12",
|
|
17
|
-
"csv-stringify": "6.2.
|
|
18
|
+
"csv-stringify": "6.2.4",
|
|
18
19
|
"fs-extra": "11.1.0",
|
|
19
20
|
"lodash.escape": "4.0.1",
|
|
20
21
|
"pretty": "2.0.0",
|
|
21
|
-
"rimraf": "
|
|
22
|
-
"tslib": "2.
|
|
22
|
+
"rimraf": "4.1.2",
|
|
23
|
+
"tslib": "2.5.0",
|
|
23
24
|
"xml2js": "0.4.23",
|
|
24
25
|
"recursive-readdir": "2.2.3",
|
|
25
26
|
"replace-in-file": "6.3.5"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "17.4.
|
|
29
|
-
"@commitlint/config-angular": "17.4.
|
|
30
|
-
"@oclif/test": "2.
|
|
29
|
+
"@commitlint/cli": "17.4.2",
|
|
30
|
+
"@commitlint/config-angular": "17.4.2",
|
|
31
|
+
"@oclif/test": "2.3.5",
|
|
31
32
|
"@salesforce/dev-config": "3.1.0",
|
|
32
|
-
"@salesforce/ts-sinon": "1.4.
|
|
33
|
+
"@salesforce/ts-sinon": "1.4.5",
|
|
33
34
|
"@types/chai": "4",
|
|
34
35
|
"@types/cheerio": "0.22.31",
|
|
35
|
-
"@types/fs-extra": "
|
|
36
|
+
"@types/fs-extra": "11.0.1",
|
|
36
37
|
"@types/js-yaml": "4.0.5",
|
|
37
38
|
"@types/mocha": "10.0.1",
|
|
38
|
-
"@types/node": "18.
|
|
39
|
+
"@types/node": "18.13.0",
|
|
39
40
|
"@types/recursive-readdir": "2.2.1",
|
|
40
41
|
"@types/xml2js": "0.4.11",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
42
|
-
"@typescript-eslint/parser": "5.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "5.51.0",
|
|
43
|
+
"@typescript-eslint/parser": "5.51.0",
|
|
43
44
|
"chai": "4",
|
|
44
|
-
"eslint": "8.
|
|
45
|
+
"eslint": "8.33.0",
|
|
45
46
|
"eslint-config-prettier": "8.6.0",
|
|
46
47
|
"eslint-plugin-deprecation": "1.3.3",
|
|
47
48
|
"eslint-plugin-header": "3.1.1",
|
|
48
|
-
"eslint-plugin-import": "2.
|
|
49
|
-
"eslint-plugin-jest": "27.2.
|
|
50
|
-
"eslint-plugin-jsdoc": "39.
|
|
49
|
+
"eslint-plugin-import": "2.27.5",
|
|
50
|
+
"eslint-plugin-jest": "27.2.1",
|
|
51
|
+
"eslint-plugin-jsdoc": "39.8.0",
|
|
51
52
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
52
|
-
"eslint-plugin-sonarjs": "0.
|
|
53
|
+
"eslint-plugin-sonarjs": "0.18.0",
|
|
53
54
|
"globby": "11.0.1",
|
|
54
55
|
"htmlparser2": "8.0.1",
|
|
55
56
|
"husky": "8.0.3",
|
|
56
57
|
"mem-fs": "2.2.1",
|
|
57
|
-
"mem-fs-editor": "9.
|
|
58
|
+
"mem-fs-editor": "9.6.0",
|
|
58
59
|
"mocha": "10.2.0",
|
|
59
60
|
"nyc": "15.1.0",
|
|
60
|
-
"oclif": "3.
|
|
61
|
-
"prettier": "2.8.
|
|
61
|
+
"oclif": "3.6.3",
|
|
62
|
+
"prettier": "2.8.4",
|
|
62
63
|
"prettier-plugin-apex": "1.12.0",
|
|
63
64
|
"properties-parser": "0.3.1",
|
|
64
65
|
"properties-reader": "2.2.0",
|
|
65
66
|
"standard-version": "9.5.0",
|
|
66
67
|
"ts-node": "10",
|
|
67
|
-
"typescript": "4.9.
|
|
68
|
+
"typescript": "4.9.5",
|
|
68
69
|
"yargs": "17.6.2"
|
|
69
70
|
},
|
|
70
71
|
"engines": {
|