@matter/create 0.13.0-alpha.0-20250405-7fc7db48 → 0.13.0-alpha.0-20250412-5fad64e7b
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.
- package/dist/templates/index.json +13 -13
- package/package.json +2 -2
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "controller",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@matter/main": "~0.13.0-alpha.0-
|
|
9
|
-
"@matter/nodejs-ble": "~0.13.0-alpha.0-
|
|
10
|
-
"@project-chip/matter.js": "~0.13.0-alpha.0-
|
|
8
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b",
|
|
9
|
+
"@matter/nodejs-ble": "~0.13.0-alpha.0-20250412-5fad64e7b",
|
|
10
|
+
"@project-chip/matter.js": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
18
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
26
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
34
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
42
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
63
|
-
"@matter/nodejs-ble": "~0.13.0-alpha.0-
|
|
64
|
-
"@matter/main": "~0.13.0-alpha.0-
|
|
62
|
+
"@matter/nodejs": "~0.13.0-alpha.0-20250412-5fad64e7b",
|
|
63
|
+
"@matter/nodejs-ble": "~0.13.0-alpha.0-20250412-5fad64e7b",
|
|
64
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
72
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
80
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
88
|
+
"@matter/main": "~0.13.0-alpha.0-20250412-5fad64e7b"
|
|
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-
|
|
3
|
+
"version": "0.13.0-alpha.0-20250412-5fad64e7b",
|
|
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-
|
|
35
|
+
"@matter/tools": "0.13.0-alpha.0-20250412-5fad64e7b",
|
|
36
36
|
"@types/node": "^22.13.14",
|
|
37
37
|
"@types/tar-stream": "^3.1.3"
|
|
38
38
|
},
|