@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 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 | undefined;
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 | undefined;
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
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "1.11.0-test1";
9
+ var PKG_VERSION = "1.11.0";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "1.11.0-test1";
9
+ var PKG_VERSION = "1.11.0";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "1.11.0-test1",
3
+ "version": "1.11.0",
4
4
  "description": "Private internals for Liveblocks. DO NOT import directly from this package!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",