From e96231579e57c17bc01be39819f9a9a41422281f Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Fri, 24 Mar 2023 16:40:08 -0400 Subject: [PATCH] Reference helios-core v2.0.0 release --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 516af38..7ab606b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0-rc.3", + "helios-core": "~2.0.0", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8" @@ -2186,12 +2186,12 @@ } }, "node_modules/helios-core": { - "version": "2.0.0-rc.3", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.3.tgz", - "integrity": "sha512-lw8UpWomc3GDsu/oAZgmtC+Uh/XntuSKc9WMoYJeqL9CR5pyaZPdfcSRK8GjEPGyPxl3qdKyiDytuupFFXl8fw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0.tgz", + "integrity": "sha512-KmObKL9JZutHzTp9Pv344Ab7CdYvf0pOhwxjuxw+/QdtJQlmCIrPF7eX9J6I1CUSheIM4lRk76LQbG28H7zqeg==", "dependencies": { "fastq": "^1.15.0", - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.1", "got": "^11.8.6", "luxon": "^3.3.0", "node-disk-info": "^1.3.0", diff --git a/package.json b/package.json index 296ba94..c67f331 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.0-rc.3", + "helios-core": "~2.0.0", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8"