es-check 9.4.5-1 → 9.4.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-check",
|
|
3
|
-
"version": "9.4.5
|
|
3
|
+
"version": "9.4.5",
|
|
4
4
|
"description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"prepare": "node scripts/install-hooks.mjs",
|
|
30
30
|
"prepublishOnly": "pnpm test",
|
|
31
31
|
"release": "release-it --no-git.requireUpstream",
|
|
32
|
-
"report:coverage": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info tests/unit/*.test.js tests/unit/helpers/*.test.js tests/unit/helpers/**/*.test.js tests/unit/constants/*.test.js tests/unit/cli/*.test.js --test-timeout=10000",
|
|
33
|
-
"test": "node --test tests/unit/*.test.js tests/unit/helpers/*.test.js tests/unit/helpers/**/*.test.js tests/unit/constants/*.test.js tests/unit/cli/*.test.js --test-timeout=10000 && npm run test:e2e",
|
|
32
|
+
"report:coverage": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info tests/unit/*.test.js tests/unit/helpers/*.test.js tests/unit/helpers/**/*.test.js tests/unit/constants/*.test.js tests/unit/cli/*.test.js tests/unit/check-runner/*.test.js --test-timeout=10000",
|
|
33
|
+
"test": "node --test tests/unit/*.test.js tests/unit/helpers/*.test.js tests/unit/helpers/**/*.test.js tests/unit/constants/*.test.js tests/unit/cli/*.test.js tests/unit/check-runner/*.test.js --test-timeout=10000 && npm run test:e2e",
|
|
34
34
|
"test:e2e": "npm run test:e2e:cli && npm run test:e2e:esm && npm run test:e2e:package-files && npm run test:e2e:sourcemap",
|
|
35
35
|
"test:e2e:cli": "node tests/e2e/test-cli.js",
|
|
36
36
|
"test:e2e:esm": "node tests/e2e/test-esm-import.mjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"homepage": "https://github.com/yowainwright/es-check#readme",
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@commitlint/cli": "20.1.0",
|
|
57
|
-
"@commitlint/config-conventional": "20.0.0",
|
|
57
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
58
58
|
"codependence": "^0.3.1",
|
|
59
59
|
"commitizen": "4.3.1",
|
|
60
60
|
"oxlint": "^1.24.0",
|