@matter/create 0.16.0-alpha.0-20250809-ee8375bcb → 0.16.0-alpha.0-20250812-285b75d83

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.
@@ -132,7 +132,7 @@ export class DummyThreadNetworkCommissioningServer extends NetworkCommissioningB
132
132
  this.state.lastConnectErrorValue = null;
133
133
 
134
134
  // Announce operational in IP network
135
- await this.env.get(DeviceAdvertiser).startAdvertising();
135
+ this.env.get(DeviceAdvertiser).restartAdvertisement();
136
136
 
137
137
  return {
138
138
  networkingStatus,
@@ -130,7 +130,7 @@ export class DummyWifiNetworkCommissioningServer extends NetworkCommissioningBeh
130
130
  this.state.lastConnectErrorValue = null;
131
131
 
132
132
  // Announce operational in IP network
133
- await this.env.get(DeviceAdvertiser).startAdvertising();
133
+ this.env.get(DeviceAdvertiser).restartAdvertisement();
134
134
 
135
135
  return {
136
136
  networkingStatus,
@@ -5,7 +5,7 @@
5
5
  {
6
6
  "name": "control-onoff",
7
7
  "dependencies": {
8
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
8
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
9
9
  },
10
10
  "description": "Simple light controller",
11
11
  "entrypoint": "OnOffController.ts"
@@ -13,9 +13,9 @@
13
13
  {
14
14
  "name": "controller",
15
15
  "dependencies": {
16
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb",
17
- "@matter/nodejs-ble": "~0.16.0-alpha.0-20250809-ee8375bcb",
18
- "@project-chip/matter.js": "~0.16.0-alpha.0-20250809-ee8375bcb"
16
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83",
17
+ "@matter/nodejs-ble": "~0.16.0-alpha.0-20250812-285b75d83",
18
+ "@project-chip/matter.js": "~0.16.0-alpha.0-20250812-285b75d83"
19
19
  },
20
20
  "description": "Controller example to commission and connect devices",
21
21
  "entrypoint": "ControllerNode.ts"
@@ -23,7 +23,7 @@
23
23
  {
24
24
  "name": "device-air-quality-sensor",
25
25
  "dependencies": {
26
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
26
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
27
27
  },
28
28
  "description": "Air quality sensor example",
29
29
  "entrypoint": "AirQualitySensorDeviceNode.ts"
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "name": "device-bridge-onoff",
33
33
  "dependencies": {
34
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
34
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
35
35
  },
36
36
  "description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface",
37
37
  "entrypoint": "BridgedDevicesNode.ts"
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "name": "device-composed-onoff",
41
41
  "dependencies": {
42
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
42
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
43
43
  },
44
44
  "description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface",
45
45
  "entrypoint": "ComposedDeviceNode.ts"
@@ -47,7 +47,7 @@
47
47
  {
48
48
  "name": "device-composed-wc-light",
49
49
  "dependencies": {
50
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
50
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
51
51
  },
52
52
  "description": "Composed device with Window covering and a light endpoint that logs changes",
53
53
  "entrypoint": "IlluminatedRollerShade.ts"
@@ -55,7 +55,7 @@
55
55
  {
56
56
  "name": "device-measuring-socket",
57
57
  "dependencies": {
58
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
58
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
59
59
  },
60
60
  "description": "Socket device that reports random Energy and Power measurements",
61
61
  "entrypoint": "MeasuredSocketDevice.ts"
@@ -63,7 +63,7 @@
63
63
  {
64
64
  "name": "device-multiple-onoff",
65
65
  "dependencies": {
66
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
66
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
67
67
  },
68
68
  "description": "Multiple OnOff light/socket nodes in one process with a CLI command execution interface",
69
69
  "entrypoint": "MultiDeviceNode.ts"
@@ -71,7 +71,7 @@
71
71
  {
72
72
  "name": "device-onoff",
73
73
  "dependencies": {
74
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
74
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
75
75
  },
76
76
  "description": "OnOff light/socket device with a CLI command execution interface",
77
77
  "entrypoint": "DeviceNode.ts"
@@ -79,9 +79,9 @@
79
79
  {
80
80
  "name": "device-onoff-advanced",
81
81
  "dependencies": {
82
- "@matter/nodejs": "~0.16.0-alpha.0-20250809-ee8375bcb",
83
- "@matter/nodejs-ble": "~0.16.0-alpha.0-20250809-ee8375bcb",
84
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
82
+ "@matter/nodejs": "~0.16.0-alpha.0-20250812-285b75d83",
83
+ "@matter/nodejs-ble": "~0.16.0-alpha.0-20250812-285b75d83",
84
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
85
85
  },
86
86
  "description": "OnOff light/socket device with BLE support and advanced API usage",
87
87
  "entrypoint": "DeviceNodeFull.ts"
@@ -89,7 +89,7 @@
89
89
  {
90
90
  "name": "device-onoff-light",
91
91
  "dependencies": {
92
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
92
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
93
93
  },
94
94
  "description": "OnOff light example which logs the state changes to the console",
95
95
  "entrypoint": "LightDevice.ts"
@@ -97,7 +97,7 @@
97
97
  {
98
98
  "name": "device-robotic-vacuum-cleaner",
99
99
  "dependencies": {
100
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
100
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
101
101
  },
102
102
  "description": "Robotic Vacuum Cleaner Example",
103
103
  "entrypoint": "RoboticVacuumCleanerDevice.ts"
@@ -105,7 +105,7 @@
105
105
  {
106
106
  "name": "device-sensor",
107
107
  "dependencies": {
108
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
108
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
109
109
  },
110
110
  "description": "Temperature/Humidity sensor with a CLI command interface to get the value",
111
111
  "entrypoint": "SensorDeviceNode.ts"
@@ -113,7 +113,7 @@
113
113
  {
114
114
  "name": "device-simple",
115
115
  "dependencies": {
116
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
116
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
117
117
  },
118
118
  "description": "A simple on/off device",
119
119
  "entrypoint": "main.ts"
@@ -121,7 +121,7 @@
121
121
  {
122
122
  "name": "device-smoke-co-alarm",
123
123
  "dependencies": {
124
- "@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
124
+ "@matter/main": "~0.16.0-alpha.0-20250812-285b75d83"
125
125
  },
126
126
  "description": "Smoke CO Alarm Example",
127
127
  "entrypoint": "SmokeCOAlarmDeviceNode.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/create",
3
- "version": "0.16.0-alpha.0-20250809-ee8375bcb",
3
+ "version": "0.16.0-alpha.0-20250812-285b75d83",
4
4
  "description": "Matter.js skeleton project generator",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/matter-js/matter.js#readme",
34
34
  "devDependencies": {
35
- "@matter/tools": "0.16.0-alpha.0-20250809-ee8375bcb",
35
+ "@matter/tools": "0.16.0-alpha.0-20250812-285b75d83",
36
36
  "@types/node": "^24.1.0",
37
37
  "@types/tar-stream": "^3.1.4"
38
38
  },