Skip to content

Commit

Permalink
update ffmpeg-for-homebridge, node version. version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
potmat committed Feb 21, 2024
1 parent 2691cc6 commit 9ff2eee
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 79 deletions.
170 changes: 95 additions & 75 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-google-nest-sdm",
"version": "1.1.22",
"version": "1.1.23",
"description": "A homebridge plugin that uses the Google Smart Device Management API.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"engines": {
"homebridge": ">=1.4.0",
"node": ">=15"
"node": ">=18"
},
"funding": {
"type": "paypal",
Expand All @@ -33,7 +33,7 @@
"dependencies": {
"@google-cloud/pubsub": "^2.18.1",
"axios": "^1.3.5",
"ffmpeg-for-homebridge": "0.1.0",
"ffmpeg-for-homebridge": "2.1.1",
"googleapis": "^87.0.0",
"ip": "^1.1.5",
"lodash": "^4.17.21",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/lodash": "^4.14.173",
"@types/node": "^14.14.45",
"@types/node": "^18.19.17",
"copyfiles": "^2.4.1",
"homebridge": "^1.4.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 9ff2eee

Please sign in to comment.