Skip to content

Commit

Permalink
fix: streams-typings
Browse files Browse the repository at this point in the history
  • Loading branch information
sogunshola committed Oct 21, 2022
1 parent 104cb1c commit 6701030
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/grumpy-apes-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'moralis': patch
'@moralisweb3/streams': patch
---

Move streams-typings from dev dependencies to dependencies in streams package and also correct export name in umbrella package
4 changes: 2 additions & 2 deletions packages/moralis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"exports": {
".": "./lib/index.js",
"./core": "./lib/core/index.js",
"./stream-typings": "./lib/streamsTypings/index.js",
"./streams-typings": "./lib/streamsTypings/index.js",
"./common-evm-utils": "./lib/commonEvmUtils/index.js",
"./common-sol-utils": "./lib/commonSolUtils/index.js"
},
Expand All @@ -37,7 +37,7 @@
"common-sol-utils": [
"lib/commonSolUtils/index.d.ts"
],
"stream-typings": [
"streams-typings": [
"lib/streamsTypings/index.d.ts"
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dev": "tsc --watch"
},
"devDependencies": {
"@moralisweb3/streams-typings": "^1.0.5",
"@moralisweb3/test-utils": "1.0.0",
"@types/ethereumjs-util": "5.2.0",
"eslint-plugin-jest": "^26.8.3",
Expand All @@ -35,6 +34,7 @@
"@moralisweb3/api-utils": "^2.6.6",
"@moralisweb3/core": "^2.6.6",
"@moralisweb3/evm-utils": "^2.6.6",
"@moralisweb3/streams-typings": "^1.0.5",
"ethereumjs-util": "^7.1.0",
"web3-eth-abi": "^1.8.0"
}
Expand Down

0 comments on commit 6701030

Please sign in to comment.