Skip to content

Commit 59430b7

Browse files
authored
Merge pull request #1 from Vinlic/main
修复导出
2 parents 144f1c6 + c666836 commit 59430b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zhipuai-sdk-nodejs-v4",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"license": "MIT",
55
"main": "./index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"default": {
1414
"require": "./dist/index.cjs",
15-
"default": "./index.js"
15+
"default": "./dist/index.js"
1616
}
1717
},
1818
"scripts": {

0 commit comments

Comments
 (0)