@matter/general 0.14.0-alpha.0-20250527-b2a4cc12b → 0.14.0-alpha.0-20250528-ad0054c84
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.
|
@@ -153,16 +153,16 @@ export declare const Transaction: {
|
|
|
153
153
|
*/
|
|
154
154
|
open(via: string): Transaction & Transaction.Finalization;
|
|
155
155
|
ReadOnly: {
|
|
156
|
-
"__#
|
|
157
|
-
"__#
|
|
158
|
-
"__#
|
|
159
|
-
"__#
|
|
160
|
-
"__#
|
|
161
|
-
"__#
|
|
162
|
-
"__#
|
|
163
|
-
"__#
|
|
164
|
-
"__#
|
|
165
|
-
"__#
|
|
156
|
+
"__#15480@#participants": Set<Participant>;
|
|
157
|
+
"__#15480@#roles": Map<{}, Participant>;
|
|
158
|
+
"__#15480@#resources": Set<Resource>;
|
|
159
|
+
"__#15480@#status": Status;
|
|
160
|
+
"__#15480@#waitingOn"?: Iterable<Transaction>;
|
|
161
|
+
"__#15480@#via": string;
|
|
162
|
+
"__#15480@#shared"?: import("../index.js").Observable<[]>;
|
|
163
|
+
"__#15480@#closed"?: import("../index.js").Observable<[]>;
|
|
164
|
+
"__#15480@#isAsync": boolean;
|
|
165
|
+
"__#15480@#reportingLocks": boolean;
|
|
166
166
|
readonly via: string;
|
|
167
167
|
readonly status: Status;
|
|
168
168
|
readonly participants: Set<Participant>;
|
|
@@ -182,20 +182,20 @@ export declare const Transaction: {
|
|
|
182
182
|
resolve<T>(result: T): MaybePromise<Awaited<T>>;
|
|
183
183
|
rollback(): Promise<void> | undefined;
|
|
184
184
|
reject(cause: unknown): MaybePromise<never>;
|
|
185
|
-
"__#
|
|
185
|
+
"__#15480@#executeCommitCycle"(count: number): MaybePromise<void>;
|
|
186
186
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
187
187
|
toString(): string;
|
|
188
188
|
treatAsSlow(): void;
|
|
189
|
-
"__#
|
|
190
|
-
"__#
|
|
191
|
-
"__#
|
|
192
|
-
"__#
|
|
193
|
-
"__#
|
|
194
|
-
"__#
|
|
195
|
-
"__#
|
|
196
|
-
"__#
|
|
197
|
-
"__#
|
|
198
|
-
"__#
|
|
189
|
+
"__#15480@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
190
|
+
"__#15480@#reset"(why: string): void;
|
|
191
|
+
"__#15480@#createPreCommitExecutor"(): () => MaybePromise<void>;
|
|
192
|
+
"__#15480@#executeCommit"(): MaybePromise;
|
|
193
|
+
"__#15480@#executeCommit1"(): MaybePromise;
|
|
194
|
+
"__#15480@#executeCommit2"(): Promise<void> | undefined;
|
|
195
|
+
"__#15480@#createPostCommitExecutor"(participants: Participant[]): () => MaybePromise;
|
|
196
|
+
"__#15480@#executeRollback"(): Promise<void> | undefined;
|
|
197
|
+
"__#15480@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
198
|
+
"__#15480@#assertAvailable"(): void;
|
|
199
199
|
[Symbol.dispose](): void;
|
|
200
200
|
};
|
|
201
201
|
Status: typeof Status;
|
|
@@ -153,16 +153,16 @@ export declare const Transaction: {
|
|
|
153
153
|
*/
|
|
154
154
|
open(via: string): Transaction & Transaction.Finalization;
|
|
155
155
|
ReadOnly: {
|
|
156
|
-
"__#
|
|
157
|
-
"__#
|
|
158
|
-
"__#
|
|
159
|
-
"__#
|
|
160
|
-
"__#
|
|
161
|
-
"__#
|
|
162
|
-
"__#
|
|
163
|
-
"__#
|
|
164
|
-
"__#
|
|
165
|
-
"__#
|
|
156
|
+
"__#15480@#participants": Set<Participant>;
|
|
157
|
+
"__#15480@#roles": Map<{}, Participant>;
|
|
158
|
+
"__#15480@#resources": Set<Resource>;
|
|
159
|
+
"__#15480@#status": Status;
|
|
160
|
+
"__#15480@#waitingOn"?: Iterable<Transaction>;
|
|
161
|
+
"__#15480@#via": string;
|
|
162
|
+
"__#15480@#shared"?: import("../index.js").Observable<[]>;
|
|
163
|
+
"__#15480@#closed"?: import("../index.js").Observable<[]>;
|
|
164
|
+
"__#15480@#isAsync": boolean;
|
|
165
|
+
"__#15480@#reportingLocks": boolean;
|
|
166
166
|
readonly via: string;
|
|
167
167
|
readonly status: Status;
|
|
168
168
|
readonly participants: Set<Participant>;
|
|
@@ -182,20 +182,20 @@ export declare const Transaction: {
|
|
|
182
182
|
resolve<T>(result: T): MaybePromise<Awaited<T>>;
|
|
183
183
|
rollback(): Promise<void> | undefined;
|
|
184
184
|
reject(cause: unknown): MaybePromise<never>;
|
|
185
|
-
"__#
|
|
185
|
+
"__#15480@#executeCommitCycle"(count: number): MaybePromise<void>;
|
|
186
186
|
waitFor(others: Set<Transaction>): Promise<void>;
|
|
187
187
|
toString(): string;
|
|
188
188
|
treatAsSlow(): void;
|
|
189
|
-
"__#
|
|
190
|
-
"__#
|
|
191
|
-
"__#
|
|
192
|
-
"__#
|
|
193
|
-
"__#
|
|
194
|
-
"__#
|
|
195
|
-
"__#
|
|
196
|
-
"__#
|
|
197
|
-
"__#
|
|
198
|
-
"__#
|
|
189
|
+
"__#15480@#finalize"(status: Status, why: string, finalizer: () => MaybePromise): Promise<void> | undefined;
|
|
190
|
+
"__#15480@#reset"(why: string): void;
|
|
191
|
+
"__#15480@#createPreCommitExecutor"(): () => MaybePromise<void>;
|
|
192
|
+
"__#15480@#executeCommit"(): MaybePromise;
|
|
193
|
+
"__#15480@#executeCommit1"(): MaybePromise;
|
|
194
|
+
"__#15480@#executeCommit2"(): Promise<void> | undefined;
|
|
195
|
+
"__#15480@#createPostCommitExecutor"(participants: Participant[]): () => MaybePromise;
|
|
196
|
+
"__#15480@#executeRollback"(): Promise<void> | undefined;
|
|
197
|
+
"__#15480@#locksChanged"(resources: Set<Resource>, how?: string): void;
|
|
198
|
+
"__#15480@#assertAvailable"(): void;
|
|
199
199
|
[Symbol.dispose](): void;
|
|
200
200
|
};
|
|
201
201
|
Status: typeof Status;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/general",
|
|
3
|
-
"version": "0.14.0-alpha.0-
|
|
3
|
+
"version": "0.14.0-alpha.0-20250528-ad0054c84",
|
|
4
4
|
"description": "Non-Matter support for Matter.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@noble/curves": "^1.9.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@matter/testing": "0.14.0-alpha.0-
|
|
39
|
+
"@matter/testing": "0.14.0-alpha.0-20250528-ad0054c84"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist/**/*",
|