@matter/create 0.13.0-alpha.0-20250427-e7df8aa45 → 0.13.0-alpha.0-20250427-275b73b4f

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.
@@ -5,9 +5,9 @@
5
5
  {
6
6
  "name": "controller",
7
7
  "dependencies": {
8
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45",
9
- "@matter/nodejs-ble": "~0.13.0-alpha.0-20250427-e7df8aa45",
10
- "@project-chip/matter.js": "~0.13.0-alpha.0-20250427-e7df8aa45"
8
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f",
9
+ "@matter/nodejs-ble": "~0.13.0-alpha.0-20250427-275b73b4f",
10
+ "@project-chip/matter.js": "~0.13.0-alpha.0-20250427-275b73b4f"
11
11
  },
12
12
  "description": "Controller example to commission and connect devices",
13
13
  "entrypoint": "ControllerNode.ts"
@@ -15,7 +15,7 @@
15
15
  {
16
16
  "name": "device-air-quality-sensor",
17
17
  "dependencies": {
18
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
18
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
19
19
  },
20
20
  "description": "Air quality sensor example",
21
21
  "entrypoint": "AirQualitySensorDeviceNode.ts"
@@ -23,7 +23,7 @@
23
23
  {
24
24
  "name": "device-bridge-onoff",
25
25
  "dependencies": {
26
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
26
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
27
27
  },
28
28
  "description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface",
29
29
  "entrypoint": "BridgedDevicesNode.ts"
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "name": "device-composed-onoff",
33
33
  "dependencies": {
34
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
34
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
35
35
  },
36
36
  "description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface",
37
37
  "entrypoint": "ComposedDeviceNode.ts"
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "name": "device-composed-wc-light",
41
41
  "dependencies": {
42
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
42
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
43
43
  },
44
44
  "description": "Composed device with Window covering and a light endpoint that logs changes",
45
45
  "entrypoint": "IlluminatedRollerShade.ts"
@@ -47,7 +47,7 @@
47
47
  {
48
48
  "name": "device-measuring-socket",
49
49
  "dependencies": {
50
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
50
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
51
51
  },
52
52
  "description": "Socket device that reports random Energy and Power measurements",
53
53
  "entrypoint": "MeasuredSocketDevice.ts"
@@ -67,9 +67,9 @@
67
67
  {
68
68
  "name": "device-onoff-advanced",
69
69
  "dependencies": {
70
- "@matter/nodejs": "~0.13.0-alpha.0-20250427-e7df8aa45",
71
- "@matter/nodejs-ble": "~0.13.0-alpha.0-20250427-e7df8aa45",
72
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
70
+ "@matter/nodejs": "~0.13.0-alpha.0-20250427-275b73b4f",
71
+ "@matter/nodejs-ble": "~0.13.0-alpha.0-20250427-275b73b4f",
72
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
73
73
  },
74
74
  "description": "OnOff light/socket device with BLE support and advanced API usage",
75
75
  "entrypoint": "DeviceNodeFull.ts"
@@ -77,7 +77,7 @@
77
77
  {
78
78
  "name": "device-onoff-light",
79
79
  "dependencies": {
80
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
80
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
81
81
  },
82
82
  "description": "OnOff light example which logs the state changes to the console",
83
83
  "entrypoint": "LightDevice.ts"
@@ -85,7 +85,7 @@
85
85
  {
86
86
  "name": "device-robotic-vacuum-cleaner",
87
87
  "dependencies": {
88
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
88
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
89
89
  },
90
90
  "description": "Robotic Vacuum Cleaner Example",
91
91
  "entrypoint": "RoboticVacuumCleanerDevice.ts"
@@ -93,7 +93,7 @@
93
93
  {
94
94
  "name": "device-sensor",
95
95
  "dependencies": {
96
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
96
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
97
97
  },
98
98
  "description": "Temperature/Humidity sensor with a CLI command interface to get the value",
99
99
  "entrypoint": "SensorDeviceNode.ts"
@@ -101,7 +101,7 @@
101
101
  {
102
102
  "name": "device-simple",
103
103
  "dependencies": {
104
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
104
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
105
105
  },
106
106
  "description": "A simple on/off device",
107
107
  "entrypoint": "main.ts"
@@ -109,7 +109,7 @@
109
109
  {
110
110
  "name": "device-smoke-co-alarm",
111
111
  "dependencies": {
112
- "@matter/main": "~0.13.0-alpha.0-20250427-e7df8aa45"
112
+ "@matter/main": "~0.13.0-alpha.0-20250427-275b73b4f"
113
113
  },
114
114
  "description": "Smoke CO Alarm Example",
115
115
  "entrypoint": "SmokeCOAlarmDeviceNode.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/create",
3
- "version": "0.13.0-alpha.0-20250427-e7df8aa45",
3
+ "version": "0.13.0-alpha.0-20250427-275b73b4f",
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/project-chip/matter.js#readme",
34
34
  "devDependencies": {
35
- "@matter/tools": "0.13.0-alpha.0-20250427-e7df8aa45",
35
+ "@matter/tools": "0.13.0-alpha.0-20250427-275b73b4f",
36
36
  "@types/node": "^22.14.1",
37
37
  "@types/tar-stream": "^3.1.3"
38
38
  },