@matter/create 0.16.0-alpha.0-20250807-37b08c9bb → 0.16.0-alpha.0-20250809-ee8375bcb
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.
|
@@ -11,8 +11,8 @@ import { error, info, notice } from "./messages.js";
|
|
|
11
11
|
import { createAndValidateDest, install, ProjectError } from "./new-project.js";
|
|
12
12
|
import { git } from "./run.js";
|
|
13
13
|
const DEFAULT_DEV_PATH = "./matter.js";
|
|
14
|
-
const DEFAULT_GIT_REPO = "git@github.com:matter-js/matter.git";
|
|
15
|
-
const FORK_LINK = "https://github.com/matter-js/matter/fork";
|
|
14
|
+
const DEFAULT_GIT_REPO = "git@github.com:matter-js/matter.js.git";
|
|
15
|
+
const FORK_LINK = "https://github.com/matter-js/matter.js/fork";
|
|
16
16
|
const MANUAL_INSTRUCTIONS = `You can fork at ${blue(FORK_LINK)}, clone yourself and run ${bold("npm install")}`;
|
|
17
17
|
function ContributorProject({ dest, performInstall }) {
|
|
18
18
|
return {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "control-onoff",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@matter/main": "~0.16.0-alpha.0-
|
|
8
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
17
|
-
"@matter/nodejs-ble": "~0.16.0-alpha.0-
|
|
18
|
-
"@project-chip/matter.js": "~0.16.0-alpha.0-
|
|
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"
|
|
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-
|
|
26
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
34
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
42
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
50
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
58
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
66
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
74
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
83
|
-
"@matter/nodejs-ble": "~0.16.0-alpha.0-
|
|
84
|
-
"@matter/main": "~0.16.0-alpha.0-
|
|
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"
|
|
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-
|
|
92
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
100
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
108
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
116
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
124
|
+
"@matter/main": "~0.16.0-alpha.0-20250809-ee8375bcb"
|
|
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-
|
|
3
|
+
"version": "0.16.0-alpha.0-20250809-ee8375bcb",
|
|
4
4
|
"description": "Matter.js skeleton project generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/matter-js/matter.git"
|
|
23
|
+
"url": "git+https://github.com/matter-js/matter.js.git"
|
|
24
24
|
},
|
|
25
25
|
"author": "matter.js authors",
|
|
26
26
|
"contributors": [
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
],
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"bugs": {
|
|
31
|
-
"url": "https://github.com/matter-js/matter/issues"
|
|
31
|
+
"url": "https://github.com/matter-js/matter.js/issues"
|
|
32
32
|
},
|
|
33
|
-
"homepage": "https://github.com/matter-js/matter#readme",
|
|
33
|
+
"homepage": "https://github.com/matter-js/matter.js#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@matter/tools": "0.16.0-alpha.0-
|
|
35
|
+
"@matter/tools": "0.16.0-alpha.0-20250809-ee8375bcb",
|
|
36
36
|
"@types/node": "^24.1.0",
|
|
37
37
|
"@types/tar-stream": "^3.1.4"
|
|
38
38
|
},
|
|
@@ -13,8 +13,8 @@ import { createAndValidateDest, install, ProjectError } from "./new-project.js";
|
|
|
13
13
|
import { git } from "./run.js";
|
|
14
14
|
|
|
15
15
|
const DEFAULT_DEV_PATH = "./matter.js";
|
|
16
|
-
const DEFAULT_GIT_REPO = "git@github.com:matter-js/matter.git";
|
|
17
|
-
const FORK_LINK = "https://github.com/matter-js/matter/fork";
|
|
16
|
+
const DEFAULT_GIT_REPO = "git@github.com:matter-js/matter.js.git";
|
|
17
|
+
const FORK_LINK = "https://github.com/matter-js/matter.js/fork";
|
|
18
18
|
const MANUAL_INSTRUCTIONS = `You can fork at ${blue(FORK_LINK)}, clone yourself and run ${bold("npm install")}`;
|
|
19
19
|
|
|
20
20
|
export interface ContributorProject {
|