Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll committed Feb 3, 2025
1 parent b943c9a commit 502896c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-beans-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/kaiko-state-adapter': patch
---

Update dependency @grpc/grpc-js to v1.12.5
8 changes: 4 additions & 4 deletions .pnp.cjs

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

Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-afc6995412-10.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@chainlink/external-adapter-framework": "2.0.0",
"@grpc/grpc-js": "1.12.5",
"@kaiko-data/sdk-node": "^1.24.2",
"@kaiko-data/sdk-node": "1.26.0",
"exponential-backoff": "3.1.1",
"rxjs": "7.8.1",
"tslib": "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/test-payload.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"requests": [{
"from": "ageur",
"from": "WSTETH",
"to": "USD"
}]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4575,7 +4575,7 @@ __metadata:
dependencies:
"@chainlink/external-adapter-framework": "npm:2.0.0"
"@grpc/grpc-js": "npm:1.12.5"
"@kaiko-data/sdk-node": "npm:^1.24.2"
"@kaiko-data/sdk-node": "npm:1.26.0"
"@types/jest": "npm:27.5.2"
"@types/node": "npm:22.12.0"
exponential-backoff: "npm:3.1.1"
Expand Down Expand Up @@ -9258,10 +9258,10 @@ __metadata:
languageName: node
linkType: hard

"@kaiko-data/sdk-node@npm:^1.24.2":
version: 1.24.2
resolution: "@kaiko-data/sdk-node@npm:1.24.2"
checksum: 10/4ea57b3b866541defd769c2cc2d8db1cf13e9da566dd0c9bdd5f831ee91fab736948c8fff89d535888ad2b365c519d503c6573b48d0344fb99a241abef10bf06
"@kaiko-data/sdk-node@npm:1.26.0":
version: 1.26.0
resolution: "@kaiko-data/sdk-node@npm:1.26.0"
checksum: 10/d343ec5fa42fff3083cc94280be23079a1055c42fe82d781063f378d5875083988e5368a6a4215151729576fc1d4216ddf1f411a9c5bf095dd0fafc9253412c7
languageName: node
linkType: hard

Expand Down

0 comments on commit 502896c

Please sign in to comment.