Skip to content

Commit

Permalink
Merge pull request #359 from blockfrost/release-0.1.65
Browse files Browse the repository at this point in the history
chore: release and update
  • Loading branch information
vladimirvolek committed Jul 24, 2024
2 parents 94475c7 + f46574c commit 4e74c5c
Show file tree
Hide file tree
Showing 7 changed files with 1,635 additions and 1,675 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
"decentralisation",
"delegators",
"drep",
"dreps",
"ipfs",
"IPFS",
"libc",
"Lovelaces",
"Milkomeda",
"mirs",
"Mithril",
"Mithrill",
"nutlink",
"Ogmios",
"openapi",
Expand All @@ -26,9 +29,6 @@
"timelock",
"UTXO",
"utxos",
"xpub",
"drep",
"dreps",
"ipfs"
"xpub"
]
}
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

supportedArchitectures:
os:
- current
- darwin
- linux
cpu:
- current
- x64
Expand All @@ -12,8 +13,9 @@ supportedArchitectures:
- current
- glibc
- musl
enableGlobalCache: false

nodeLinker: node-modules
os:
- current
- darwin
- linux

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

## [0.1.6%] - XXXX-XX-XX
## [0.1.65] - 2024-07-24

### Added

- CIP-1964 support
- Mithrill support

## [0.1.64] - 2024-06-27

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.65-beta.14",
"version": "0.1.65",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand All @@ -24,19 +24,19 @@
},
"devDependencies": {
"@redocly/cli": "1.5.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "2.0.4",
"openapi-merge-cli": "^1.3.1",
"openapi-typescript": "6.7.3",
"rimraf": "^5.0.5",
"rimraf": "6.0.1",
"typescript": "^5.3.2",
"vitest": "^1.0.4"
"vitest": "2.0.4"
},
"dependencies": {
"ajv": "^8.12.0",
"cbor": "^9.0.1",
"yaml": "^2.3.4"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 4e74c5c

Please sign in to comment.