From b336daf7f1fd37442e45e648db84c3c081f33261 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:07:02 +0800 Subject: [PATCH] SOF-7435: update libs with published versions --- package-lock.json | 10 ++++++---- package.json | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fab6f12..708b9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1470,8 +1470,9 @@ } }, "@exabyte-io/ade.js": { - "version": "git+https://github.com/Exabyte-io/ade.js.git#42938b0fd6f6ef858b1c7e51e77eba08ee07960c", - "from": "git+https://github.com/Exabyte-io/ade.js.git#42938b0fd6f6ef858b1c7e51e77eba08ee07960c", + "version": "2024.9.8-1", + "resolved": "https://registry.npmjs.org/@exabyte-io/ade.js/-/ade.js-2024.9.8-1.tgz", + "integrity": "sha512-RL+6yQNGTLma47qTp5fmWIyQANW2sHaL4kMIwIcsg4OlUn+NQv0Ju78G2gQL2gTr2RCfEiWKCQU71ZhxHISZWg==", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1491,8 +1492,9 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "git+https://github.com/Exabyte-io/application-flavors.git#7f72e1edbde24b9f96d4d18a2a3532bbd37a4d5d", - "from": "git+https://github.com/Exabyte-io/application-flavors.git#7f72e1edbde24b9f96d4d18a2a3532bbd37a4d5d", + "version": "2024.9.8-1", + "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2024.9.8-1.tgz", + "integrity": "sha512-p3x1L+rGNY2Iw/59/vv8j68P8q6PfkIykfGJl8Wo0h7rVcGdgdXvIW/MZ88u5Ndti2o9BOvZ/NjkDPNihp+wSQ==", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index 0069bde..9ff159a 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@exabyte-io/ade.js": "git+https://github.com/Exabyte-io/ade.js.git#42938b0fd6f6ef858b1c7e51e77eba08ee07960c", - "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#7f72e1edbde24b9f96d4d18a2a3532bbd37a4d5d", + "@exabyte-io/ade.js": "2024.9.8-1", + "@exabyte-io/application-flavors.js": "2024.9.8-1", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2024.3.26-0", "@exabyte-io/mode.js": "2024.4.28-0",