Skip to content

Commit

Permalink
v0.10.0-alpha.0-20240630-77b4749e (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Automator77 committed Jun 30, 2024
1 parent 77b4749 commit f3858f7
Show file tree
Hide file tree
Showing 12 changed files with 14,200 additions and 14,200 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-20240629-e3ed5979",
"version": "0.10.0-alpha.0-20240630-77b4749e",
"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-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"
"@project-chip/matter-node.js": "0.10.0-alpha.0-20240630-77b4749e",
"@project-chip/matter.js": "0.10.0-alpha.0-20240630-77b4749e",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240630-77b4749e"
}
}
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-20240629-e3ed5979",
"version": "0.10.0-alpha.0-20240630-77b4749e",
"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-20240629-e3ed5979",
"@project-chip/matter.js-intermediate-models": "0.10.0-alpha.0-20240629-e3ed5979"
"@project-chip/matter.js": "0.10.0-alpha.0-20240630-77b4749e",
"@project-chip/matter.js-intermediate-models": "0.10.0-alpha.0-20240630-77b4749e"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240630-77b4749e",
"@types/jsdom": "^21.1.6",
"jsdom": "^24.1.0",
"typescript": "~5.5.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.10.0-alpha.0-20240629-e3ed5979",
"version": "0.10.0-alpha.0-20240630-77b4749e",
"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-20240629-e3ed5979",
"version": "0.10.0-alpha.0-20240630-77b4749e",
"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-20240629-e3ed5979",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240629-e3ed5979"
"@project-chip/matter.js": "0.10.0-alpha.0-20240630-77b4749e",
"@project-chip/matter.js-tools": "0.10.0-alpha.0-20240630-77b4749e"
}
}
Loading

0 comments on commit f3858f7

Please sign in to comment.