@project-chip/matter-node.js-examples 0.6.1-alpha.0-20231107-8ef79b7 → 0.6.1-alpha.0-20231107-ecff055
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@project-chip/matter-node.js-examples",
|
3
|
-
"version": "0.6.1-alpha.0-20231107-
|
3
|
+
"version": "0.6.1-alpha.0-20231107-ecff055",
|
4
4
|
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -32,23 +32,23 @@
|
|
32
32
|
"matter-composeddevice": "run src/examples/ComposedDeviceNode.ts",
|
33
33
|
"matter-multidevice": "run src/examples/MultiDeviceNode.ts",
|
34
34
|
"matter-controller": "run src/examples/ControllerNode.ts",
|
35
|
-
"bundle-device": "esbuild
|
36
|
-
"matter-device-bundled": "node --enable-source-maps
|
35
|
+
"bundle-device": "esbuild src/examples/DeviceNode.ts --bundle --platform=node --conditions=esbuild --external:@abandonware/bleno --external:@abandonware/bluetooth-hci-socket --sourcemap --minify --outfile=build/bundle/DeviceNode.cjs",
|
36
|
+
"matter-device-bundled": "node --enable-source-maps build/bundle/DeviceNode.cjs"
|
37
37
|
},
|
38
38
|
"bin": {
|
39
|
-
"matter-device": "./dist/
|
40
|
-
"matter-bridge": "./dist/
|
41
|
-
"matter-composeddevice": "./dist/
|
42
|
-
"matter-multidevice": "./dist/
|
43
|
-
"matter-controller": "./dist/
|
39
|
+
"matter-device": "./dist/esm/examples/DeviceNode.js",
|
40
|
+
"matter-bridge": "./dist/esm/examples/BridgedDevicesNode.js",
|
41
|
+
"matter-composeddevice": "./dist/esm/examples/ComposedDeviceNode.js",
|
42
|
+
"matter-multidevice": "./dist/esm/examples/MultiDeviceNode.js",
|
43
|
+
"matter-controller": "./dist/esm/examples/ControllerNode.js"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231107-
|
46
|
+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231107-ecff055",
|
47
47
|
"typescript": "^5.2.2"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231107-
|
51
|
-
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231107-
|
50
|
+
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231107-ecff055",
|
51
|
+
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231107-ecff055"
|
52
52
|
},
|
53
53
|
"engines": {
|
54
54
|
"_comment": "For Crypto.hkdf support",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "640c4dda6a2d6635e8966e7f7b679e5d96372276"
|
68
68
|
}
|