matterbridge-example-dynamic-platform 1.0.6 → 1.0.7

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.
@@ -1,4 +1,3 @@
1
- // link-script.js
2
1
  import { exec } from 'child_process';
3
2
 
4
3
  const command = process.platform === 'win32' ? 'npm link matterbridge' : 'sudo npm link matterbridge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Matterbridge dynamic platform plugin example",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "MIT",
@@ -18,7 +18,9 @@
18
18
  "matterbridge",
19
19
  "homebridge",
20
20
  "matter",
21
- "matter.js"
21
+ "matter.js",
22
+ "example",
23
+ "plugin"
22
24
  ],
23
25
  "engines": {
24
26
  "node": "^18.19.0 || ^20.11.0"
@@ -48,12 +50,12 @@
48
50
  "matterbridge:list": "matterbridge -list",
49
51
  "dev:link": "npm link --save-dev matterbridge",
50
52
  "dev:install": "npm install --save-dev matterbridge",
51
- "dev:unlink": "npm uninstall matterbridge && npm unlink matterbridge",
52
- "install": "npm run dev:unlink && node link-matterbridge-script.js && npm run build"
53
+ "dev:uninstall": "npm uninstall matterbridge && npm unlink matterbridge",
54
+ "install": "node link-matterbridge-script.js"
53
55
  },
54
56
  "devDependencies": {
55
57
  "@stylistic/eslint-plugin": "^1.7.0",
56
- "@tsconfig/node-lts": "^20.1.1",
58
+ "@tsconfig/node-lts": "^20.1.2",
57
59
  "@types/node": "^20.11.30",
58
60
  "@typescript-eslint/eslint-plugin": "^7.3.1",
59
61
  "@typescript-eslint/parser": "^7.3.1",