@matter/protocol 0.16.0-alpha.0-20251228-8b11eb535 → 0.16.0-alpha.0-20251230-22c86956b
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.
|
@@ -6,5 +6,7 @@
|
|
|
6
6
|
import { Read } from "#action/request/Read.js";
|
|
7
7
|
import { ClientRequest } from "./ClientRequest.js";
|
|
8
8
|
export interface ClientRead extends Read, ClientRequest {
|
|
9
|
+
/** Set to true to skip the automatic data version injection to also include known data versions in the results */
|
|
10
|
+
includeKnownVersions?: boolean;
|
|
9
11
|
}
|
|
10
12
|
//# sourceMappingURL=ClientRead.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientRead.d.ts","sourceRoot":"","sources":["../../../../src/action/client/ClientRead.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,UAAW,SAAQ,IAAI,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"ClientRead.d.ts","sourceRoot":"","sources":["../../../../src/action/client/ClientRead.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,UAAW,SAAQ,IAAI,EAAE,aAAa;IACnD,kHAAkH;IAClH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC"}
|
|
@@ -6,5 +6,7 @@
|
|
|
6
6
|
import { Read } from "#action/request/Read.js";
|
|
7
7
|
import { ClientRequest } from "./ClientRequest.js";
|
|
8
8
|
export interface ClientRead extends Read, ClientRequest {
|
|
9
|
+
/** Set to true to skip the automatic data version injection to also include known data versions in the results */
|
|
10
|
+
includeKnownVersions?: boolean;
|
|
9
11
|
}
|
|
10
12
|
//# sourceMappingURL=ClientRead.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientRead.d.ts","sourceRoot":"","sources":["../../../../src/action/client/ClientRead.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,UAAW,SAAQ,IAAI,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"ClientRead.d.ts","sourceRoot":"","sources":["../../../../src/action/client/ClientRead.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,UAAW,SAAQ,IAAI,EAAE,aAAa;IACnD,kHAAkH;IAClH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/protocol",
|
|
3
|
-
"version": "0.16.0-alpha.0-
|
|
3
|
+
"version": "0.16.0-alpha.0-20251230-22c86956b",
|
|
4
4
|
"description": "Low-level APIs for Matter interaction",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"#*": "./src/*"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@matter/general": "0.16.0-alpha.0-
|
|
44
|
-
"@matter/model": "0.16.0-alpha.0-
|
|
45
|
-
"@matter/types": "0.16.0-alpha.0-
|
|
43
|
+
"@matter/general": "0.16.0-alpha.0-20251230-22c86956b",
|
|
44
|
+
"@matter/model": "0.16.0-alpha.0-20251230-22c86956b",
|
|
45
|
+
"@matter/types": "0.16.0-alpha.0-20251230-22c86956b"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@matter/tools": "0.16.0-alpha.0-
|
|
49
|
-
"@matter/testing": "0.16.0-alpha.0-
|
|
48
|
+
"@matter/tools": "0.16.0-alpha.0-20251230-22c86956b",
|
|
49
|
+
"@matter/testing": "0.16.0-alpha.0-20251230-22c86956b"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"dist/**/*",
|
|
@@ -7,4 +7,7 @@
|
|
|
7
7
|
import { Read } from "#action/request/Read.js";
|
|
8
8
|
import { ClientRequest } from "./ClientRequest.js";
|
|
9
9
|
|
|
10
|
-
export interface ClientRead extends Read, ClientRequest {
|
|
10
|
+
export interface ClientRead extends Read, ClientRequest {
|
|
11
|
+
/** Set to true to skip the automatic data version injection to also include known data versions in the results */
|
|
12
|
+
includeKnownVersions?: boolean;
|
|
13
|
+
}
|