Skip to content

Commit

Permalink
fix a small bug regarding appIds
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Dec 12, 2023
1 parent 3929ebe commit 0075bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test:skipped": "echo 'tests skipped'"
},
"dependencies": {
"avail-js-sdk": "^0.1.5",
"avail-js-sdk": "^0.1.6",
"axios": "^1.4.0",
"dotenv": "^16.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4931,12 +4931,12 @@ __metadata:
languageName: node
linkType: hard

"avail-js-sdk@npm:^0.1.5":
version: 0.1.5
resolution: "avail-js-sdk@npm:0.1.5"
"avail-js-sdk@npm:^0.1.6":
version: 0.1.6
resolution: "avail-js-sdk@npm:0.1.6"
dependencies:
"@polkadot/api": ^10.10.1
checksum: 58aeb7aece7d3d24fe260ea4a146d8653a6d4b601306e93ecdc50accac1ab8e18bab5fbcdc8d2549eb3de5d5f40f4192690ec9b82a4bc9e6957787efea598dc4
checksum: bd9152cb5ff1e8e4313ea25f361edf95c34e1b54f14dbb89f652a40cd10e05627d0b5cedbd9d7f0f71d4bcc0f0cce31338078447de32c541b3687066196d21fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -13965,7 +13965,7 @@ fsevents@~2.3.2:
"@types/store": ^2.0.2
"@types/styled-components": ^5.1.26
"@types/styled-theming": ^2.2.5
avail-js-sdk: ^0.1.5
avail-js-sdk: ^0.1.6
axios: ^1.4.0
concurrently: ^8.2.0
devtron: ^1.4.0
Expand Down

0 comments on commit 0075bab

Please sign in to comment.