Skip to content

Commit 536c989

Browse files
committed
make big-decimal peer dependency in typeorm-store
1 parent 80f7c00 commit 536c989

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@subsquid/typeorm-store",
5+
"comment": "make @subsquid/big-decimal peer dependecy",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@subsquid/typeorm-store"
10+
}

typeorm/typeorm-store/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"@subsquid/util-internal": "^3.2.0"
2323
},
2424
"peerDependencies": {
25-
"typeorm": "^0.3.17"
25+
"typeorm": "^0.3.17",
26+
"@subsquid/big-decimal": "^1.0.0"
2627
},
2728
"devDependencies": {
2829
"@types/mocha": "^10.0.6",

0 commit comments

Comments
 (0)