Skip to content

Commit 038b367

Browse files
committed
Merge branch 'v6.14'
2 parents 9cd0ab3 + 8d5799d commit 038b367

12 files changed

Lines changed: 8818 additions & 9 deletions

File tree

clients/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cardano-ogmios",
3-
"version": "6.13.0",
3+
"version": "6.14.0",
44
"private": true,
55
"description": "TypeScript monorepo with client libraries for Cardano Ogmios",
66
"engines": {

clients/TypeScript/packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/client",
3-
"version": "6.13.0",
3+
"version": "6.14.0",
44
"description": "TypeScript client library for Cardano Ogmios",
55
"engines": {
66
"node": ">=14"
@@ -47,7 +47,7 @@
4747
"typescript": "^4.2.3"
4848
},
4949
"dependencies": {
50-
"@cardano-ogmios/schema": "6.13.0",
50+
"@cardano-ogmios/schema": "6.14.0",
5151
"@cardanosolutions/json-bigint": "^1.0.1",
5252
"@types/json-bigint": "^1.0.1",
5353
"bech32": "^2.0.0",

clients/TypeScript/packages/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/repl",
3-
"version": "6.13.0",
3+
"version": "6.14.0",
44
"description": "REPL for Cardano Ogmios",
55
"engines": {
66
"node": ">=14"
@@ -39,7 +39,7 @@
3939
"typescript": "^4.2.3"
4040
},
4141
"dependencies": {
42-
"@cardano-ogmios/client": "6.13.0",
42+
"@cardano-ogmios/client": "6.14.0",
4343
"yargs-parser": "^20.2.7"
4444
},
4545
"files": [

clients/TypeScript/packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/schema",
3-
"version": "6.13.0",
3+
"version": "6.14.0",
44
"description": "Generated TypeScript from the Cardano Ogmios schema",
55
"engines": {
66
"node": ">=14"

docs/content/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "WebSocket API Reference (v6.12.*)"
2+
title = "WebSocket API Reference (v6.14.*)"
33
weight = 4
44
chapter = false
55
pre = "<b>4. </b>"

docs/content/api/v6.12.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = "Archive (v6.12.*)"
3+
weight = 986
4+
chapter = false
5+
+++

docs/content/api/v6.13.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = "Archive (v6.13.*)"
3+
weight = 985
4+
chapter = false
5+
+++

docs/content/http-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "HTTP API Reference (v6.12.*)"
2+
title = "HTTP API Reference (v6.14.*)"
33
weight = 5
44
chapter = false
55
pre = "<b>5. </b>"

0 commit comments

Comments
 (0)