@project-chip/matter.js 0.11.2-alpha.0-20241101-15d283a0e → 0.11.2-alpha.0-20241102-aa282dab8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@project-chip/matter.js",
|
|
3
|
-
"version": "0.11.2-alpha.0-
|
|
3
|
+
"version": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
4
4
|
"description": "Matter protocol in pure js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"clean": "matter-build clean",
|
|
28
28
|
"build": "matter-build",
|
|
29
29
|
"build-clean": "matter-build --clean",
|
|
30
|
-
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.docs.json",
|
|
31
30
|
"test": "matter-test -w",
|
|
32
31
|
"coverage": "c8 matter-test esm",
|
|
33
32
|
"embed-examples": "embedme **/README.md"
|
|
@@ -45,16 +44,16 @@
|
|
|
45
44
|
"#*": "./src/*"
|
|
46
45
|
},
|
|
47
46
|
"dependencies": {
|
|
48
|
-
"@matter/general": "0.11.2-alpha.0-
|
|
49
|
-
"@matter/model": "0.11.2-alpha.0-
|
|
50
|
-
"@matter/node": "0.11.2-alpha.0-
|
|
51
|
-
"@matter/protocol": "0.11.2-alpha.0-
|
|
52
|
-
"@matter/types": "0.11.2-alpha.0-
|
|
47
|
+
"@matter/general": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
48
|
+
"@matter/model": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
49
|
+
"@matter/node": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
50
|
+
"@matter/protocol": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
51
|
+
"@matter/types": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
53
52
|
"@noble/curves": "^1.5.0"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@matter/tools": "0.11.2-alpha.0-
|
|
57
|
-
"@matter/testing": "0.11.2-alpha.0-
|
|
55
|
+
"@matter/tools": "0.11.2-alpha.0-20241102-aa282dab8",
|
|
56
|
+
"@matter/testing": "0.11.2-alpha.0-20241102-aa282dab8"
|
|
58
57
|
},
|
|
59
58
|
"files": [
|
|
60
59
|
"dist/**/*",
|
|
@@ -97,14 +96,14 @@
|
|
|
97
96
|
"default": "./dist/cjs/device/export.js"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
|
-
"./
|
|
99
|
+
"./behavior/*": {
|
|
101
100
|
"import": {
|
|
102
|
-
"types": "./dist/esm/compat/
|
|
103
|
-
"default": "./dist/esm/compat/
|
|
101
|
+
"types": "./dist/esm/compat/behavior/*.d.ts",
|
|
102
|
+
"default": "./dist/esm/compat/behavior/*.js"
|
|
104
103
|
},
|
|
105
104
|
"require": {
|
|
106
|
-
"types": "./dist/cjs/compat/
|
|
107
|
-
"default": "./dist/cjs/compat/
|
|
105
|
+
"types": "./dist/cjs/compat/behavior/*.d.ts",
|
|
106
|
+
"default": "./dist/cjs/compat/behavior/*.js"
|
|
108
107
|
}
|
|
109
108
|
},
|
|
110
109
|
"./behavior/definitions/*": {
|