Skip to content

Commit

Permalink
chore(deps): add missing export for models (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyfidel authored Oct 11, 2024
1 parent efd60bf commit e4c3e22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./models": {
"require": "./dist/models/index.cjs",
"import": "./dist/models/index.js",
"types": "./dist/models/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit e4c3e22

Please sign in to comment.