Skip to content

Commit

Permalink
Merge pull request #212 from kodadot/chore/sub-api/latest
Browse files Browse the repository at this point in the history
chore/sub api/latest
  • Loading branch information
vikiival authored Sep 20, 2024
2 parents b11f1f4 + caf1fce commit a6b2ca0
Show file tree
Hide file tree
Showing 3 changed files with 3,807 additions and 3,176 deletions.
18 changes: 11 additions & 7 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.2-rc.0",
"version": "0.4.0-rc.0",
"description": "Smart wrapper for Substrate API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,20 +31,24 @@
"test": "pnpm lint && vitest run"
},
"dependencies": {
"@kodadot1/static": "^0.0.5",
"@polkadot/api": "^11.2.1",
"@polkadot/types-codec": "^11.2.1"
"@kodadot1/static": "^0.0.6"
},
"peerDependencies": {
"@polkadot/api": ">= 11.2",
"@polkadot/types-codec": "^11.2"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@polkadot/api": "^13.1.1",
"@polkadot/types-codec": "^13.1.1",
"@types/express": "^4.17.21",
"c8": "latest",
"changelogen": "^0.5.5",
"changelogen": "^0.5.7",
"eslint": "latest",
"express": "^4.19.2",
"express": "^4.21.0",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
},
"packageManager": "pnpm@8.5.0"
"packageManager": "pnpm@9.11.0"
}
Loading

0 comments on commit a6b2ca0

Please sign in to comment.