@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.
Files changed (1) hide show
  1. 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-8ef79b7",
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 dist/cjs/examples/DeviceNode.js --bundle --platform=node --external:@abandonware/bleno --external:@abandonware/bluetooth-hci-socket --sourcemap --minify --outfile=build/bundle/DeviceNode.js",
36
- "matter-device-bundled": "node --enable-source-maps dist/cjs/examples/DeviceNode.js"
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/cjs/examples/DeviceNode.js",
40
- "matter-bridge": "./dist/cjs/examples/BridgedDevicesNode.js",
41
- "matter-composeddevice": "./dist/cjs/examples/ComposedDeviceNode.js",
42
- "matter-multidevice": "./dist/cjs/examples/MultiDeviceNode.js",
43
- "matter-controller": "./dist/cjs/examples/ControllerNode.js"
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-8ef79b7",
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-8ef79b7",
51
- "@project-chip/matter-node.js": "0.6.1-alpha.0-20231107-8ef79b7"
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": "4c51b66c34ff96eb1f5b721c44d4463ee5ab1761"
67
+ "gitHead": "640c4dda6a2d6635e8966e7f7b679e5d96372276"
68
68
  }