Skip to content

Commit

Permalink
Merge pull request #195 from kodadot/feat/arrow-squid
Browse files Browse the repository at this point in the history
💥 MetaSquid for Arrow Version
  • Loading branch information
vikiival authored Dec 28, 2023
2 parents de22ed1 + 21f9aaf commit fa272fc
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 117 deletions.
10 changes: 6 additions & 4 deletions metasquid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/metasquid",
"version": "0.2.2-rc.1",
"version": "0.3.0-rc.0",
"description": "Utils for the @subsquid indexers",
"repository": "@kodadot1/metasquid",
"license": "MIT",
Expand Down Expand Up @@ -58,14 +58,16 @@
"peerDependencies": {
"@subsquid/logger": ">= 1",
"@subsquid/ss58": ">= 2",
"@subsquid/substrate-processor": ">= 2",
"@subsquid/substrate-processor": ">= 7",
"@subsquid/typeorm-store": ">= 1",
"typeorm": "0.3.x"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@subsquid/logger": "^1.3.1",
"@subsquid/ss58": "^0.1.4",
"@subsquid/substrate-processor": "^2.4.1",
"@subsquid/ss58": "^2.0.1",
"@subsquid/substrate-processor": "^7.2.1",
"@subsquid/typeorm-store": "^1.2.4",
"@vitest/coverage-v8": "latest",
"changelogen": "^0.5.3",
"eslint": "latest",
Expand Down
258 changes: 158 additions & 100 deletions metasquid/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa272fc

Please sign in to comment.