@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"; | ||
var PKG_FORMAT = "esm"; | ||
@@ -16,2 +16,3 @@ | ||
convertToThreadData, | ||
createUserNotificationSettings, | ||
objectToQuery, | ||
@@ -1303,3 +1304,5 @@ tryParseJson, | ||
} | ||
return await res.json(); | ||
const plainSettings = await res.json(); | ||
const settings = createUserNotificationSettings(plainSettings); | ||
return settings; | ||
} | ||
@@ -1322,3 +1325,5 @@ /** | ||
} | ||
return await res.json(); | ||
const plainSettings = await res.json(); | ||
const settings = createUserNotificationSettings(plainSettings); | ||
return settings; | ||
} | ||
@@ -1325,0 +1330,0 @@ /** |
{ | ||
"name": "@liveblocks/node", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"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", | ||
"@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
442072
0.28%4242
0.21%+ Added
- Removed
Updated