@form8ion/javascript 5.4.0 → 5.7.0-alpha.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/lib/index.cjs.js +13 -8
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.es.js +14 -9
- package/lib/index.es.js.map +1 -1
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@form8ion/javascript",
|
|
3
3
|
"description": "JavaScript language plugin for the @form8ion toolset",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "5.
|
|
5
|
+
"version": "5.7.0-alpha.1",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^14.15.0 || >=16.0.0"
|
|
8
8
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@cucumber/cucumber": "8.2.2",
|
|
57
57
|
"@form8ion/babel-preset": "1.6.90",
|
|
58
58
|
"@form8ion/commitlint-config": "1.0.35",
|
|
59
|
-
"@form8ion/eslint-config": "5.0.
|
|
59
|
+
"@form8ion/eslint-config": "5.0.4",
|
|
60
60
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
61
61
|
"@form8ion/eslint-config-mocha": "2.0.2",
|
|
62
62
|
"@form8ion/remark-lint-preset": "4.0.0",
|
|
@@ -91,10 +91,12 @@
|
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@form8ion/codecov": "^3.0.0",
|
|
93
93
|
"@form8ion/commit-convention": "^2.0.0",
|
|
94
|
+
"@form8ion/config-file": "^1.0.0-alpha.1",
|
|
94
95
|
"@form8ion/core": "^1.5.0",
|
|
95
96
|
"@form8ion/eslint": "^2.0.1",
|
|
96
|
-
"@form8ion/
|
|
97
|
-
"@form8ion/
|
|
97
|
+
"@form8ion/execa-wrapper": "^1.0.0-alpha.1",
|
|
98
|
+
"@form8ion/husky": "^2.4.0-alpha.1",
|
|
99
|
+
"@form8ion/javascript-core": "^5.1.0-alpha.1",
|
|
98
100
|
"@form8ion/overridable-prompts": "^1.1.1",
|
|
99
101
|
"@form8ion/rollup": "^1.1.0",
|
|
100
102
|
"@hapi/hoek": "^10.0.0",
|
|
@@ -102,7 +104,6 @@
|
|
|
102
104
|
"@travi/language-scaffolder-prompts": "^1.3.0",
|
|
103
105
|
"camelcase": "^6.2.1",
|
|
104
106
|
"deepmerge": "^4.2.2",
|
|
105
|
-
"execa": "^5.1.1",
|
|
106
107
|
"ini": "^3.0.0",
|
|
107
108
|
"inquirer": "^8.2.0",
|
|
108
109
|
"joi": "^17.5.0",
|