Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@apidevtools/json-schema-ref-parser": "9.1.2",
"@chainlink/ea-bootstrap": "workspace:*",
"@chainlink/ea-factories": "workspace:*",
"@chainlink/external-adapter-framework": "2.8.0",
"@chainlink/external-adapter-framework": "2.11.4",
"airtable": "0.11.6",
"axios": "1.9.0",
"axios-mock-adapter": "1.20.0",
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@ __metadata:
"@apidevtools/json-schema-ref-parser": "npm:9.1.2"
"@chainlink/ea-bootstrap": "workspace:*"
"@chainlink/ea-factories": "workspace:*"
"@chainlink/external-adapter-framework": "npm:2.8.0"
"@chainlink/external-adapter-framework": "npm:2.11.4"
"@types/command-line-args": "npm:5.2.3"
"@types/command-line-usage": "npm:5.0.4"
"@types/jest": "npm:^29.5.14"
Expand Down Expand Up @@ -3803,6 +3803,28 @@ __metadata:
languageName: node
linkType: hard

"@chainlink/external-adapter-framework@npm:2.11.4":
version: 2.11.4
resolution: "@chainlink/external-adapter-framework@npm:2.11.4"
dependencies:
"@date-fns/tz": "npm:1.4.1"
ajv: "npm:8.17.1"
axios: "npm:1.13.2"
eventsource: "npm:4.1.0"
fastify: "npm:5.6.2"
ioredis: "npm:5.8.2"
mock-socket: "npm:9.3.1"
pino: "npm:10.1.0"
pino-pretty: "npm:13.1.3"
prom-client: "npm:15.1.3"
redlock: "npm:5.0.0-beta.2"
ws: "npm:8.18.3"
bin:
create-external-adapter: adapter-generator.js
checksum: 10/395c4b04e0a53423e02dadced63195c0bf03ff2eb54cf859da3985c195fa22b3967e893f19780e4a519ef98c9e6aee5e0c07fe2f9745c111ad80108805d9d3f0
languageName: node
linkType: hard

"@chainlink/external-adapter-framework@npm:2.8.0, @chainlink/external-adapter-framework@npm:^2.8.0":
version: 2.8.0
resolution: "@chainlink/external-adapter-framework@npm:2.8.0"
Expand Down
Loading