@scrypted/server 0.6.15 → 0.6.16

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.

Potentially problematic release.


This version of @scrypted/server might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.6.15",
3
+ "version": "0.6.16",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
@@ -490,7 +490,7 @@ async def async_main(loop: AbstractEventLoop):
490
490
  heapTotal = 0
491
491
  stats = {
492
492
  'type': 'stats',
493
- 'cpuUsage': {
493
+ 'cpu': {
494
494
  'user': ptime,
495
495
  'system': 0,
496
496
  },