Skip to content

Commit

Permalink
Merge branch 'main' into az/merge-voucher-and-squid-indexers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zewasik committed Oct 8, 2024
2 parents c1cd978 + 87941b3 commit 5e48c47
Show file tree
Hide file tree
Showing 12 changed files with 410 additions and 378 deletions.
12 changes: 6 additions & 6 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/api",
"version": "0.38.2",
"version": "0.38.3",
"description": "A JavaScript library that provides functionality to connect GEAR Component APIs.",
"main": "cjs/index.js",
"module": "index.js",
Expand Down Expand Up @@ -48,18 +48,18 @@
},
"license": "GPL-3.0",
"peerDependencies": {
"@polkadot/api": "12.0.1",
"@polkadot/api": "13.2.1",
"@polkadot/wasm-crypto": "7.3.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@polkadot/api": "12.2.3",
"@polkadot/typegen": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/api": "13.2.1",
"@polkadot/typegen": "13.2.1",
"@polkadot/types": "13.2.1",
"@polkadot/types-codec": "13.2.1",
"@polkadot/wasm-crypto": "7.3.2",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-json": "6.1.0",
Expand Down
Loading

0 comments on commit 5e48c47

Please sign in to comment.