@form8ion/javascript 11.10.4 → 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/lib/index.js +21 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +25 -10
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -5
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": "
|
|
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'",
|
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
"@form8ion/javascript-core": "^10.0.0",
|
|
72
72
|
"@form8ion/overridable-prompts": "^1.2.0",
|
|
73
73
|
"@form8ion/prettier": "^2.0.0",
|
|
74
|
-
"@form8ion/rollup": "^3.0.0",
|
|
75
74
|
"@hapi/hoek": "^11.0.0",
|
|
76
75
|
"@travi/cli-messages": "^1.1.0",
|
|
77
76
|
"@travi/language-scaffolder-prompts": "^1.3.0",
|
|
@@ -100,7 +99,7 @@
|
|
|
100
99
|
"@travi/any": "3.0.2",
|
|
101
100
|
"ban-sensitive-files": "1.10.1",
|
|
102
101
|
"c8": "9.1.0",
|
|
103
|
-
"chai": "4.4.
|
|
102
|
+
"chai": "4.4.1",
|
|
104
103
|
"chai-as-promised": "7.1.1",
|
|
105
104
|
"cross-env": "7.0.3",
|
|
106
105
|
"cz-conventional-changelog": "3.3.0",
|