@matter/types 0.15.0-alpha.0-20250619-df2264f15 → 0.15.0-alpha.0-20250620-16e218ed3
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.
|
@@ -26,7 +26,7 @@ var import_Status = require("#globals/Status.js");
|
|
|
26
26
|
var import_general = require("@matter/general");
|
|
27
27
|
/**
|
|
28
28
|
* @license
|
|
29
|
-
* Copyright 2022-2025
|
|
29
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
30
30
|
* SPDX-License-Identifier: Apache-2.0
|
|
31
31
|
*/
|
|
32
32
|
class StatusResponseError extends import_general.MatterError {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/types",
|
|
3
|
-
"version": "0.15.0-alpha.0-
|
|
3
|
+
"version": "0.15.0-alpha.0-20250620-16e218ed3",
|
|
4
4
|
"description": "Definitions for Matter application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"embed-examples": "embedme **/README.md"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@matter/general": "0.15.0-alpha.0-
|
|
37
|
-
"@matter/model": "0.15.0-alpha.0-
|
|
36
|
+
"@matter/general": "0.15.0-alpha.0-20250620-16e218ed3",
|
|
37
|
+
"@matter/model": "0.15.0-alpha.0-20250620-16e218ed3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@matter/tools": "0.15.0-alpha.0-
|
|
41
|
-
"@matter/testing": "0.15.0-alpha.0-
|
|
40
|
+
"@matter/tools": "0.15.0-alpha.0-20250620-16e218ed3",
|
|
41
|
+
"@matter/testing": "0.15.0-alpha.0-20250620-16e218ed3"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"dist/**/*",
|