Skip to content

Commit

Permalink
v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Aug 1, 2023
1 parent 80323be commit 4d32592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/seneca-repl-exec.js
Expand Up @@ -338,7 +338,8 @@ function connect(spec) {
duplex = makeHttpDuplex(spec)
} else {
try {
const makeProtocol = require('./protocol-' +
const makeProtocol = require(__dirname +
'/protocol-' +
protocol.replace(/[^a-z0-9-_]/g, '') +
'.js')
return makeProtocol(spec)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@seneca/repl",
"description": "Provides a client and server REPL for Seneca microservice systems.",
"version": "6.1.0",
"version": "6.1.1",
"main": "dist/repl.js",
"license": "MIT",
"author": "Richard Rodger (https://github.com/rjrodger)",
Expand Down

0 comments on commit 4d32592

Please sign in to comment.