@matter/create 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba

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.
@@ -16,7 +16,7 @@ import { WindowCoveringDevice } from "@matter/main/devices/window-covering";
16
16
  * Our example device, the Excelsior 1000 EZ-Nite™, is a roller shade with an illuminated valance.
17
17
  */
18
18
 
19
- const LiftingWindowCoveringServer = WindowCoveringServer.with("Lift", "AbsolutePosition", "PositionAwareLift");
19
+ const LiftingWindowCoveringServer = WindowCoveringServer.with("Lift", "PositionAwareLift");
20
20
 
21
21
  /**
22
22
  * Implementation of the Matter WindowCovering cluster for the shade motor.
@@ -5,9 +5,9 @@
5
5
  {
6
6
  "name": "controller",
7
7
  "dependencies": {
8
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de",
9
- "@matter/nodejs-ble": "~0.13.0-alpha.0-20250328-6dde053de",
10
- "@project-chip/matter.js": "~0.13.0-alpha.0-20250328-6dde053de"
8
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba",
9
+ "@matter/nodejs-ble": "~0.13.0-alpha.0-20250330-df5a17eba",
10
+ "@project-chip/matter.js": "~0.13.0-alpha.0-20250330-df5a17eba"
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-bridge-onoff",
17
17
  "dependencies": {
18
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
18
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
19
19
  },
20
20
  "description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface",
21
21
  "entrypoint": "BridgedDevicesNode.ts"
@@ -23,7 +23,7 @@
23
23
  {
24
24
  "name": "device-composed-onoff",
25
25
  "dependencies": {
26
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
26
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
27
27
  },
28
28
  "description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface",
29
29
  "entrypoint": "ComposedDeviceNode.ts"
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "name": "device-composed-wc-light",
33
33
  "dependencies": {
34
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
34
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
35
35
  },
36
36
  "description": "Composed device with Window covering and a light endpoint that logs changes",
37
37
  "entrypoint": "IlluminatedRollerShade.ts"
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "name": "device-measuring-socket",
41
41
  "dependencies": {
42
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
42
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
43
43
  },
44
44
  "description": "Socket device that reports random Energy and Power measurements",
45
45
  "entrypoint": "MeasuredSocketDevice.ts"
@@ -59,9 +59,9 @@
59
59
  {
60
60
  "name": "device-onoff-advanced",
61
61
  "dependencies": {
62
- "@matter/nodejs": "~0.13.0-alpha.0-20250328-6dde053de",
63
- "@matter/nodejs-ble": "~0.13.0-alpha.0-20250328-6dde053de",
64
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
62
+ "@matter/nodejs": "~0.13.0-alpha.0-20250330-df5a17eba",
63
+ "@matter/nodejs-ble": "~0.13.0-alpha.0-20250330-df5a17eba",
64
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
65
65
  },
66
66
  "description": "OnOff light/socket device with BLE support and advanced API usage",
67
67
  "entrypoint": "DeviceNodeFull.ts"
@@ -69,7 +69,7 @@
69
69
  {
70
70
  "name": "device-onoff-light",
71
71
  "dependencies": {
72
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
72
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
73
73
  },
74
74
  "description": "OnOff light example which logs the state changes to the console",
75
75
  "entrypoint": "LightDevice.ts"
@@ -77,7 +77,7 @@
77
77
  {
78
78
  "name": "device-sensor",
79
79
  "dependencies": {
80
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
80
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
81
81
  },
82
82
  "description": "Temperature/Humidity sensor with a CLI command interface to get the value",
83
83
  "entrypoint": "SensorDeviceNode.ts"
@@ -85,7 +85,7 @@
85
85
  {
86
86
  "name": "device-simple",
87
87
  "dependencies": {
88
- "@matter/main": "~0.13.0-alpha.0-20250328-6dde053de"
88
+ "@matter/main": "~0.13.0-alpha.0-20250330-df5a17eba"
89
89
  },
90
90
  "description": "A simple on/off device",
91
91
  "entrypoint": "main.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/create",
3
- "version": "0.13.0-alpha.0-20250328-6dde053de",
3
+ "version": "0.13.0-alpha.0-20250330-df5a17eba",
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-20250328-6dde053de",
35
+ "@matter/tools": "0.13.0-alpha.0-20250330-df5a17eba",
36
36
  "@types/node": "^22.13.12",
37
37
  "@types/tar-stream": "^3.1.3"
38
38
  },