From 6fdd4bd0f48db1e24293b685c1ee3c465638c94f Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 30 Jul 2024 11:06:50 -0700 Subject: [PATCH] core: publish ui changes --- external/werift | 2 +- plugins/core/package-lock.json | 4 ++-- plugins/core/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/external/werift b/external/werift index b14077e7b0..dee040447b 160000 --- a/external/werift +++ b/external/werift @@ -1 +1 @@ -Subproject commit b14077e7b0bdbad3507f1d0aa19c65496dcf973f +Subproject commit dee040447b274e470bfaa55d94340b74863dd0b6 diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json index e913d25a21..30da557848 100644 --- a/plugins/core/package-lock.json +++ b/plugins/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/core", - "version": "0.3.60", + "version": "0.3.61", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/core", - "version": "0.3.60", + "version": "0.3.61", "license": "Apache-2.0", "dependencies": { "@scrypted/common": "file:../../common", diff --git a/plugins/core/package.json b/plugins/core/package.json index 9ff7648978..1547859a16 100644 --- a/plugins/core/package.json +++ b/plugins/core/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/core", - "version": "0.3.60", + "version": "0.3.61", "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.", "author": "Scrypted", "license": "Apache-2.0",