Skip to content

Commit cd3c984

Browse files
authored
v0.6.1-alpha.0-20231019-ee0fce9 (#414)
1 parent ee0fce9 commit cd3c984

File tree

11 files changed

+57
-57
lines changed

11 files changed

+57
-57
lines changed

chip-testing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter.js-chip-testing",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Testing of matter.js with CHIP tool",
55
"private": true,
66
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
2020
"test-chip": "matter-test --force-exit"
2121
},
2222
"dependencies": {
23-
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231015-0e2c4e1",
24-
"@project-chip/matter.js": "0.6.1-alpha.0-20231015-0e2c4e1",
25-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1"
23+
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231019-ee0fce9",
24+
"@project-chip/matter.js": "0.6.1-alpha.0-20231019-ee0fce9",
25+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9"
2626
}
2727
}

codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter.js-codegen",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter.js tooling",
55
"private": true,
66
"type": "module",
@@ -27,11 +27,11 @@
2727
},
2828
"homepage": "https://github.com/project-chip/matter.js#readme",
2929
"dependencies": {
30-
"@project-chip/matter.js": "0.6.1-alpha.0-20231015-0e2c4e1",
31-
"@project-chip/matter.js-intermediate-models": "0.6.1-alpha.0-20231015-0e2c4e1"
30+
"@project-chip/matter.js": "0.6.1-alpha.0-20231019-ee0fce9",
31+
"@project-chip/matter.js-intermediate-models": "0.6.1-alpha.0-20231019-ee0fce9"
3232
},
3333
"devDependencies": {
34-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
34+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
3535
"@types/jsdom": "^21.1.3",
3636
"jsdom": "^22.1.0",
3737
"typescript": "^5.2.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
2+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
33
"command": {
44
"run": {
55
"stream": true

models/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter.js-intermediate-models",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter.js intermediate models",
55
"private": true,
66
"type": "module",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/project-chip/matter.js#readme",
2424
"devDependencies": {
25-
"@project-chip/matter.js": "0.6.1-alpha.0-20231015-0e2c4e1",
26-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1"
25+
"@project-chip/matter.js": "0.6.1-alpha.0-20231019-ee0fce9",
26+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9"
2727
}
2828
}

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/matter-node-ble.js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter-node-ble.js",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter BLE support for node.js",
55
"keywords": [
66
"iot",
@@ -29,12 +29,12 @@
2929
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.json"
3030
},
3131
"devDependencies": {
32-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
32+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
3333
"ts-node": "^10.9.1",
3434
"typescript": "^5.2.2"
3535
},
3636
"dependencies": {
37-
"@project-chip/matter.js": "0.6.1-alpha.0-20231015-0e2c4e1"
37+
"@project-chip/matter.js": "0.6.1-alpha.0-20231019-ee0fce9"
3838
},
3939
"optionalDependencies": {
4040
"@abandonware/bleno": "^0.6.1",

packages/matter-node-shell.js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter-node-shell.js",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Shell app for Matter controller",
55
"keywords": [
66
"iot",
@@ -32,12 +32,12 @@
3232
"shell": "./dist/cjs/app.js"
3333
},
3434
"devDependencies": {
35-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
35+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
3636
"typescript": "^5.2.2"
3737
},
3838
"dependencies": {
39-
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231015-0e2c4e1",
40-
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231015-0e2c4e1",
39+
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231019-ee0fce9",
40+
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231019-ee0fce9",
4141
"child_process": "^1.0.2",
4242
"readline": "^1.3.0",
4343
"yargs": "^17.7.2"

packages/matter-node.js-examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter-node.js-examples",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
55
"keywords": [
66
"iot",
@@ -43,12 +43,12 @@
4343
"matter-controller": "./dist/cjs/examples/ControllerNode.js"
4444
},
4545
"devDependencies": {
46-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
46+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
4747
"typescript": "^5.2.2"
4848
},
4949
"dependencies": {
50-
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231015-0e2c4e1",
51-
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231015-0e2c4e1"
50+
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231019-ee0fce9",
51+
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231019-ee0fce9"
5252
},
5353
"engines": {
5454
"_comment": "For Crypto.hkdf support",

packages/matter-node.js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter-node.js",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter protocol for node.js",
55
"keywords": [
66
"iot",
@@ -31,7 +31,7 @@
3131
"test": "matter-test"
3232
},
3333
"devDependencies": {
34-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
34+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
3535
"@types/bn.js": "^5.1.2",
3636
"@types/bytebuffer": "^5.0.45",
3737
"@types/node-localstorage": "^1.3.1",
@@ -40,7 +40,7 @@
4040
"typescript": "^5.2.2"
4141
},
4242
"dependencies": {
43-
"@project-chip/matter.js": "0.6.1-alpha.0-20231015-0e2c4e1",
43+
"@project-chip/matter.js": "0.6.1-alpha.0-20231019-ee0fce9",
4444
"node-localstorage": "^3.0.5"
4545
},
4646
"engines": {

packages/matter.js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter.js",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter protocol in pure js",
55
"keywords": [
66
"iot",
@@ -36,7 +36,7 @@
3636
"elliptic": "^6.5.4"
3737
},
3838
"devDependencies": {
39-
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231015-0e2c4e1",
39+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231019-ee0fce9",
4040
"@types/bn.js": "^5.1.2",
4141
"@types/chai": "^4.3.6",
4242
"@types/elliptic": "^6.4.15",

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-chip/matter.js-tools",
3-
"version": "0.6.1-alpha.0-20231015-0e2c4e1",
3+
"version": "0.6.1-alpha.0-20231019-ee0fce9",
44
"description": "Matter.js tooling",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)