Skip to content

Commit

Permalink
Open API types & 4.2.0 release (#223)
Browse files Browse the repository at this point in the history
* feat: open api types and version

* fix; yarn
  • Loading branch information
vladimirvolek authored Jul 6, 2022
1 parent 7b9756d commit a87ba56
Show file tree
Hide file tree
Showing 4 changed files with 2,168 additions and 386 deletions.
6 changes: 5 additions & 1 deletion packages/blockfrost-js/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.2.0]

### Added

Expand All @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `deriveAddress` memory leak by freeing WASM objects

### Changed

- updated @blockfrost/openapi & regenerated types to match reflect changes in Blockfrost API

## [4.1.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/blockfrost-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-js",
"version": "4.1.0",
"version": "4.2.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand All @@ -27,7 +27,7 @@
"docs": "yarn typedoc ./src/index.ts --theme ./node_modules/typedoc-github-wiki-theme/dist"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-nodejs": "^10.1.0",
"@emurgo/cardano-serialization-lib-nodejs": "^10.2.0",
"@emurgo/cip14-js": "3.0.1",
"bottleneck": "^2.19.5",
"form-data": "^4.0.0",
Expand Down
Loading

0 comments on commit a87ba56

Please sign in to comment.