@project-chip/matter-node.js-examples 0.11.0-alpha.0-20241017-fa6aca0e9 → 0.11.0-alpha.0-20241018-34fe42e99

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-chip/matter-node.js-examples",
3
- "version": "0.11.0-alpha.0-20241017-fa6aca0e9",
3
+ "version": "0.11.0-alpha.0-20241018-34fe42e99",
4
4
  "description": "Matter.js examples and reference implementations",
5
5
  "keywords": [
6
6
  "iot",
@@ -43,11 +43,11 @@
43
43
  "matter-legacystorageconverter": "dist/esm/examples/LegacyStorageConverter.js"
44
44
  },
45
45
  "dependencies": {
46
- "@project-chip/matter-node-ble.js": "0.11.0-alpha.0-20241017-fa6aca0e9",
47
- "@project-chip/matter.js": "0.11.0-alpha.0-20241017-fa6aca0e9"
46
+ "@project-chip/matter-node-ble.js": "0.11.0-alpha.0-20241018-34fe42e99",
47
+ "@project-chip/matter.js": "0.11.0-alpha.0-20241018-34fe42e99"
48
48
  },
49
49
  "devDependencies": {
50
- "@matter/tools": "0.11.0-alpha.0-20241017-fa6aca0e9"
50
+ "@matter/tools": "0.11.0-alpha.0-20241018-34fe42e99"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18.0.0"