@apocaliss92/scrypted-advanced-notifier 3.7.27 → 4.0.0

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.
@@ -26,6 +26,11 @@
26
26
 
27
27
  /*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
28
28
 
29
+ /*! ReadWriteLock - v5.0.0 - 2015-01-16
30
+ * Author: Alberto La Rocca <a71104@gmail.com> (https://github.com/71104)
31
+ * Released under the MIT license
32
+ * Copyright (c) 2015 Alberto La Rocca */
33
+
29
34
  /*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
30
35
 
31
36
  /**
@@ -62,6 +67,19 @@
62
67
  * SPDX-License-Identifier: MIT
63
68
  */
64
69
 
70
+ /**
71
+ * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
72
+ *
73
+ * This can be used with JS designed for browsers to improve reuse of code and
74
+ * allow the use of existing libraries.
75
+ *
76
+ * Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
77
+ *
78
+ * @author Dan DeFelippi <dan@driverdan.com>
79
+ * @contributor David Ellis <d.f.ellis@ieee.org>
80
+ * @license MIT
81
+ */
82
+
65
83
  //! moment.js
66
84
 
67
85
  //! moment.js locale configuration
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "3.7.27",
8
+ "version": "4.0.0",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",
@@ -37,12 +37,14 @@
37
37
  "scrypted": {
38
38
  "name": "Advanced notifier",
39
39
  "type": "API",
40
+ "realfs": true,
40
41
  "interfaces": [
41
42
  "Settings",
42
43
  "DeviceProvider",
43
44
  "MixinProvider",
44
45
  "HttpRequestHandler",
45
46
  "Videoclips",
47
+ "LauncherApplication",
46
48
  "PushHandler"
47
49
  ],
48
50
  "pluginDependencies": []
@@ -57,10 +59,12 @@
57
59
  "jimp": "^1.6.0",
58
60
  "lodash": "^4.17.21",
59
61
  "moment": "^2.30.1",
60
- "sharp": "^0.33.5",
61
- "mqtt": "5.10.4"
62
+ "mqtt": "5.10.4",
63
+ "node-json-db": "^2.3.1",
64
+ "sharp": "^0.33.5"
62
65
  },
63
66
  "devDependencies": {
67
+ "@types/better-sqlite3": "^7.6.13",
64
68
  "@types/lodash": "^4.17.12",
65
69
  "@types/node": "^20.11.0"
66
70
  }