From db7ebf4fcb297575613bed649c74b5a87d45ef5d Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 16 Apr 2024 19:43:23 -0700 Subject: [PATCH] package(npm): 1.5.0 --- packaging/npm/bin/index.mjs | 2 +- packaging/npm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/npm/bin/index.mjs b/packaging/npm/bin/index.mjs index 1dd46eeb..bef1141c 100644 --- a/packaging/npm/bin/index.mjs +++ b/packaging/npm/bin/index.mjs @@ -12,7 +12,7 @@ const exePath = path.join(__dirname, `anycable-go${extension}`); // Check if binary exists and download if not if (!fs.existsSync(exePath)) { - console.log("Installing AnyCable Go binary..."); + console.log("Installing AnyCable binary..."); await install(); console.log("Installed!"); } diff --git a/packaging/npm/package.json b/packaging/npm/package.json index 527afd82..bd9b186e 100644 --- a/packaging/npm/package.json +++ b/packaging/npm/package.json @@ -1,6 +1,6 @@ { "name": "@anycable/anycable-go", - "version": "1.4.7", + "version": "1.5.0", "description": "A wrapper to install and run AnyCable-Go server", "main": "index.js", "bin": {