Skip to content

Commit e4c3e22

Browse files
authored
chore(deps): add missing export for models (#687)
1 parent efd60bf commit e4c3e22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"require": "./dist/index.cjs",
1212
"import": "./dist/index.js",
1313
"types": "./dist/index.d.ts"
14+
},
15+
"./models": {
16+
"require": "./dist/models/index.cjs",
17+
"import": "./dist/models/index.js",
18+
"types": "./dist/models/index.d.ts"
1419
}
1520
},
1621
"scripts": {

0 commit comments

Comments
 (0)