Skip to content

Commit cb0988e

Browse files
committed
chore: update WeChat JS SDK files
1 parent 1ca8069 commit cb0988e

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@
66
"main": "./lib/1.6.0/index.js",
77
"types": "./index.d.ts",
88
"exports": {
9-
"./1.0.0": "./lib/1.0.0/index.js",
10-
"./1.2.0": "./lib/1.2.0/index.js",
11-
"./1.6.0": "./lib/1.6.0/index.js",
12-
".": "./lib/1.6.0/index.js"
9+
"./1.0.0": {
10+
"default": "./lib/1.0.0/index.js",
11+
"types": "./index.d.ts"
12+
},
13+
"./1.2.0": {
14+
"default": "./lib/1.2.0/index.js",
15+
"types": "./index.d.ts"
16+
},
17+
"./1.6.0": {
18+
"default": "./lib/1.6.0/index.js",
19+
"types": "./index.d.ts"
20+
},
21+
".": {
22+
"default": "./lib/1.6.0/index.js",
23+
"types": "./index.d.ts"
24+
}
1325
},
1426
"keywords": [
1527
"wxjssdk",

0 commit comments

Comments
 (0)