@liveblocks/core 1.11.0-test1 → 1.11.0
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1349,7 +1349,7 @@ declare type OthersEvent<TPresence extends JsonObject, TUserMeta extends BaseUse
|
|
|
1349
1349
|
}>;
|
|
1350
1350
|
|
|
1351
1351
|
declare type PartialNullable<T> = {
|
|
1352
|
-
[P in keyof T]?: T[P] | null
|
|
1352
|
+
[P in keyof T]?: T[P] | null;
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
1355
|
declare type RoomThreadsNotificationSettings = "all" | "replies_and_mentions" | "none";
|
package/dist/index.d.ts
CHANGED
|
@@ -1349,7 +1349,7 @@ declare type OthersEvent<TPresence extends JsonObject, TUserMeta extends BaseUse
|
|
|
1349
1349
|
}>;
|
|
1350
1350
|
|
|
1351
1351
|
declare type PartialNullable<T> = {
|
|
1352
|
-
[P in keyof T]?: T[P] | null
|
|
1352
|
+
[P in keyof T]?: T[P] | null;
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
1355
|
declare type RoomThreadsNotificationSettings = "all" | "replies_and_mentions" | "none";
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED