@matter/general
Advanced tools
Comparing version 0.11.0-alpha.0-20241024-17b969660 to 0.11.0-alpha.0-20241025-b177b0a59
{ | ||
"name": "@matter/general", | ||
"version": "0.11.0-alpha.0-20241024-17b969660", | ||
"version": "0.11.0-alpha.0-20241025-b177b0a59", | ||
"description": "Non-Matter support for Matter.js", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@matter/tools": "0.11.0-alpha.0-20241024-17b969660" | ||
"@matter/tools": "0.11.0-alpha.0-20241025-b177b0a59" | ||
}, | ||
@@ -42,0 +42,0 @@ "files": [ |
@@ -1,3 +0,6 @@ | ||
# Matter.js support logic | ||
# @matter/general - Matter.js support logic | ||
This package provides generic functionality required by matter.js that is not specific to Matter. | ||
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). |
1558602
7