Skip to content

Commit

Permalink
chore: sync version with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed May 11, 2021
1 parent c065f15 commit 3b5ea61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/client",
"version": "0.1.2",
"version": "3.2.0",
"description": "TypeScript client library for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/schema": "0.1.2",
"@cardano-ogmios/schema": "3.2.0",
"isomorphic-ws": "^4.0.1",
"nanoid": "^3.1.22",
"ts-custom-error": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/repl/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/repl",
"version": "0.1.2",
"version": "3.2.0",
"description": "REPL for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/client": "0.1.2",
"@cardano-ogmios/client": "3.2.0",
"chalk": "^4.1.0",
"yargs-parser": "^20.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/schema",
"version": "0.1.2",
"version": "3.2.0",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": "^14"
Expand Down

0 comments on commit 3b5ea61

Please sign in to comment.