@form8ion/javascript 13.0.0-beta.7 → 13.0.0-beta.9

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,30 +2,28 @@
2
2
  "name": "@form8ion/javascript",
3
3
  "description": "JavaScript language plugin for the @form8ion toolset",
4
4
  "license": "MIT",
5
- "version": "13.0.0-beta.7",
5
+ "version": "13.0.0-beta.9",
6
6
  "engines": {
7
7
  "node": "^18.17.0 || >=20.6.1"
8
8
  },
9
- "type": "commonjs",
9
+ "type": "module",
10
10
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
11
11
  "repository": "form8ion/javascript",
12
12
  "bugs": "https://github.com/form8ion/javascript/issues",
13
13
  "homepage": "https://npm.im/@form8ion/javascript",
14
14
  "runkitExampleFilename": "./example.js",
15
15
  "exports": {
16
- "module": "./lib/index.mjs",
17
- "require": "./lib/index.js",
18
- "import": "./lib/index.mjs"
16
+ "module": "./lib/index.js",
17
+ "import": "./lib/index.js"
19
18
  },
20
19
  "main": "./lib/index.js",
21
- "module": "./lib/index.mjs",
22
20
  "sideEffects": false,
23
21
  "scripts": {
24
22
  "test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
25
23
  "lint:lockfile": "lockfile-lint",
26
24
  "lint:js": "eslint . --cache",
27
25
  "lint:js:fix": "run-s lint:js -- --fix",
28
- "lint:md": "remark . --frail",
26
+ "temp-disabled:lint:md": "remark . --frail",
29
27
  "lint:sensitive": "ban",
30
28
  "lint:peer": "npm ls >/dev/null",
31
29
  "lint:engines": "ls-engines",
@@ -48,9 +46,7 @@
48
46
  "watch": "run-s 'build:js -- --watch'",
49
47
  "prepack": "run-s build",
50
48
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
51
- "test:unit:base": "npm-run-all --print-label build --parallel test:unit:mocha test:unit:vitest",
52
- "test:unit:vitest": "DEBUG=any vitest run",
53
- "test:unit:mocha": "DEBUG=any mocha 'src/**/*-test.js'"
49
+ "test:unit:base": "DEBUG=any vitest run"
54
50
  },
55
51
  "files": [
56
52
  "example.js",
@@ -75,7 +71,7 @@
75
71
  "@hapi/hoek": "^11.0.0",
76
72
  "@travi/cli-messages": "^1.1.0",
77
73
  "@travi/language-scaffolder-prompts": "^2.0.0-beta.1",
78
- "camelcase": "^6.2.1",
74
+ "camelcase": "^8.0.0",
79
75
  "deepmerge": "^4.2.2",
80
76
  "filedirname": "^3.0.0",
81
77
  "ini": "^5.0.0",
@@ -88,9 +84,7 @@
88
84
  "validate-npm-package-name": "^5.0.0"
89
85
  },
90
86
  "devDependencies": {
91
- "@babel/register": "7.24.6",
92
87
  "@cucumber/cucumber": "10.9.0",
93
- "@form8ion/babel-preset": "1.6.135",
94
88
  "@form8ion/commitlint-config": "1.0.76",
95
89
  "@form8ion/eslint-config": "7.0.10",
96
90
  "@form8ion/eslint-config-cucumber": "1.4.1",
@@ -100,7 +94,7 @@
100
94
  "@travi/any": "3.1.2",
101
95
  "ban-sensitive-files": "1.10.5",
102
96
  "c8": "10.1.2",
103
- "chai": "4.5.0",
97
+ "chai": "5.1.1",
104
98
  "cross-env": "7.0.3",
105
99
  "cz-conventional-changelog": "3.3.0",
106
100
  "gherkin-lint": "4.2.4",
@@ -109,7 +103,6 @@
109
103
  "js-yaml": "4.1.0",
110
104
  "lockfile-lint": "4.14.0",
111
105
  "ls-engines": "0.9.3",
112
- "mocha": "10.7.3",
113
106
  "mock-fs": "5.2.0",
114
107
  "npm-run-all2": "6.2.2",
115
108
  "publint": "0.2.10",
@@ -117,9 +110,8 @@
117
110
  "remark-toc": "9.0.0",
118
111
  "remark-usage": "11.0.1",
119
112
  "rimraf": "6.0.1",
120
- "rollup": "2.79.1",
113
+ "rollup": "4.22.2",
121
114
  "rollup-plugin-auto-external": "2.0.0",
122
- "sinon": "18.0.0",
123
115
  "testdouble": "3.20.2",
124
116
  "vitest": "2.0.5"
125
117
  },