@scrypted/core 0.0.194 → 0.0.198
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/dist/main.nodejs.js.LICENSE.txt +0 -13
- package/dist/plugin.zip +0 -0
- package/package.json +4 -2
|
@@ -5,19 +5,6 @@
|
|
|
5
5
|
* MIT Licensed
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
/*!
|
|
9
|
-
* mime-db
|
|
10
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
11
|
-
* MIT Licensed
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/*!
|
|
15
|
-
* mime-types
|
|
16
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
17
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
18
|
-
* MIT Licensed
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
8
|
/*!
|
|
22
9
|
* parseurl
|
|
23
10
|
* Copyright(c) 2014 Jonathan Ong
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.198",
|
|
4
4
|
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
|
|
5
5
|
"author": "Scrypted",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,12 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@koush/wrtc": "^0.5.2",
|
|
34
|
+
"@scrypted/common": "../../common",
|
|
34
35
|
"@scrypted/sdk": "file:../../sdk",
|
|
35
|
-
"mime
|
|
36
|
+
"mime": "^3.0.0",
|
|
36
37
|
"router": "^1.3.6",
|
|
37
38
|
"typescript": "^4.5.5"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
41
|
+
"@types/mime": "^2.0.3",
|
|
40
42
|
"@types/node": "^16.9.0"
|
|
41
43
|
}
|
|
42
44
|
}
|