Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NIGHTLY DEV RELEASE] 0.6.1-alpha.0-20231106-fe8daea #488

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions chip-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-chip-testing",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Testing of matter.js with CHIP tool",
"private": true,
"license": "Apache-2.0",
Expand All @@ -20,8 +20,8 @@
"test-chip": "matter-test --force-exit"
},
"dependencies": {
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e"
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea"
}
}
8 changes: 4 additions & 4 deletions codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-codegen",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter.js tooling",
"private": true,
"type": "module",
Expand All @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"dependencies": {
"@project-chip/matter.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-intermediate-models": "0.6.1-alpha.0-20231102-e09231e"
"@project-chip/matter.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter.js-intermediate-models": "0.6.1-alpha.0-20231106-fe8daea"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"@types/jsdom": "^21.1.4",
"jsdom": "^22.1.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"command": {
"run": {
"stream": true
Expand Down
6 changes: 3 additions & 3 deletions models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-intermediate-models",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter.js intermediate models",
"private": true,
"type": "module",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"devDependencies": {
"@project-chip/matter.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e"
"@project-chip/matter.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea"
}
}
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/matter-node-ble.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter-node-ble.js",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter BLE support for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -29,12 +29,12 @@
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.json"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@project-chip/matter.js": "0.6.1-alpha.0-20231102-e09231e"
"@project-chip/matter.js": "0.6.1-alpha.0-20231106-fe8daea"
},
"optionalDependencies": {
"@abandonware/bleno": "^0.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/matter-node-shell.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter-node-shell.js",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Shell app for Matter controller",
"keywords": [
"iot",
Expand Down Expand Up @@ -32,12 +32,12 @@
"shell": "./dist/cjs/app.js"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"typescript": "^5.2.2"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231106-fe8daea",
"child_process": "^1.0.2",
"readline": "^1.3.0",
"yargs": "^17.7.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/matter-node.js-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter-node.js-examples",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -43,12 +43,12 @@
"matter-controller": "./dist/cjs/examples/ControllerNode.js"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"typescript": "^5.2.2"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231102-e09231e"
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231106-fe8daea",
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231106-fe8daea"
},
"engines": {
"_comment": "For Crypto.hkdf support",
Expand Down
6 changes: 3 additions & 3 deletions packages/matter-node.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter-node.js",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter protocol for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "matter-test"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"@types/bn.js": "^5.1.3",
"@types/bytebuffer": "^5.0.46",
"@types/node-localstorage": "^1.3.2",
Expand All @@ -40,7 +40,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@project-chip/matter.js": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js": "0.6.1-alpha.0-20231106-fe8daea",
"node-localstorage": "^3.0.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/matter.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter protocol in pure js",
"keywords": [
"iot",
Expand Down Expand Up @@ -36,7 +36,7 @@
"elliptic": "^6.5.4"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231102-e09231e",
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231106-fe8daea",
"@types/bn.js": "^5.1.3",
"@types/chai": "^4.3.9",
"@types/elliptic": "^6.4.16",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-tools",
"version": "0.6.1-alpha.0-20231102-e09231e",
"version": "0.6.1-alpha.0-20231106-fe8daea",
"description": "Matter.js tooling",
"private": true,
"type": "module",
Expand Down
Loading