@cardano-ogmios/repl
Advanced tools
Comparing version 6.0.3 to 6.1.0
@@ -20,3 +20,3 @@ "use strict"; | ||
const cardanoOgmiosRepl = repl_1.default.start({ | ||
prompt: `${args.host}> `, | ||
prompt: `${context.connection.address.webSocket}> `, | ||
ignoreUndefined: true | ||
@@ -26,2 +26,3 @@ }); | ||
acquireMempool: () => client_1.MempoolMonitoring.acquireMempool(context), | ||
constitution: () => client_1.LedgerStateQuery.constitution(context), | ||
epoch: () => client_1.LedgerStateQuery.epoch(context), | ||
@@ -28,0 +29,0 @@ eraStart: () => client_1.LedgerStateQuery.eraStart(context), |
{ | ||
"name": "@cardano-ogmios/repl", | ||
"version": "6.0.3", | ||
"version": "6.1.0", | ||
"description": "REPL for Cardano Ogmios", | ||
@@ -42,3 +42,3 @@ "engines": { | ||
"dependencies": { | ||
"@cardano-ogmios/client": "6.0.3", | ||
"@cardano-ogmios/client": "6.1.0", | ||
"yargs-parser": "^20.2.7" | ||
@@ -45,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38020
57
+ Added@cardano-ogmios/client@6.1.0(transitive)
+ Added@cardano-ogmios/schema@6.1.0(transitive)
- Removed@cardano-ogmios/client@6.0.3(transitive)
- Removed@cardano-ogmios/schema@6.0.3(transitive)
Updated@cardano-ogmios/client@6.1.0