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 04350a2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 33 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
21 changes: 6 additions & 15 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 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"
}]
}
22 changes: 6 additions & 16 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 @@ -8319,17 +8319,7 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:*, @grpc/grpc-js@npm:^1.1.8":
version: 1.12.2
resolution: "@grpc/grpc-js@npm:1.12.2"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10/0d0556da8515704b5e722b86097e04693d8c71ba286a076270a96e1ac3a4950e87559c718cc2875d3fcaa6cb8e07d0cc6b1db2673b8940829dfe8b75197844dd
languageName: node
linkType: hard

"@grpc/grpc-js@npm:1.12.5":
"@grpc/grpc-js@npm:*, @grpc/grpc-js@npm:1.12.5, @grpc/grpc-js@npm:^1.1.8":
version: 1.12.5
resolution: "@grpc/grpc-js@npm:1.12.5"
dependencies:
Expand Down Expand Up @@ -9258,10 +9248,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 04350a2

Please sign in to comment.