Skip to content

Commit

Permalink
Merge pull request #202 from kodadot/chore/sub-api-q1-2024
Browse files Browse the repository at this point in the history
chore/sub api q1 2024
  • Loading branch information
vikiival committed Apr 23, 2024
2 parents 068c3f0 + 64fa2b1 commit c1ccad8
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 128 deletions.
10 changes: 5 additions & 5 deletions sub-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/sub-api",
"version": "0.3.0-rc.0",
"version": "0.3.1-rc.0",
"description": "Smart wrapper for Substrate API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,17 +31,17 @@
"test": "pnpm lint && vitest run"
},
"dependencies": {
"@kodadot1/static": "^0.0.4",
"@polkadot/api": "^10.11.2",
"@polkadot/types-codec": "^10.11.2"
"@kodadot1/static": "^0.0.5",
"@polkadot/api": "^10.13.1",
"@polkadot/types-codec": "^10.13.1"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/express": "^4.17.21",
"c8": "latest",
"changelogen": "^0.5.5",
"eslint": "latest",
"express": "^4.18.2",
"express": "^4.19.2",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
Expand Down
Loading

0 comments on commit c1ccad8

Please sign in to comment.