@form8ion/javascript 12.0.0-beta.1 → 12.0.0-beta.2
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ $ npm test
|
|
|
172
172
|
|
|
173
173
|
[github-actions-ci-link]: https://github.com/form8ion/javascript/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
174
174
|
|
|
175
|
-
[github-actions-ci-badge]: https://
|
|
175
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/javascript/node-ci.yml.svg?branch=master&logo=github
|
|
176
176
|
|
|
177
177
|
[license-link]: LICENSE
|
|
178
178
|
|
|
@@ -180,7 +180,7 @@ $ npm test
|
|
|
180
180
|
|
|
181
181
|
[npm-link]: https://www.npmjs.com/package/@form8ion/javascript
|
|
182
182
|
|
|
183
|
-
[npm-badge]: https://img.shields.io/npm/v/@form8ion/javascript
|
|
183
|
+
[npm-badge]: https://img.shields.io/npm/v/@form8ion/javascript?logo=npm
|
|
184
184
|
|
|
185
185
|
[node-badge]: https://img.shields.io/node/v/@form8ion/javascript?logo=node.js
|
|
186
186
|
|
|
@@ -190,6 +190,6 @@ $ npm test
|
|
|
190
190
|
|
|
191
191
|
[coverage-link]: https://codecov.io/github/form8ion/javascript
|
|
192
192
|
|
|
193
|
-
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/javascript
|
|
193
|
+
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/javascript?logo=codecov
|
|
194
194
|
|
|
195
195
|
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@form8ion/javascript",
|
|
3
3
|
"description": "JavaScript language plugin for the @form8ion toolset",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "12.0.0-beta.
|
|
5
|
+
"version": "12.0.0-beta.2",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "^
|
|
7
|
+
"node": "^18.17.0 || >=20.6.1"
|
|
8
8
|
},
|
|
9
9
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
10
10
|
"repository": "form8ion/javascript",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"lint:gherkin": "gherkin-lint",
|
|
36
36
|
"pretest:integration:base": "run-s build",
|
|
37
37
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
38
|
-
"test:integration:base": "NODE_OPTIONS=\"
|
|
38
|
+
"test:integration:base": "NODE_OPTIONS=\"$OPTIONS --enable-source-maps\" DEBUG=any cucumber-js test/integration",
|
|
39
39
|
"test:integration:debug": "DEBUG=test run-s test:integration",
|
|
40
40
|
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
|
|
41
41
|
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
|