Skip to content

Commit

Permalink
Increase orakl-contracts package version (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
bayram98 authored Nov 20, 2023
1 parent 59eb4a7 commit 4b84162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bisonai/orakl-core",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"description": "The Orakl Network Core",
"files": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"bull-dashboard": "docker-compose -f docker-compose.bull-monitor.yaml up"
},
"dependencies": {
"@bisonai/orakl-contracts": "^1.0.0",
"@bisonai/orakl-contracts": "^1.3.1",
"@bisonai/orakl-vrf": "^0.1.1",
"@ethersproject/experimental": "^5.7.0",
"@slack/webhook": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bisonai/orakl-contracts@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@bisonai/orakl-contracts/-/orakl-contracts-1.0.0.tgz#ce0c7dbd54b95345df31ae658b5798d153fea769"
integrity sha512-cVou2YAJFIIYLZoj1k5HQFwMbhBusYxy7DmyyxInQanyXz5fpk98b/VpMXNE78/PJVKja9Jtt5SAdzOF2cwmKA==
"@bisonai/orakl-contracts@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@bisonai/orakl-contracts/-/orakl-contracts-1.3.1.tgz#4d309d6d94327f42168574cbffa033fdcfc12a1d"
integrity sha512-HCIwvIkjlGA+izRtmVPT0ZlP7WFpkAwbvxeMBqq3tAtxSG/+EcsM7K4T1e/8QpmHzUmLDgvGDrqE8CTtp5bJRA==

"@bisonai/orakl-vrf@^0.1.1":
version "0.1.1"
Expand Down

0 comments on commit 4b84162

Please sign in to comment.