@scrypted/nvr 0.3.20 → 0.3.22

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,23 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.3.21
5
+
6
+ prevent nvr plugin from being added to launcher
7
+ more notifiction logging
8
+ fix notifications not delivered for stationary objects
9
+ fix online notification bug
10
+ verbose logging around notification delivery
11
+ delete dangling user preferences
12
+ handle fs that dont support hardlinks
13
+ more canvas and aspect ratio fixes
14
+
15
+
16
+ ### 0.3.20
17
+
18
+ publsih
19
+
20
+
4
21
  ### 0.3.18
5
22
 
6
23
  fix deletion bugs in automatic retention mode
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.3.20",
3
+ "version": "0.3.22",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -34,7 +34,7 @@
34
34
  "BufferConverter",
35
35
  "MixinProvider",
36
36
  "LauncherApplication",
37
- "LauncherApplicationIgnore"
37
+ "@scrypted/launcher-ignore"
38
38
  ],
39
39
  "pluginDependencies": [
40
40
  "@scrypted/snapshot"