Skip to content

Commit 3fe2fec

Browse files
committed
Merge branch 'main' into dev
2 parents 3b0b6a6 + aa99a72 commit 3fe2fec

File tree

3 files changed

+315
-309
lines changed

3 files changed

+315
-309
lines changed

package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"module": "./dist/index.esm.js",
88
"unpkg": "./dist/umd/klinecharts.min.js",
99
"types": "./dist/index.d.ts",
10+
"exports": {
11+
".": {
12+
"import": "./dist/index.esm.js",
13+
"require": "./dist/index.cjs"
14+
}
15+
},
1016
"files": [
1117
"LICENSE",
1218
"README.md",
@@ -94,12 +100,12 @@
94100
"gh-pages": "^6.1.1",
95101
"husky": "^8.0.3",
96102
"resize-observer-polyfill": "^1.5.1",
97-
"rollup": "^4.21.3",
103+
"rollup": "^4.39.0",
98104
"rollup-plugin-filesize": "^10.0.0",
99105
"shiki": "^1.22.1",
100-
"tslib": "^2.6.2",
101-
"typescript": "^5.5.4",
102-
"vitepress": "2.0.0-alpha.3"
106+
"tslib": "^2.8.1",
107+
"typescript": "^5.8.3",
108+
"vitepress": "2.0.0-alpha.4"
103109
},
104110
"pnpm": {
105111
"overrides": {

0 commit comments

Comments
 (0)