@project-chip/matter.js
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "@project-chip/matter.js", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Matter protocol in pure js", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "rm -rf dist; rm -rf dist-cjs", | ||
"build": "npm run clean; tsc --project tsconfig.dist.json; tsc --project tsconfig.dist-cjs.json", | ||
"clean": "rm -rf dist; rm -rf out", | ||
"build": "npm run clean; tsc --project tsconfig.dist-es.json; tsc --project tsconfig.dist-cjs.json; tsc --project tsconfig.dist-dts.json", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
@@ -44,8 +44,7 @@ "test-web": "karma start karma.conf.cjs" | ||
"files": [ | ||
"dist/**/*", | ||
"dist-cjs/**/*" | ||
"dist/**/*" | ||
], | ||
"main": "dist-cjs/matter.js", | ||
"module": "dist/matter.js", | ||
"types": "dist/matter.d.ts" | ||
"main": "dist/cjs/matter.js", | ||
"module": "dist/es/matter.js", | ||
"types": "dist/dts/matter.d.ts" | ||
} |
@@ -7,2 +7,16 @@ # matter.js | ||
## Current status | ||
This is work in progress. | ||
Completed implementations: | ||
- [X] TLV codec (coder/decoder) and schema mapping and validation engine | ||
- [X] 12 cluster definitions (including TLV structures for all messages) | ||
## matter.js usage | ||
matter.js is used at the core of those two projects: | ||
* [matternode](https://github.com/project-chip/matternode): a light-weight node.js implementation of a Matter Node | ||
* [node-matter](https://github.com/mfucci/node-matter): a Matter client / server running on node.js compatible with HA (Android / iOs support in progress) | ||
## Tests | ||
@@ -9,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
373995
135
7878
28
1