Skip to content

Commit

Permalink
google-home/alexa: republish with new sdk for media converter
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 2, 2024
1 parent 4e923a7 commit b308705
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions plugins/alexa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<details>
<summary>Changelog</summary>

### 0.3.2

alexa: fix syncedDevices being undefined


### 0.3.1

alexa/google-home: fix potential vulnerability. do not allow local network control using cloud tokens belonging to a different user. the plugins are now locked to a specific scrypted cloud account once paired.
Expand Down
4 changes: 2 additions & 2 deletions plugins/alexa/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/alexa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/alexa",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
"prescrypted-setup-project": "scrypted-package-json",
Expand Down
4 changes: 2 additions & 2 deletions plugins/google-home/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/google-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"@types/lodash": "^4.14.168",
"@types/url-parse": "^1.4.3"
},
"version": "0.0.60"
"version": "0.0.61"
}

0 comments on commit b308705

Please sign in to comment.