@terafina/tffa-sfdx-plugin 1.1.0 → 2.1.0
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 +69 -43
- package/lib/commands/tffa/apexdoc.d.ts +1 -1
- package/lib/commands/tffa/apexdoc.js +2 -2
- package/lib/commands/tffa/apexdoc.js.map +1 -1
- package/lib/commands/tffa/lint.d.ts +1 -1
- package/lib/commands/tffa/lint.js +1 -1
- package/lib/commands/tffa/lint.js.map +1 -1
- package/lib/commands/tffa/meta.d.ts +3 -3
- package/lib/index.d.ts +1 -1
- package/lib/shared/apexdoc/common/line-reader.js +1 -1
- package/lib/shared/apexdoc/common/line-reader.js.map +1 -1
- package/lib/shared/apexdoc/common/models/class-group.js +1 -1
- package/lib/shared/apexdoc/common/models/class-group.js.map +1 -1
- package/lib/shared/apexdoc/common/models/method-model.js +2 -2
- package/lib/shared/apexdoc/common/models/method-model.js.map +1 -1
- package/lib/shared/apexdoc/common/settings.js +13 -8
- package/lib/shared/apexdoc/common/settings.js.map +1 -1
- package/lib/shared/apexdoc/common/utils.js +2 -2
- package/lib/shared/apexdoc/common/utils.js.map +1 -1
- package/lib/shared/apexdoc/common/validator-engine.js +1 -1
- package/lib/shared/apexdoc/common/validator-engine.js.map +1 -1
- package/lib/shared/apexdoc/engine/file-manager.js +1 -1
- package/lib/shared/apexdoc/engine/file-manager.js.map +1 -1
- package/lib/shared/apexdoc/engine/generators/generator-utils.js +1 -1
- package/lib/shared/apexdoc/engine/generators/generator-utils.js.map +1 -1
- package/lib/shared/apexdoc/engine/generators/models/markup-generator.js +1 -1
- package/lib/shared/apexdoc/engine/generators/models/markup-generator.js.map +1 -1
- package/lib/shared/lint/apex-class-lint.js +6 -4
- package/lib/shared/lint/apex-class-lint.js.map +1 -1
- package/lib/shared/lint/ignored-files.js +9 -2
- package/lib/shared/lint/ignored-files.js.map +1 -1
- package/lib/shared/lint/metadata-lint.js +11 -11
- package/lib/shared/lint/metadata-lint.js.map +1 -1
- package/lib/shared/meta/field-scan.js +13 -13
- package/lib/shared/meta/field-scan.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +66 -55
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": "
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/
|
|
9
|
-
"@oclif/
|
|
10
|
-
"@oclif/
|
|
11
|
-
"@oclif/plugin-
|
|
12
|
-
"@
|
|
13
|
-
"@salesforce/
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"cheerio": "1.0.0-rc.10",
|
|
8
|
+
"@oclif/core": "1.9.0",
|
|
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",
|
|
13
|
+
"@salesforce/command": "5.1.2",
|
|
14
|
+
"@salesforce/core": "2.37.1",
|
|
15
|
+
"cheerio": "1.0.0-rc.11",
|
|
16
|
+
"csv-stringify": "6.1.0",
|
|
17
|
+
"fs-extra": "10.1.0",
|
|
19
18
|
"lodash.escape": "4.0.1",
|
|
20
|
-
"pretty": "
|
|
21
|
-
"rimraf": "
|
|
22
|
-
"
|
|
19
|
+
"pretty": "2.0.0",
|
|
20
|
+
"rimraf": "3.0.2",
|
|
21
|
+
"tslib": "2.4.0",
|
|
22
|
+
"xml2js": "0.4.23"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@commitlint/cli": "
|
|
26
|
-
"@commitlint/config-angular": "
|
|
27
|
-
"@oclif/
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@salesforce/ts-sinon": "1.2.3",
|
|
32
|
-
"@types/chai": "^4",
|
|
33
|
-
"@types/fs-extra": "5.0.2",
|
|
34
|
-
"@types/mocha": "^7.0.1",
|
|
35
|
-
"@types/node": "^13.7.0",
|
|
36
|
-
"@types/xml2js": "^0.4.8",
|
|
37
|
-
"@types/js-yaml": "4.0.5",
|
|
25
|
+
"@commitlint/cli": "17.0.1",
|
|
26
|
+
"@commitlint/config-angular": "17.0.0",
|
|
27
|
+
"@oclif/test": "2.1.0",
|
|
28
|
+
"@salesforce/dev-config": "3.0.1",
|
|
29
|
+
"@salesforce/ts-sinon": "1.3.21",
|
|
30
|
+
"@types/chai": "4",
|
|
38
31
|
"@types/cheerio": "0.22.31",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"properties-reader": "2.1.1",
|
|
49
|
-
"replace-in-file": "6.1.0",
|
|
50
|
-
"standard-version": "9.0.0",
|
|
51
|
-
"ts-node": "^8",
|
|
52
|
-
"typescript": "4.1",
|
|
53
|
-
"yargs": "16.2.0",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "5.20.0",
|
|
55
|
-
"@typescript-eslint/parser": "5.20.0",
|
|
56
|
-
"eslint": "8.14.0",
|
|
32
|
+
"@types/fs-extra": "9.0.13",
|
|
33
|
+
"@types/js-yaml": "4.0.5",
|
|
34
|
+
"@types/mocha": "9.1.1",
|
|
35
|
+
"@types/node": "17.0.35",
|
|
36
|
+
"@types/xml2js": "0.4.11",
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "5.26.0",
|
|
38
|
+
"@typescript-eslint/parser": "5.26.0",
|
|
39
|
+
"chai": "4",
|
|
40
|
+
"eslint": "8.16.0",
|
|
57
41
|
"eslint-config-prettier": "8.5.0",
|
|
58
42
|
"eslint-plugin-deprecation": "1.3.2",
|
|
59
43
|
"eslint-plugin-header": "3.1.1",
|
|
60
44
|
"eslint-plugin-import": "2.26.0",
|
|
61
|
-
"eslint-plugin-jest": "26.
|
|
62
|
-
"eslint-plugin-jsdoc": "39.2
|
|
45
|
+
"eslint-plugin-jest": "26.2.2",
|
|
46
|
+
"eslint-plugin-jsdoc": "39.3.2",
|
|
63
47
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
64
|
-
"eslint-plugin-sonarjs": "0.13.0"
|
|
48
|
+
"eslint-plugin-sonarjs": "0.13.0",
|
|
49
|
+
"globby": "11.0.1",
|
|
50
|
+
"htmlparser2": "8.0.1",
|
|
51
|
+
"husky": "8.0.1",
|
|
52
|
+
"mem-fs": "2.2.1",
|
|
53
|
+
"mem-fs-editor": "9.4.0",
|
|
54
|
+
"mocha": "10.0.0",
|
|
55
|
+
"nyc": "15.1.0",
|
|
56
|
+
"oclif": "^3",
|
|
57
|
+
"prettier": "2.6.2",
|
|
58
|
+
"prettier-plugin-apex": "1.10.0",
|
|
59
|
+
"properties-parser": "0.3.1",
|
|
60
|
+
"properties-reader": "2.2.0",
|
|
61
|
+
"replace-in-file": "6.3.3",
|
|
62
|
+
"standard-version": "9.5.0",
|
|
63
|
+
"ts-node": "10",
|
|
64
|
+
"typescript": "4.7.2",
|
|
65
|
+
"yargs": "17.5.1"
|
|
65
66
|
},
|
|
66
67
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
68
|
+
"node": ">=12.0.0"
|
|
68
69
|
},
|
|
69
70
|
"files": [
|
|
70
71
|
"/lib",
|
|
@@ -79,6 +80,12 @@
|
|
|
79
80
|
],
|
|
80
81
|
"license": "SEE LICENSE IN LICENSE",
|
|
81
82
|
"oclif": {
|
|
83
|
+
"additionalHelpFlags": [
|
|
84
|
+
"-h"
|
|
85
|
+
],
|
|
86
|
+
"additionalVersionFlags": [
|
|
87
|
+
"-v"
|
|
88
|
+
],
|
|
82
89
|
"commands": "./lib/commands",
|
|
83
90
|
"bin": "sfdx",
|
|
84
91
|
"topics": {
|
|
@@ -86,17 +93,20 @@
|
|
|
86
93
|
"description": "Developer tools for Terafina applications"
|
|
87
94
|
}
|
|
88
95
|
},
|
|
89
|
-
"
|
|
90
|
-
"@oclif/plugin-help"
|
|
96
|
+
"plugins": [
|
|
97
|
+
"@oclif/plugin-help",
|
|
98
|
+
"@oclif/plugin-version",
|
|
99
|
+
"@oclif/plugin-warn-if-update-available"
|
|
91
100
|
]
|
|
92
101
|
},
|
|
102
|
+
"main": "lib/index.js",
|
|
93
103
|
"repository": "terafina/tffa-sfdx-plugin",
|
|
94
104
|
"scripts": {
|
|
95
105
|
"lint": "eslint --fix --ext .ts src ",
|
|
96
106
|
"postpack": "rm -f oclif.manifest.json",
|
|
97
|
-
"prepack": "rm -rf lib && tsc -b && oclif
|
|
107
|
+
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
|
|
98
108
|
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
99
|
-
"version": "oclif
|
|
109
|
+
"version": "oclif readme && git add README.md",
|
|
100
110
|
"publish": "git push --follow-tags origin develop && npm run package && npm publish terafina-tffa-sfdx-plugin-$npm_package_version.tgz",
|
|
101
111
|
"publish_rc": "git push --follow-tags origin develop && npm run package && npm publish --tag next terafina-tffa-sfdx-plugin-$npm_package_version.tgz",
|
|
102
112
|
"package": "npm pack ",
|
|
@@ -106,7 +116,8 @@
|
|
|
106
116
|
"release_minor": "npm run release -- --release-as minor",
|
|
107
117
|
"release_major": "npm run release -- --release-as major",
|
|
108
118
|
"update-dependencies": "ncu -u && git add . && git commit -m 'chore(deps): update dependencies'",
|
|
109
|
-
"yaml-2-grammar": "node ./scripts/grammar/convertGrammar.js"
|
|
119
|
+
"yaml-2-grammar": "node ./scripts/grammar/convertGrammar.js",
|
|
120
|
+
"prepare": "husky install"
|
|
110
121
|
},
|
|
111
122
|
"standard-version": {
|
|
112
123
|
"scripts": {
|