diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json index d47f6424b..1a933d429 100644 --- a/plugins/core/package-lock.json +++ b/plugins/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "license": "Apache-2.0", "dependencies": { "@koush/wrtc": "^0.5.0", diff --git a/plugins/core/package.json b/plugins/core/package.json index 76464aa39..7bc3c3ba7 100644 --- a/plugins/core/package.json +++ b/plugins/core/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/core", - "version": "0.0.158", + "version": "0.0.159", "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.", "author": "Scrypted", "license": "Apache-2.0", diff --git a/plugins/core/ui/src/components/clippath/ClipPathEditor.vue b/plugins/core/ui/src/components/clippath/ClipPathEditor.vue index be042f5d0..cfa5d80d5 100644 --- a/plugins/core/ui/src/components/clippath/ClipPathEditor.vue +++ b/plugins/core/ui/src/components/clippath/ClipPathEditor.vue @@ -1,8 +1,13 @@