Skip to content

Commit

Permalink
Merge pull request #1 from omnia-network/feat/multiple-gateways
Browse files Browse the repository at this point in the history
feat: multiple gateways protocol
  • Loading branch information
ilbertt authored Nov 21, 2023
2 parents 892913b + 2d21768 commit 722c434
Show file tree
Hide file tree
Showing 12 changed files with 459 additions and 199 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ on:
push:
branches:
- main
pull_request:

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
Expand Down
169 changes: 88 additions & 81 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"process": "0.11.10",
"stream-browserify": "3.0.0",
"ts-jest": "^29.1.1",
"tweetnacl": "^1.0.3",
"typescript": "^5.1.6",
"util": "0.12.4"
},
Expand All @@ -61,9 +60,9 @@
"loglevel": "^1.8.1"
},
"peerDependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity-secp256k1": "^0.19.3",
"@dfinity/principal": "^0.19.3"
"@dfinity/agent": "^0.20.1",
"@dfinity/candid": "^0.20.1",
"@dfinity/identity-secp256k1": "^0.20.1",
"@dfinity/principal": "^0.20.1"
}
}
Loading

0 comments on commit 722c434

Please sign in to comment.