Skip to content

Commit 99c9ae7

Browse files
Fixes for Missing "passport" package from Synology builds (#1964)
1 parent f63405f commit 99c9ae7

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to homebridge-config-ui-x will be documented in this file.
44

5+
## 4.54.2 (2023-12-31)
6+
7+
### Bug Fixes
8+
9+
- Missing "passport" package from Synology builds - https://github.com/homebridge/homebridge-syno-spk/issues/141
10+
511
## 4.54.1 (2023-12-08)
612

713
### Bug Fixes

package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-config-ui-x",
33
"displayName": "Homebridge UI",
4-
"version": "4.54.1",
4+
"version": "4.54.2",
55
"description": "A web based management, configuration and control platform for Homebridge.",
66
"license": "MIT",
77
"author": "oznu <dev@oz.nu>",
@@ -84,6 +84,7 @@
8484
"ora": "5.4.1",
8585
"otplib": "12.0.1",
8686
"p-limit": "3.1.0",
87+
"passport": "0.7.0",
8788
"passport-jwt": "4.0.1",
8889
"reflect-metadata": "0.1.14",
8990
"rxjs": "7.8.1",
@@ -158,4 +159,4 @@
158159
"smart home",
159160
"hb-service"
160161
]
161-
}
162+
}

0 commit comments

Comments
 (0)