Skip to content

Commit

Permalink
v0.10.0-alpha.0-20240629-e3ed5979 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Automator77 committed Jun 29, 2024
1 parent e3ed597 commit 9bd5943
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 69 deletions.
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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Testing of matter.js with CHIP tool",
"private": true,
"license": "Apache-2.0",
Expand All @@ -20,8 +20,8 @@
"build-clean": "matter-build --clean"
},
"dependencies": {
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6"
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979"
}
}
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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter.js tooling",
"private": true,
"type": "module",
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"dependencies": {
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-intermediate-models": "0.10.0-alpha.0-20240628-297f53d6"
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-intermediate-models": "0.10.0-alpha.0-20240629-e3ed5979"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"@types/jsdom": "^21.1.6",
"jsdom": "^24.1.0",
"typescript": "~5.4.5",
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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter.js intermediate models",
"private": true,
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"devDependencies": {
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6"
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979"
}
}
68 changes: 34 additions & 34 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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"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.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6"
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979"
},
"optionalDependencies": {
"@stoprocent/bleno": "^0.7.6",
Expand Down
10 changes: 5 additions & 5 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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Shell app for Matter controller",
"keywords": [
"iot",
Expand Down Expand Up @@ -35,10 +35,10 @@
"typescript": "~5.4.5"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"child_process": "^1.0.2",
"readline": "^1.3.0",
"yargs": "^17.7.2"
Expand Down
10 changes: 5 additions & 5 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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -64,10 +64,10 @@
"typescript": "~5.4.5"
},
"dependencies": {
"@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6"
"@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979"
},
"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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter protocol for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -31,14 +31,14 @@
"test": "matter-test"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"@types/bytebuffer": "^5.0.49",
"@types/node-localstorage": "^1.3.3",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"node-localstorage": "^3.0.5"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/matter.js-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-react-native",
"version": "0.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter BLE support for node.js",
"keywords": [
"iot",
Expand Down Expand Up @@ -29,13 +29,13 @@
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.json"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js": "0.10.0-alpha.0-20240629-e3ed5979",
"react-native-ble-plx": "^3.2.0",
"react-native-quick-crypto": "^0.7.0-rc.9",
"react-native-udp": "^4.1.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js-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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter.js tooling",
"type": "module",
"scripts": {
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.10.0-alpha.0-20240628-297f53d6",
"version": "0.10.0-alpha.0-20240629-e3ed5979",
"description": "Matter protocol in pure js",
"keywords": [
"iot",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@noble/curves": "^1.4.0"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240628-297f53d6",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/wtfnode": "^0.7.3",
Expand Down

0 comments on commit 9bd5943

Please sign in to comment.