@scrypted/core 0.1.143 → 0.1.144

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.
@@ -15,7 +15,7 @@
15
15
  /*!
16
16
  * router
17
17
  * Copyright(c) 2013 Roman Shtylman
18
- * Copyright(c) 2014 Douglas Christopher Wilson
18
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
19
19
  * MIT Licensed
20
20
  */
21
21
 
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.1.143",
3
+ "version": "0.1.144",
4
4
  "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",
@@ -42,11 +42,12 @@
42
42
  "@scrypted/common": "file:../../common",
43
43
  "@scrypted/sdk": "file:../../sdk",
44
44
  "mime": "^3.0.0",
45
- "router": "^1.3.6",
46
- "typescript": "^4.5.5"
45
+ "node-pty-prebuilt-multiarch": "^0.10.1-pre.5",
46
+ "router": "^1.3.8",
47
+ "typescript": "^5.2.2"
47
48
  },
48
49
  "devDependencies": {
49
- "@types/mime": "^2.0.3",
50
- "@types/node": "^16.9.0"
50
+ "@types/mime": "^3.0.4",
51
+ "@types/node": "^20.9.2"
51
52
  }
52
53
  }