@scrypted/nvr 0.1.158 → 0.1.160

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,6 +1,16 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.159
5
+
6
+ fix padding on home intercom mic slash
7
+
8
+
9
+ ### 0.1.158
10
+
11
+ publish beta heatmap detector
12
+
13
+
4
14
  ### 0.1.157
5
15
 
6
16
  implement motion heatmap decay
package/README.md CHANGED
@@ -75,13 +75,6 @@ Cameras and recordings can be viewed remotely via a browser or the app.
75
75
  #### Progressive Web App Instructions
76
76
 
77
77
  All platforms (including iOS) can install the Progressive Web App (PWA):
78
-
79
- 1. On your phone/desktop, using the browser(s) specified in the section below for your OS, open [the app installation link](https://nvr.scrypted.app/#/install-pwa) and log into Scrypted Cloud.
80
- 2. This page can be installed as an app. See [screenshot](https://user-images.githubusercontent.com/73924/194009896-359021b8-63a1-484f-aed7-35edeff92fa2.jpeg).
81
-
82
- <br/>
83
-
84
- PWA Installation:
85
78
  1. On your phone/desktop launch the appropriate browser:
86
79
  * iOS: Install with Safari
87
80
  * Android: Install with Chrome
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.1.158",
3
+ "version": "0.1.160",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",