We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0b6a6 + aa99a72 commit 3fe2fecCopy full SHA for 3fe2fec
package.json
@@ -7,6 +7,12 @@
7
"module": "./dist/index.esm.js",
8
"unpkg": "./dist/umd/klinecharts.min.js",
9
"types": "./dist/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.esm.js",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
"files": [
17
"LICENSE",
18
"README.md",
@@ -94,12 +100,12 @@
94
100
"gh-pages": "^6.1.1",
95
101
"husky": "^8.0.3",
96
102
"resize-observer-polyfill": "^1.5.1",
97
- "rollup": "^4.21.3",
103
+ "rollup": "^4.39.0",
98
104
"rollup-plugin-filesize": "^10.0.0",
99
105
"shiki": "^1.22.1",
- "tslib": "^2.6.2",
- "typescript": "^5.5.4",
- "vitepress": "2.0.0-alpha.3"
106
+ "tslib": "^2.8.1",
107
+ "typescript": "^5.8.3",
108
+ "vitepress": "2.0.0-alpha.4"
109
},
110
"pnpm": {
111
"overrides": {
0 commit comments