@scrypted/core 0.0.193 → 0.0.197

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.
@@ -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.193",
3
+ "version": "0.0.197",
4
4
  "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",
@@ -32,11 +32,12 @@
32
32
  "dependencies": {
33
33
  "@koush/wrtc": "^0.5.2",
34
34
  "@scrypted/sdk": "file:../../sdk",
35
- "mime-types": "^2.1.34",
35
+ "mime": "^3.0.0",
36
36
  "router": "^1.3.6",
37
37
  "typescript": "^4.5.5"
38
38
  },
39
39
  "devDependencies": {
40
+ "@types/mime": "^2.0.3",
40
41
  "@types/node": "^16.9.0"
41
42
  }
42
43
  }