matterbridge-roborock-vacuum-plugin 1.0.8-rc03 → 1.0.8-rc04

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/platform.js CHANGED
@@ -1,4 +1,3 @@
1
- import './extensions/index.js';
2
1
  import { MatterbridgeDynamicPlatform } from 'matterbridge';
3
2
  import * as axios from 'axios';
4
3
  import { debugStringify } from 'matterbridge/logger';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "matterbridge-roborock-vacuum-plugin",
3
3
  "type": "DynamicPlatform",
4
- "version": "1.0.8-rc03",
4
+ "version": "1.0.8-rc04",
5
5
  "whiteList": [],
6
6
  "blackList": [],
7
7
  "useInterval": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "Matterbridge Roborock Vacuum Plugin",
3
- "description": "matterbridge-roborock-vacuum-plugin v. 1.0.8-rc03 by https://github.com/RinDevJunior",
3
+ "description": "matterbridge-roborock-vacuum-plugin v. 1.0.8-rc04 by https://github.com/RinDevJunior",
4
4
  "type": "object",
5
5
  "required": [
6
6
  "username",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-roborock-vacuum-plugin",
3
- "version": "1.0.8-rc03",
3
+ "version": "1.0.8-rc04",
4
4
  "description": "Matterbridge Roborock Vacuum Plugin",
5
5
  "author": "https://github.com/RinDevJunior",
6
6
  "license": "MIT",
package/src/platform.ts CHANGED
@@ -1,4 +1,3 @@
1
- import './extensions/index.js';
2
1
  import { Matterbridge, MatterbridgeDynamicPlatform, PlatformConfig } from 'matterbridge';
3
2
  import * as axios from 'axios';
4
3
  import { AnsiLogger, debugStringify, LogLevel } from 'matterbridge/logger';