Skip to content

Commit

Permalink
feat: update orderbook open api (#222)
Browse files Browse the repository at this point in the history
* feat: bump to latest services release

* feat: add generated code

* chore: bump version to 5.6.0-RC.0

* chore: bump version to 5.6.0
  • Loading branch information
alfetopito authored Oct 24, 2024
1 parent 2e2e2ec commit d30a891
Show file tree
Hide file tree
Showing 14 changed files with 3,459 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cow-sdk",
"version": "5.5.1",
"version": "5.6.0",
"license": "(MIT OR Apache-2.0)",
"files": [
"/dist"
Expand All @@ -27,7 +27,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"graphql:codegen": "graphql-codegen --config graphql-codegen.yml",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/v2.272.1/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/v2.281.0/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"typechain:codegen": "typechain --target ethers-v5 --out-dir ./src/common/generated './abi/*.json'"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d30a891

Please sign in to comment.