matterbridge 1.1.6 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +87 -87
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,87 +1,87 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- ## [1.1.6] - 2024-03-14
6
-
7
- ### Added
8
-
9
- - [async]: Plugins are loaded started configured fully asyncronously.
10
- - [frontend]: Added configured button.
11
-
12
- ## [1.1.5] - 2024-03-12
13
-
14
- ### Added
15
-
16
- - [debug]: Added public property enableDebug to Matterbridge.
17
- - [debug]: Added parameter -debug to the command line.
18
-
19
- ### Fixed
20
-
21
- - [plugin]: Fixed the plugin.paired and plugin.commissioned in bridge mode.
22
- - [routes]: Fixed the plugin devices route.
23
- - [bridge]: Fixed the BasicInformationCluster in bridge mode.
24
-
25
- ## [1.1.4] - 2024-03-10
26
-
27
- ### Changed
28
-
29
- - [cli]: Updated the loading from cli.
30
-
31
-
32
- ## [1.1.3] - 2024-03-10
33
-
34
- ### Added
35
-
36
- - [onMatterStarted]: onMatterStarted() is called after matter server started.
37
- - [onConfigure]: onConfigure() is called after the platform controller is commissioned.
38
-
39
- ### Changed
40
-
41
- - [dependencies]: Updated dependencies.
42
-
43
- ### Fixed
44
-
45
- - [Plugin route]: Fixed the plugin device route in frontend.
46
-
47
- ## [1.1.2] - 2024-03-08
48
-
49
- ### Added
50
-
51
- - [async]: All code is asyncronous where it makes sense.
52
- - [JSDoc]: Added JSDoc to the code.
53
-
54
- ### Removed
55
-
56
- - [event]: Removed all event code.
57
-
58
- <!-- Commented out section
59
- ## [1.1.2] - 2024-03-08
60
-
61
- ### Added
62
-
63
- - [Feature 1]: Description of the feature.
64
- - [Feature 2]: Description of the feature.
65
-
66
- ### Changed
67
-
68
- - [Feature 3]: Description of the change.
69
- - [Feature 4]: Description of the change.
70
-
71
- ### Deprecated
72
-
73
- - [Feature 5]: Description of the deprecation.
74
-
75
- ### Removed
76
-
77
- - [Feature 6]: Description of the removal.
78
-
79
- ### Fixed
80
-
81
- - [Bug 1]: Description of the bug fix.
82
- - [Bug 2]: Description of the bug fix.
83
-
84
- ### Security
85
-
86
- - [Security 1]: Description of the security improvement.
87
- -->
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.1.6] - 2024-03-14
6
+
7
+ ### Added
8
+
9
+ - [async]: Plugins are loaded started configured fully asyncronously.
10
+ - [frontend]: Added configured button.
11
+
12
+ ## [1.1.5] - 2024-03-12
13
+
14
+ ### Added
15
+
16
+ - [debug]: Added public property enableDebug to Matterbridge.
17
+ - [debug]: Added parameter -debug to the command line.
18
+
19
+ ### Fixed
20
+
21
+ - [plugin]: Fixed the plugin.paired and plugin.commissioned in bridge mode.
22
+ - [routes]: Fixed the plugin devices route.
23
+ - [bridge]: Fixed the BasicInformationCluster in bridge mode.
24
+
25
+ ## [1.1.4] - 2024-03-10
26
+
27
+ ### Changed
28
+
29
+ - [cli]: Updated the loading from cli.
30
+
31
+
32
+ ## [1.1.3] - 2024-03-10
33
+
34
+ ### Added
35
+
36
+ - [onMatterStarted]: onMatterStarted() is called after matter server started.
37
+ - [onConfigure]: onConfigure() is called after the platform controller is commissioned.
38
+
39
+ ### Changed
40
+
41
+ - [dependencies]: Updated dependencies.
42
+
43
+ ### Fixed
44
+
45
+ - [Plugin route]: Fixed the plugin device route in frontend.
46
+
47
+ ## [1.1.2] - 2024-03-08
48
+
49
+ ### Added
50
+
51
+ - [async]: All code is asyncronous where it makes sense.
52
+ - [JSDoc]: Added JSDoc to the code.
53
+
54
+ ### Removed
55
+
56
+ - [event]: Removed all event code.
57
+
58
+ <!-- Commented out section
59
+ ## [1.1.2] - 2024-03-08
60
+
61
+ ### Added
62
+
63
+ - [Feature 1]: Description of the feature.
64
+ - [Feature 2]: Description of the feature.
65
+
66
+ ### Changed
67
+
68
+ - [Feature 3]: Description of the change.
69
+ - [Feature 4]: Description of the change.
70
+
71
+ ### Deprecated
72
+
73
+ - [Feature 5]: Description of the deprecation.
74
+
75
+ ### Removed
76
+
77
+ - [Feature 6]: Description of the removal.
78
+
79
+ ### Fixed
80
+
81
+ - [Bug 1]: Description of the bug fix.
82
+ - [Bug 2]: Description of the bug fix.
83
+
84
+ ### Security
85
+
86
+ - [Security 1]: Description of the security improvement.
87
+ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Matterbridge",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  "updateMatter:dev": "npm run deepClean && npm install @project-chip/matter-node.js@dev && npm install && npm run build"
51
51
  },
52
52
  "devDependencies": {
53
- "@stylistic/eslint-plugin": "^1.6.3",
53
+ "@stylistic/eslint-plugin": "^1.7.0",
54
54
  "@tsconfig/node-lts": "^20.1.1",
55
55
  "@types/express": "^4.17.21",
56
56
  "@types/node": "^20.11.27",
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@project-chip/matter-node.js": "^0.7.5",
66
66
  "express": "^4.18.3",
67
- "matter-history": "file:../matter-history",
67
+ "matter-history": "^1.0.11",
68
68
  "node-ansi-logger": "^1.9.2",
69
69
  "node-persist-manager": "^1.0.4"
70
70
  }