Skip to content

Commit

Permalink
chore: bump openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Mar 5, 2024
1 parent af5b58d commit be477a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@blockfrost/blockfrost-js": "5.4.0",
"@blockfrost/blockfrost-utils": "2.8.0",
"@blockfrost/openapi": "0.1.62-beta.2",
"@blockfrost/openapi": "0.1.62",
"@emurgo/cardano-serialization-lib-nodejs": "11.5.0",
"@fastify/cors": "^8.3.0",
"@fastify/postgres": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cacheEntries = {
"blake2b@npm:2.1.4" = { filename = "blake2b-npm-2.1.4-3a13da4cf0-cd598c96d4.zip"; sha512 = "cd598c96d459017714b7f9cb8892ef2b0a94f362e26e6baa46b7b8b189af0006ce25ab1713e3ec1484eb18ce7ebe1eb24e07d01e42ab1147067de2419c7f6158"; };
"eslint-plugin-prettier@npm:5.0.0" = { filename = "eslint-plugin-prettier-npm-5.0.0-2f21113cba-84e88744b9.zip"; sha512 = "84e88744b9050f2d5ef31b94e85294dda16f3a53c2449f9d33eac8ae6264889b459bf35a68e438fb6b329c2a1d6491aac4bfa00d86317e7009de3dad0311bec6"; };
"supertest@npm:6.3.3" = { filename = "supertest-npm-6.3.3-2e2b5bc83a-38239e517f.zip"; sha512 = "38239e517f7ba62b7a139a79c5c48d55f8d67b5ff4b6e51d5b07732ca8bbc4a28ffa1b10916fbb403dd013a054dbf028edc5850057d9a43aecbff439d494673e"; };
"@blockfrost/openapi@npm:0.1.62-beta.2" = { filename = "@blockfrost-openapi-npm-0.1.62-beta.2-1c97ba4dd5-3ec4db26b9.zip"; sha512 = "3ec4db26b93de5b2be860f965312c6feec6de9e466a7b66636b7001240c985e7a80d183159b058de2fedcb027f2418a3d052858dbc633a6e578e403755ee2f9d"; };
"@blockfrost/openapi@npm:0.1.62" = { filename = "@blockfrost-openapi-npm-0.1.62-a107e684e0-d47476ec5b.zip"; sha512 = "d47476ec5bb9655c5a717e5d828ebfce686d9eeda6e46cff349b8dea4e626cc806e82e9efcb62993de02affcb0aae58417bf57d55fd573398c0af78f2c37da70"; };
"@types/pg@npm:8.10.2" = { filename = "@types-pg-npm-8.10.2-de8ade0e64-49da89f64c.zip"; sha512 = "49da89f64cec1bd12a3fbc0c72b17d685c2fee579726a529f62fcab395dbc5696d80455073409947a577164b3c53a90181a331e4a5d9357679f724d4ce37f4b9"; };
"axios@npm:1.5.0" = { filename = "axios-npm-1.5.0-35a845e191-e7405a5dbb.zip"; sha512 = "e7405a5dbbea97760d0e6cd58fecba311b0401ddb4a8efbc4108f5537da9b3f278bde566deb777935a960beec4fa18e7b8353881f2f465e4f2c0e949fead35be"; };
"@types/express@npm:4.17.17" = { filename = "@types-express-npm-4.17.17-46fe8173db-0196dacc27.zip"; sha512 = "0196dacc275ac3ce89d7364885cb08e7fb61f53ca101f65886dbf1daf9b7eb05c0943e2e4bbd01b0cc5e50f37e0eea7e4cbe97d0304094411ac73e1b7998f4da"; };
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ __metadata:
languageName: node
linkType: hard

"@blockfrost/openapi@npm:0.1.62-beta.2":
version: 0.1.62-beta.2
resolution: "@blockfrost/openapi@npm:0.1.62-beta.2"
"@blockfrost/openapi@npm:0.1.62":
version: 0.1.62
resolution: "@blockfrost/openapi@npm:0.1.62"
dependencies:
ajv: ^8.12.0
cbor: ^9.0.1
yaml: ^2.3.4
checksum: 3ec4db26b93de5b2be860f965312c6feec6de9e466a7b66636b7001240c985e7a80d183159b058de2fedcb027f2418a3d052858dbc633a6e578e403755ee2f9d
checksum: d47476ec5bb9655c5a717e5d828ebfce686d9eeda6e46cff349b8dea4e626cc806e82e9efcb62993de02affcb0aae58417bf57d55fd573398c0af78f2c37da70
languageName: node
linkType: hard

Expand Down Expand Up @@ -2224,7 +2224,7 @@ __metadata:
"@blockfrost/blockfrost-js": 5.4.0
"@blockfrost/blockfrost-tests": 1.11.0
"@blockfrost/blockfrost-utils": 2.8.0
"@blockfrost/openapi": 0.1.62-beta.2
"@blockfrost/openapi": 0.1.62
"@emurgo/cardano-serialization-lib-nodejs": 11.5.0
"@fastify/cors": ^8.3.0
"@fastify/postgres": ^5.2.0
Expand Down

0 comments on commit be477a8

Please sign in to comment.