@form8ion/javascript 10.6.2 → 10.6.3
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 +1 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@ toolset
|
|
|
7
7
|
|
|
8
8
|
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
9
9
|
[![Codecov][coverage-badge]][coverage-link]
|
|
10
|
+
[](https://api.securityscorecards.dev/projects/github.com/form8ion/javascript)
|
|
10
11
|
|
|
11
12
|
<!--status-badges end -->
|
|
12
13
|
|
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": "10.6.
|
|
5
|
+
"version": "10.6.3",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^16.13.0 || >=18.0.0"
|
|
8
8
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@form8ion/javascript-core": "^9.0.0",
|
|
71
71
|
"@form8ion/overridable-prompts": "^1.2.0",
|
|
72
72
|
"@form8ion/prettier": "^1.0.1",
|
|
73
|
-
"@form8ion/rollup": "^
|
|
73
|
+
"@form8ion/rollup": "^3.0.0",
|
|
74
74
|
"@hapi/hoek": "^11.0.0",
|
|
75
75
|
"@travi/cli-messages": "^1.1.0",
|
|
76
76
|
"@travi/language-scaffolder-prompts": "^1.3.0",
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@babel/register": "7.21.0",
|
|
91
|
-
"@cucumber/cucumber": "9.1.
|
|
92
|
-
"@form8ion/babel-preset": "1.6.
|
|
91
|
+
"@cucumber/cucumber": "9.1.1",
|
|
92
|
+
"@form8ion/babel-preset": "1.6.100",
|
|
93
93
|
"@form8ion/commitlint-config": "1.0.49",
|
|
94
|
-
"@form8ion/eslint-config": "5.0.
|
|
94
|
+
"@form8ion/eslint-config": "5.0.30",
|
|
95
95
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
96
96
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
97
|
-
"@form8ion/remark-lint-preset": "5.0.
|
|
97
|
+
"@form8ion/remark-lint-preset": "5.0.1",
|
|
98
98
|
"@rollup/plugin-node-resolve": "15.0.2",
|
|
99
99
|
"@travi/any": "2.1.8",
|
|
100
100
|
"ban-sensitive-files": "1.9.19",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"rimraf": "5.0.0",
|
|
120
120
|
"rollup": "2.79.1",
|
|
121
121
|
"rollup-plugin-auto-external": "2.0.0",
|
|
122
|
-
"sinon": "15.0.
|
|
122
|
+
"sinon": "15.0.4",
|
|
123
123
|
"testdouble": "3.17.2",
|
|
124
|
-
"vitest": "0.
|
|
124
|
+
"vitest": "0.31.0"
|
|
125
125
|
}
|
|
126
126
|
}
|