@liveblocks/node
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ // src/index.ts | ||
var PKG_NAME = "@liveblocks/node"; | ||
var PKG_VERSION = "2.19.0"; | ||
var PKG_VERSION = "2.20.0-blocknote"; | ||
var PKG_FORMAT = "esm"; | ||
@@ -16,2 +16,3 @@ | ||
convertToThreadData, | ||
createUserNotificationSettings, | ||
objectToQuery, | ||
@@ -1020,3 +1021,3 @@ tryParseJson, | ||
url2`/v2/rooms/${roomId}/threads/${threadId}/mark-as-resolved`, | ||
{}, | ||
{ userId: params.data.userId }, | ||
options | ||
@@ -1041,3 +1042,3 @@ ); | ||
url2`/v2/rooms/${roomId}/threads/${threadId}/mark-as-unresolved`, | ||
{}, | ||
{ userId: params.data.userId }, | ||
options | ||
@@ -1305,3 +1306,5 @@ ); | ||
} | ||
return await res.json(); | ||
const plainSettings = await res.json(); | ||
const settings = createUserNotificationSettings(plainSettings); | ||
return settings; | ||
} | ||
@@ -1324,3 +1327,5 @@ /** | ||
} | ||
return await res.json(); | ||
const plainSettings = await res.json(); | ||
const settings = createUserNotificationSettings(plainSettings); | ||
return settings; | ||
} | ||
@@ -1327,0 +1332,0 @@ /** |
{ | ||
"name": "@liveblocks/node", | ||
"version": "2.19.0", | ||
"version": "2.20.0-blocknote", | ||
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -37,3 +37,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.19.0", | ||
"@liveblocks/core": "2.20.0-blocknote", | ||
"@stablelib/base64": "^1.0.1", | ||
@@ -40,0 +40,0 @@ "fast-sha256": "^1.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
442379
0.35%4242
0.21%1
Infinity%+ Added
- Removed