@matter/node 0.12.3 → 0.12.4-alpha.0-20250210-ad8edf096
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.
|
@@ -145,14 +145,14 @@ export declare const Transaction: {
|
|
|
145
145
|
* A read-only transaction you may use without context.
|
|
146
146
|
*/
|
|
147
147
|
ReadOnly: {
|
|
148
|
-
"__#
|
|
149
|
-
"__#
|
|
150
|
-
"__#
|
|
151
|
-
"__#
|
|
152
|
-
"__#
|
|
153
|
-
"__#
|
|
154
|
-
"__#
|
|
155
|
-
"__#
|
|
148
|
+
"__#129225@#participants": Set<Participant>;
|
|
149
|
+
"__#129225@#roles": Map<{}, Participant>;
|
|
150
|
+
"__#129225@#resources": Set<Resource>;
|
|
151
|
+
"__#129225@#status": Status;
|
|
152
|
+
"__#129225@#waitingOn"?: Iterable<Transaction>;
|
|
153
|
+
"__#129225@#via": string;
|
|
154
|
+
"__#129225@#shared"?: import("#general").Observable<[]>;
|
|
155
|
+
"__#129225@#closed"?: import("#general").Observable<[]>;
|
|
156
156
|
close(): void;
|
|
157
157
|
readonly via: string;
|
|
158
158
|
readonly status: Status;
|
|
@@ -171,16 +171,16 @@ export declare const Transaction: {
|
|
|
171
171
|
rollback(): Promise<void> | undefined;
|
|
172
172
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
173
173
|
toString(): string;
|
|
174
|
-
"__#
|
|
175
|
-
"__#
|
|
176
|
-
"__#
|
|
177
|
-
"__#
|
|
178
|
-
"__#
|
|
179
|
-
"__#
|
|
180
|
-
"__#
|
|
181
|
-
"__#
|
|
182
|
-
"__#
|
|
183
|
-
"__#
|
|
174
|
+
"__#129225@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
175
|
+
"__#129225@#executePreCommit"(): MaybePromise<void>;
|
|
176
|
+
"__#129225@#executeCommit"(): MaybePromise;
|
|
177
|
+
"__#129225@#executeCommit1"(): MaybePromise;
|
|
178
|
+
"__#129225@#executeCommit2"(): Promise<void> | undefined;
|
|
179
|
+
"__#129225@#executePostCommit"(participants: Participant[]): MaybePromise;
|
|
180
|
+
"__#129225@#executeRollback"(): Promise<void> | undefined;
|
|
181
|
+
"__#129225@#log"(...message: unknown[]): void;
|
|
182
|
+
"__#129225@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
183
|
+
"__#129225@#assertAvailable"(): void;
|
|
184
184
|
};
|
|
185
185
|
Status: typeof Status;
|
|
186
186
|
[Symbol.toStringTag]: string;
|
|
@@ -145,14 +145,14 @@ export declare const Transaction: {
|
|
|
145
145
|
* A read-only transaction you may use without context.
|
|
146
146
|
*/
|
|
147
147
|
ReadOnly: {
|
|
148
|
-
"__#
|
|
149
|
-
"__#
|
|
150
|
-
"__#
|
|
151
|
-
"__#
|
|
152
|
-
"__#
|
|
153
|
-
"__#
|
|
154
|
-
"__#
|
|
155
|
-
"__#
|
|
148
|
+
"__#129225@#participants": Set<Participant>;
|
|
149
|
+
"__#129225@#roles": Map<{}, Participant>;
|
|
150
|
+
"__#129225@#resources": Set<Resource>;
|
|
151
|
+
"__#129225@#status": Status;
|
|
152
|
+
"__#129225@#waitingOn"?: Iterable<Transaction>;
|
|
153
|
+
"__#129225@#via": string;
|
|
154
|
+
"__#129225@#shared"?: import("#general").Observable<[]>;
|
|
155
|
+
"__#129225@#closed"?: import("#general").Observable<[]>;
|
|
156
156
|
close(): void;
|
|
157
157
|
readonly via: string;
|
|
158
158
|
readonly status: Status;
|
|
@@ -171,16 +171,16 @@ export declare const Transaction: {
|
|
|
171
171
|
rollback(): Promise<void> | undefined;
|
|
172
172
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
173
173
|
toString(): string;
|
|
174
|
-
"__#
|
|
175
|
-
"__#
|
|
176
|
-
"__#
|
|
177
|
-
"__#
|
|
178
|
-
"__#
|
|
179
|
-
"__#
|
|
180
|
-
"__#
|
|
181
|
-
"__#
|
|
182
|
-
"__#
|
|
183
|
-
"__#
|
|
174
|
+
"__#129225@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
175
|
+
"__#129225@#executePreCommit"(): MaybePromise<void>;
|
|
176
|
+
"__#129225@#executeCommit"(): MaybePromise;
|
|
177
|
+
"__#129225@#executeCommit1"(): MaybePromise;
|
|
178
|
+
"__#129225@#executeCommit2"(): Promise<void> | undefined;
|
|
179
|
+
"__#129225@#executePostCommit"(participants: Participant[]): MaybePromise;
|
|
180
|
+
"__#129225@#executeRollback"(): Promise<void> | undefined;
|
|
181
|
+
"__#129225@#log"(...message: unknown[]): void;
|
|
182
|
+
"__#129225@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
183
|
+
"__#129225@#assertAvailable"(): void;
|
|
184
184
|
};
|
|
185
185
|
Status: typeof Status;
|
|
186
186
|
[Symbol.toStringTag]: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/node",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4-alpha.0-20250210-ad8edf096",
|
|
4
4
|
"description": "API for building Matter nodes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@noble/curves": "^1.8.1",
|
|
46
|
-
"@matter/general": "0.12.
|
|
47
|
-
"@matter/model": "0.12.
|
|
48
|
-
"@matter/types": "0.12.
|
|
49
|
-
"@matter/protocol": "0.12.
|
|
46
|
+
"@matter/general": "0.12.4-alpha.0-20250210-ad8edf096",
|
|
47
|
+
"@matter/model": "0.12.4-alpha.0-20250210-ad8edf096",
|
|
48
|
+
"@matter/types": "0.12.4-alpha.0-20250210-ad8edf096",
|
|
49
|
+
"@matter/protocol": "0.12.4-alpha.0-20250210-ad8edf096"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@matter/tools": "0.12.
|
|
53
|
-
"@matter/testing": "0.12.
|
|
52
|
+
"@matter/tools": "0.12.4-alpha.0-20250210-ad8edf096",
|
|
53
|
+
"@matter/testing": "0.12.4-alpha.0-20250210-ad8edf096"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"dist/**/*",
|