Skip to content

Commit

Permalink
make big-decimal peer dependency in typeorm-store
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed May 9, 2024
1 parent 80f7c00 commit 536c989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@subsquid/typeorm-store",
"comment": "make @subsquid/big-decimal peer dependecy",
"type": "patch"
}
],
"packageName": "@subsquid/typeorm-store"
}
3 changes: 2 additions & 1 deletion typeorm/typeorm-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@subsquid/util-internal": "^3.2.0"
},
"peerDependencies": {
"typeorm": "^0.3.17"
"typeorm": "^0.3.17",
"@subsquid/big-decimal": "^1.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit 536c989

Please sign in to comment.