Skip to content

Commit 9b2a2b1

Browse files
committed
drop dead node versions
1 parent 546c9ec commit 9b2a2b1

File tree

5 files changed

+960
-723
lines changed

5 files changed

+960
-723
lines changed

.tshy/commonjs.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"include": [
44
"../src/**/*.ts",
55
"../src/**/*.cts",
6-
"../src/**/*.tsx"
6+
"../src/**/*.tsx",
7+
"../src/**/*.json"
78
],
89
"exclude": [
9-
"../src/**/*.mts"
10+
"../src/**/*.mts",
11+
"../src/package.json"
1012
],
1113
"compilerOptions": {
1214
"outDir": "../.tshy-build/commonjs"

.tshy/esm.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"include": [
44
"../src/**/*.ts",
55
"../src/**/*.mts",
6-
"../src/**/*.tsx"
6+
"../src/**/*.tsx",
7+
"../src/**/*.json"
8+
],
9+
"exclude": [
10+
"../src/package.json"
711
],
8-
"exclude": [],
912
"compilerOptions": {
1013
"outDir": "../.tshy-build/esm"
1114
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.0
2+
3+
- Drop support for nodes before v20
4+
15
# 5.0
26

37
- No default export, only named exports

0 commit comments

Comments
 (0)