unifi-protect: publishb eta

This commit is contained in:
Koushik Dutta
2025-11-16 11:42:27 -08:00
parent 3c8a3132e5
commit c4a12fe493
3 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/unifi-protect",
"version": "0.0.164",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/unifi-protect",
"version": "0.0.164",
"version": "0.1.2",
"license": "Apache",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,7 +1,7 @@
{
"name": "@scrypted/unifi-protect",
"type": "module",
"version": "0.1.0",
"version": "0.1.2",
"description": "Unifi Protect Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -10,6 +10,7 @@
"include": [
"src/**/*",
"../../common/src/**/*",
"../../server/src/**/*"
"../../server/src/**/sleep.ts",
"../../server/src/**/media-helpers.ts"
]
}