From be2ddc55ce04406c9c8bbaee064f96290e32995d Mon Sep 17 00:00:00 2001 From: Eduardo Roth Date: Fri, 17 Jul 2026 17:42:04 -0600 Subject: [PATCH] chore(npm): use npm version instead of github tag (#608) --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56fa7c80..1674bb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@amplitude/analytics-node": "^1.5.59", "@apollo/client": "^4.2.3", "@cyclonedx/cdxgen": "^12.5.1", - "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.23", + "@herodevs/eol-shared": "^0.1.23", "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32", @@ -1773,8 +1773,9 @@ } }, "node_modules/@herodevs/eol-shared": { - "version": "1.0.0", - "resolved": "git+ssh://git@github.com/herodevs/eol-shared.git#1a326d22002568be6632b2c4667c6e6e3aaca20b", + "version": "0.1.23", + "resolved": "https://registry.npmjs.org/@herodevs/eol-shared/-/eol-shared-0.1.23.tgz", + "integrity": "sha512-R/ZSVBU/04rmP3ywbYpaCkRiAzaZfW693qB0fcBpWb8O902e6PH93Icgs8wiv6SR3TDcHbLEvatjKYAZRbbaYQ==", "license": "ISC", "dependencies": { "@cyclonedx/cyclonedx-library": "^9.4.1", diff --git a/package.json b/package.json index c406b200..fd845488 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@amplitude/analytics-node": "^1.5.59", "@apollo/client": "^4.2.3", "@cyclonedx/cdxgen": "^12.5.1", - "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.23", + "@herodevs/eol-shared": "^0.1.23", "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32",