@form8ion/javascript 11.7.2 → 11.8.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/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": "11.7.2",
5
+ "version": "11.8.0",
6
6
  "engines": {
7
7
  "node": "^16.14.0 || >=18.0.0"
8
8
  },
@@ -12,6 +12,7 @@
12
12
  "homepage": "https://npm.im/@form8ion/javascript",
13
13
  "runkitExampleFilename": "./example.js",
14
14
  "exports": {
15
+ "module": "./lib/index.mjs",
15
16
  "require": "./lib/index.js",
16
17
  "import": "./lib/index.mjs"
17
18
  },
@@ -27,7 +28,7 @@
27
28
  "lint:sensitive": "ban",
28
29
  "lint:peer": "npm ls >/dev/null",
29
30
  "lint:engines": "ls-engines",
30
- "lint:publish": "publint",
31
+ "lint:publish": "publint --strict",
31
32
  "generate:md": "remark . --output",
32
33
  "pregenerate:md": "run-s build",
33
34
  "prepare": "husky install",
@@ -60,7 +61,7 @@
60
61
  "provenance": true
61
62
  },
62
63
  "dependencies": {
63
- "@form8ion/codecov": "^4.0.0",
64
+ "@form8ion/codecov": "^5.0.0",
64
65
  "@form8ion/commit-convention": "^6.0.0",
65
66
  "@form8ion/config-file": "^1.0.1",
66
67
  "@form8ion/core": "^3.0.0",
@@ -88,10 +89,10 @@
88
89
  },
89
90
  "devDependencies": {
90
91
  "@babel/register": "7.22.5",
91
- "@cucumber/cucumber": "9.3.0",
92
- "@form8ion/babel-preset": "1.6.107",
93
- "@form8ion/commitlint-config": "1.0.53",
94
- "@form8ion/eslint-config": "6.0.0",
92
+ "@cucumber/cucumber": "9.4.0",
93
+ "@form8ion/babel-preset": "1.6.108",
94
+ "@form8ion/commitlint-config": "1.0.55",
95
+ "@form8ion/eslint-config": "6.0.1",
95
96
  "@form8ion/eslint-config-cucumber": "1.4.1",
96
97
  "@form8ion/eslint-config-mocha": "3.0.0",
97
98
  "@form8ion/remark-lint-preset": "6.0.0",
@@ -105,7 +106,7 @@
105
106
  "cz-conventional-changelog": "3.3.0",
106
107
  "gherkin-lint": "4.2.2",
107
108
  "husky": "8.0.3",
108
- "jest-when": "3.5.2",
109
+ "jest-when": "3.6.0",
109
110
  "js-yaml": "4.1.0",
110
111
  "lockfile-lint": "4.12.0",
111
112
  "ls-engines": "0.9.0",