@scrypted/nvr 0.2.24 → 0.2.27

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,13 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.2.24
5
+
6
+ further simd detection fixup/warning
7
+ warn proxmox cpu host bug, fix framegen leak
8
+ beta
9
+
10
+
4
11
  ### 0.2.23
5
12
 
6
13
  point readme to docs
@@ -10,17 +10,3 @@
10
10
  *
11
11
  * MIT Licensed
12
12
  */
13
-
14
- /*!
15
- * mime-db
16
- * Copyright(c) 2014 Jonathan Ong
17
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
18
- * MIT Licensed
19
- */
20
-
21
- /*!
22
- * mime-types
23
- * Copyright(c) 2014 Jonathan Ong
24
- * Copyright(c) 2015 Douglas Christopher Wilson
25
- * MIT Licensed
26
- */
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.2.24",
3
+ "version": "0.2.27",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -59,7 +59,7 @@
59
59
  "@scrypted/sdk": "file:../../scrypted/sdk",
60
60
  "@scrypted/types": "file:../../scrypted/sdk/types",
61
61
  "@turf/area": "^6.5.0",
62
- "axios": "^1.4.0",
62
+ "axios": "^0.21.4",
63
63
  "check-disk-space": "^3.4.0",
64
64
  "fast-xml-parser": "^4.2.5",
65
65
  "mkdirp": "^3.0.1",