@scrypted/nvr 0.10.163 → 0.10.165

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,22 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.164
5
+
6
+ ui controls support
7
+ do not repacketize audio
8
+ fixup linked devices
9
+
10
+
11
+ ### 0.10.163
12
+
13
+ Merge branch 'main' of github.com:koush/scrypted-nvr
14
+
15
+
4
16
  ### 0.10.162
5
17
 
6
18
  darwin rtp packet seems to be limited to signed int16.
19
+ handle broken jpeg save during notifications
7
20
  linked devices per user
8
21
  Revert "add lights/switches to nearby devices"
9
22
  add lights/switches to nearby devices
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.10.163",
3
+ "version": "0.10.165",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",