Skip to content

Commit

Permalink
Merge pull request #41 from hopinc/fix/types
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored Oct 16, 2022
2 parents 38e2bce + a148382 commit 0c6d28b
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 157 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-seas-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

fix types
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
".": {
"node": {
"import": "./dist/node/index.js",
"require": "./dist/node/index.cjs"
"require": "./dist/node/index.cjs",
"types": "./dist/index.d.ts"
},
"browser": "./dist/index.js",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./utils/zod": {
"import": "./dist/utils/zod/index.js",
"require": "./dist/utils/zod/index.cjs"
"require": "./dist/utils/zod/index.cjs",
"types": "./dist/utils/zod/index.d.ts"
}
},
"type": "module",
Expand Down Expand Up @@ -46,13 +49,13 @@
"devDependencies": {
"@changesets/cli": "2.25.0",
"@types/glob": "8.0.0",
"@types/node": "18.8.1",
"@types/node": "18.11.0",
"dotenv": "16.0.3",
"glob": "8.0.3",
"prettier": "2.7.1",
"tsup": "6.2.3",
"tsx": "3.9.0",
"typedoc": "0.23.15",
"tsx": "3.10.1",
"typedoc": "0.23.16",
"typedoc-plugin-markdown": "3.13.6",
"typedoc-plugin-missing-exports": "1.0.0",
"typescript": "4.8.4"
Expand Down
Loading

1 comment on commit 0c6d28b

@vercel
Copy link

@vercel vercel bot commented on 0c6d28b Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js-git-master-onehop.vercel.app
js.hop.io
hop-js.vercel.app
hop-js-onehop.vercel.app

Please sign in to comment.