@matter/nodejs
Advanced tools
Comparing version 0.11.0-alpha.0-20241024-17b969660 to 0.11.0-alpha.0-20241025-b177b0a59
{ | ||
"name": "@matter/nodejs", | ||
"version": "0.11.0-alpha.0-20241024-17b969660", | ||
"version": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"description": "Node.js platform support for matter.js", | ||
@@ -47,13 +47,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@matter/general": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/node": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/protocol": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/types": "0.11.0-alpha.0-20241024-17b969660", | ||
"@project-chip/matter.js": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/general": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@matter/node": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@matter/protocol": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@matter/types": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@project-chip/matter.js": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"node-localstorage": "^3.0.5" | ||
}, | ||
"devDependencies": { | ||
"@matter/model": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/protocol": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/tools": "0.11.0-alpha.0-20241024-17b969660", | ||
"@matter/model": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@matter/protocol": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@matter/tools": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"@types/bytebuffer": "^5.0.49", | ||
@@ -60,0 +60,0 @@ "@types/node-localstorage": "^1.3.3" |
@@ -1,1 +0,11 @@ | ||
This package is required to run matter.js on Node.js. You should import it once before invoking matter.js APIs. | ||
# @matter/nodejs - Node.js platform specific functionality for Matter.js | ||
This package is required to run matter.js on Node.js. | ||
If you do not use @matter/main you should import it once before invoking matter.js APIs. If you use @matter/main, you do not need to import this package because this is handled automatically. | ||
For more information about matter.js, see the [matter.js README](../../README.md). | ||
Importing this package is only needed in special cases. For all normal use cases, import the [main package](../main/README.md). | ||
T |
260181
12
+ Added@matter/general@0.11.0-alpha.0-20241025-b177b0a59(transitive)
+ Added@matter/model@0.11.0-alpha.0-20241025-b177b0a59(transitive)
+ Added@matter/node@0.11.0-alpha.0-20241025-b177b0a59(transitive)
+ Added@matter/protocol@0.11.0-alpha.0-20241025-b177b0a59(transitive)
+ Added@matter/types@0.11.0-alpha.0-20241025-b177b0a59(transitive)
+ Added@project-chip/matter.js@0.11.0-alpha.0-20241025-b177b0a59(transitive)
- Removed@matter/general@0.11.0-alpha.0-20241024-17b969660(transitive)
- Removed@matter/model@0.11.0-alpha.0-20241024-17b969660(transitive)
- Removed@matter/node@0.11.0-alpha.0-20241024-17b969660(transitive)
- Removed@matter/protocol@0.11.0-alpha.0-20241024-17b969660(transitive)
- Removed@matter/types@0.11.0-alpha.0-20241024-17b969660(transitive)
- Removed@project-chip/matter.js@0.11.0-alpha.0-20241024-17b969660(transitive)
Updated@project-chip/matter.js@0.11.0-alpha.0-20241025-b177b0a59