@matter/general 0.13.0-alpha.0-20250307-ebf84a05a → 0.13.0-alpha.0-20250318-c1aa38b08
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.
|
@@ -144,16 +144,16 @@ export declare const Transaction: {
|
|
|
144
144
|
*/
|
|
145
145
|
act<T>(via: string, actor: (transaction: Transaction) => MaybePromise<T>): MaybePromise<T>;
|
|
146
146
|
ReadOnly: {
|
|
147
|
-
"__#
|
|
148
|
-
"__#
|
|
149
|
-
"__#
|
|
150
|
-
"__#
|
|
151
|
-
"__#
|
|
152
|
-
"__#
|
|
153
|
-
"__#
|
|
154
|
-
"__#
|
|
155
|
-
"__#
|
|
156
|
-
"__#
|
|
147
|
+
"__#14630@#participants": Set<Participant>;
|
|
148
|
+
"__#14630@#roles": Map<{}, Participant>;
|
|
149
|
+
"__#14630@#resources": Set<Resource>;
|
|
150
|
+
"__#14630@#status": Status;
|
|
151
|
+
"__#14630@#waitingOn"?: Iterable<Transaction>;
|
|
152
|
+
"__#14630@#via": string;
|
|
153
|
+
"__#14630@#shared"?: import("../index.js").Observable<[]>;
|
|
154
|
+
"__#14630@#closed"?: import("../index.js").Observable<[]>;
|
|
155
|
+
"__#14630@#isAsync": boolean;
|
|
156
|
+
"__#14630@#reportingLocks": boolean;
|
|
157
157
|
close(): void;
|
|
158
158
|
readonly via: string;
|
|
159
159
|
readonly status: Status;
|
|
@@ -175,15 +175,15 @@ export declare const Transaction: {
|
|
|
175
175
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
176
176
|
toString(): string;
|
|
177
177
|
treatAsSlow(): void;
|
|
178
|
-
"__#
|
|
179
|
-
"__#
|
|
180
|
-
"__#
|
|
181
|
-
"__#
|
|
182
|
-
"__#
|
|
183
|
-
"__#
|
|
184
|
-
"__#
|
|
185
|
-
"__#
|
|
186
|
-
"__#
|
|
178
|
+
"__#14630@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
179
|
+
"__#14630@#executePreCommit"(): MaybePromise<void>;
|
|
180
|
+
"__#14630@#executeCommit"(): MaybePromise;
|
|
181
|
+
"__#14630@#executeCommit1"(): MaybePromise;
|
|
182
|
+
"__#14630@#executeCommit2"(): Promise<void> | undefined;
|
|
183
|
+
"__#14630@#executePostCommit"(participants: Participant[]): MaybePromise;
|
|
184
|
+
"__#14630@#executeRollback"(): Promise<void> | undefined;
|
|
185
|
+
"__#14630@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
186
|
+
"__#14630@#assertAvailable"(): void;
|
|
187
187
|
};
|
|
188
188
|
Status: typeof Status;
|
|
189
189
|
Resource: typeof Resource;
|
|
@@ -144,16 +144,16 @@ export declare const Transaction: {
|
|
|
144
144
|
*/
|
|
145
145
|
act<T>(via: string, actor: (transaction: Transaction) => MaybePromise<T>): MaybePromise<T>;
|
|
146
146
|
ReadOnly: {
|
|
147
|
-
"__#
|
|
148
|
-
"__#
|
|
149
|
-
"__#
|
|
150
|
-
"__#
|
|
151
|
-
"__#
|
|
152
|
-
"__#
|
|
153
|
-
"__#
|
|
154
|
-
"__#
|
|
155
|
-
"__#
|
|
156
|
-
"__#
|
|
147
|
+
"__#14630@#participants": Set<Participant>;
|
|
148
|
+
"__#14630@#roles": Map<{}, Participant>;
|
|
149
|
+
"__#14630@#resources": Set<Resource>;
|
|
150
|
+
"__#14630@#status": Status;
|
|
151
|
+
"__#14630@#waitingOn"?: Iterable<Transaction>;
|
|
152
|
+
"__#14630@#via": string;
|
|
153
|
+
"__#14630@#shared"?: import("../index.js").Observable<[]>;
|
|
154
|
+
"__#14630@#closed"?: import("../index.js").Observable<[]>;
|
|
155
|
+
"__#14630@#isAsync": boolean;
|
|
156
|
+
"__#14630@#reportingLocks": boolean;
|
|
157
157
|
close(): void;
|
|
158
158
|
readonly via: string;
|
|
159
159
|
readonly status: Status;
|
|
@@ -175,15 +175,15 @@ export declare const Transaction: {
|
|
|
175
175
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
176
176
|
toString(): string;
|
|
177
177
|
treatAsSlow(): void;
|
|
178
|
-
"__#
|
|
179
|
-
"__#
|
|
180
|
-
"__#
|
|
181
|
-
"__#
|
|
182
|
-
"__#
|
|
183
|
-
"__#
|
|
184
|
-
"__#
|
|
185
|
-
"__#
|
|
186
|
-
"__#
|
|
178
|
+
"__#14630@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
179
|
+
"__#14630@#executePreCommit"(): MaybePromise<void>;
|
|
180
|
+
"__#14630@#executeCommit"(): MaybePromise;
|
|
181
|
+
"__#14630@#executeCommit1"(): MaybePromise;
|
|
182
|
+
"__#14630@#executeCommit2"(): Promise<void> | undefined;
|
|
183
|
+
"__#14630@#executePostCommit"(participants: Participant[]): MaybePromise;
|
|
184
|
+
"__#14630@#executeRollback"(): Promise<void> | undefined;
|
|
185
|
+
"__#14630@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
186
|
+
"__#14630@#assertAvailable"(): void;
|
|
187
187
|
};
|
|
188
188
|
Status: typeof Status;
|
|
189
189
|
Resource: typeof Resource;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/general",
|
|
3
|
-
"version": "0.13.0-alpha.0-
|
|
3
|
+
"version": "0.13.0-alpha.0-20250318-c1aa38b08",
|
|
4
4
|
"description": "Non-Matter support for Matter.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@noble/curves": "^1.8.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@matter/testing": "0.13.0-alpha.0-
|
|
39
|
+
"@matter/testing": "0.13.0-alpha.0-20250318-c1aa38b08"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist/**/*",
|