Skip to content

Commit

Permalink
Fixes for Missing "passport" package from Synology builds (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Jan 2, 2024
1 parent f63405f commit 99c9ae7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 4.54.2 (2023-12-31)

### Bug Fixes

- Missing "passport" package from Synology builds - https://github.com/homebridge/homebridge-syno-spk/issues/141

## 4.54.1 (2023-12-08)

### Bug Fixes
Expand Down
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.54.1",
"version": "4.54.2",
"description": "A web based management, configuration and control platform for Homebridge.",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down Expand Up @@ -84,6 +84,7 @@
"ora": "5.4.1",
"otplib": "12.0.1",
"p-limit": "3.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1",
Expand Down Expand Up @@ -158,4 +159,4 @@
"smart home",
"hb-service"
]
}
}

0 comments on commit 99c9ae7

Please sign in to comment.