Skip to content

Commit

Permalink
release: 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Oct 3, 2024
1 parent 6cc02f4 commit e6e8279
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.6.0] - 2024-10-03

### Added

- added the `gotOptions` property to the `BlockFrostAPI` class. This property can be passed during the initialization of the `BlockFrostAPI` object. For more details, refer to the [Got Options documentation](https://github.com/sindresorhus/got/blob/main/documentation/2-options.md).
- `txsRequiredSigners` for retrieving required signers (extra transaction witnesses)
- `networkEras` method for querying [blockchain eras](https://docs.blockfrost.io/#tag/Cardano-Network/paths/~1network~1eras/get)
- `txsCbor` for retrieving transaction CBOR

### Changed

- Updated Blockfrost OpenAPI to 0.1.67

## [5.5.0] - 2023-12-20

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-js",
"version": "5.5.0",
"version": "5.6.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand All @@ -27,7 +27,7 @@
"coverage-ci": "vitest run --coverage"
},
"dependencies": {
"@blockfrost/openapi": "0.1.64",
"@blockfrost/openapi": "0.1.67",
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
"@emurgo/cip14-js": "3.0.1",
"bottleneck": "^2.19.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@blockfrost/blockfrost-js@workspace:."
dependencies:
"@blockfrost/openapi": "npm:0.1.64"
"@blockfrost/openapi": "npm:0.1.67"
"@emurgo/cardano-serialization-lib-nodejs": "npm:^11.5.0"
"@emurgo/cip14-js": "npm:3.0.1"
"@types/json-bigint": "npm:^1.0.2"
Expand Down Expand Up @@ -63,14 +63,14 @@ __metadata:
languageName: unknown
linkType: soft

"@blockfrost/openapi@npm:0.1.64":
version: 0.1.64
resolution: "@blockfrost/openapi@npm:0.1.64"
"@blockfrost/openapi@npm:0.1.67":
version: 0.1.67
resolution: "@blockfrost/openapi@npm:0.1.67"
dependencies:
ajv: "npm:^8.12.0"
cbor: "npm:^9.0.1"
yaml: "npm:^2.3.4"
checksum: 85708d9cd529e740572f439c6b92a6c44326f8d78af774dae3c4305faebe0ba9676fbea64e919b383ac6882e54128f02a977b9dff41c40c0dc6078f131392d63
checksum: 464cfa9ae4d7911ed963f559c95e97b68763466276d5663596028038faa53c8c1ef415855c6de7b6ff363f3a9576ebcad8d374a1684549096019255cdc1c501f
languageName: node
linkType: hard

Expand Down

0 comments on commit e6e8279

Please sign in to comment.