Skip to content

Commit 131a2ad

Browse files
committed
Enforce @septh/ts-run 1.2.6+
1 parent 18d430e commit 131a2ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
}
4242
],
4343
"license": "MIT",
44+
"type": "module",
4445
"engines": {
4546
"node": ">= 21 || ^20.6.0 || ^18.19.0"
4647
},
4748
"files": [
4849
"dist",
4950
"!dist/**/*.map"
5051
],
51-
"type": "module",
52-
"exports": "./dist/index.js",
5352
"types": "./dist/index.d.ts",
53+
"exports": "./dist/index.js",
5454
"imports": {
5555
"#package.json": "./package.json"
5656
},
@@ -67,7 +67,7 @@
6767
"@eslint/eslintrc": "^3.1.0",
6868
"@eslint/js": "^9.9.0",
6969
"@fast-check/ava": "^2.0.1",
70-
"@septh/ts-run": "^1.0.2",
70+
"@septh/ts-run": "^1.2.6",
7171
"@types/node": "^18.19.44",
7272
"@typescript-eslint/eslint-plugin": "^8.1.0",
7373
"@typescript-eslint/parser": "^8.1.0",

0 commit comments

Comments
 (0)