Skip to content

Commit

Permalink
v0.7.3-alpha.0-20231213-e297f4a9 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Automator77 authored Dec 13, 2023
1 parent e297f4a commit 1a13f76
Show file tree
Hide file tree
Showing 204 changed files with 30,202 additions and 13,730 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.7.3-alpha.0-20231205-f58a8489",
"version": "0.7.3-alpha.0-20231213-e297f4a9",
"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.7.3-alpha.0-20231205-f58a8489",
"@project-chip/matter.js": "0.7.3-alpha.0-20231205-f58a8489",
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231205-f58a8489"
"@project-chip/matter-node.js": "0.7.3-alpha.0-20231213-e297f4a9",
"@project-chip/matter.js": "0.7.3-alpha.0-20231213-e297f4a9",
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231213-e297f4a9"
}
}
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.7.3-alpha.0-20231205-f58a8489",
"version": "0.7.3-alpha.0-20231213-e297f4a9",
"description": "Matter.js tooling",
"private": true,
"type": "module",
Expand All @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"dependencies": {
"@project-chip/matter.js": "0.7.3-alpha.0-20231205-f58a8489",
"@project-chip/matter.js-intermediate-models": "0.7.3-alpha.0-20231205-f58a8489"
"@project-chip/matter.js": "0.7.3-alpha.0-20231213-e297f4a9",
"@project-chip/matter.js-intermediate-models": "0.7.3-alpha.0-20231213-e297f4a9"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231205-f58a8489",
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231213-e297f4a9",
"@types/jsdom": "^21.1.6",
"jsdom": "^23.0.1",
"typescript": "^5.3.3",
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.7.3-alpha.0-20231205-f58a8489",
"version": "0.7.3-alpha.0-20231213-e297f4a9",
"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.7.3-alpha.0-20231205-f58a8489",
"version": "0.7.3-alpha.0-20231213-e297f4a9",
"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.7.3-alpha.0-20231205-f58a8489",
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231205-f58a8489"
"@project-chip/matter.js": "0.7.3-alpha.0-20231213-e297f4a9",
"@project-chip/matter.js-tools": "0.7.3-alpha.0-20231213-e297f4a9"
}
}
Loading

0 comments on commit 1a13f76

Please sign in to comment.