notion-client
Advanced tools
Comparing version 4.2.7 to 4.2.8
@@ -181,2 +181,3 @@ "use strict"; | ||
block.type === 'audio' || | ||
block.type === 'video' || | ||
block.type === 'file')) { | ||
@@ -183,0 +184,0 @@ var source = (_c = (_b = (_a = block.properties) === null || _a === void 0 ? void 0 : _a.source) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c[0]; |
@@ -175,2 +175,3 @@ var __assign = (this && this.__assign) || function () { | ||
block.type === 'audio' || | ||
block.type === 'video' || | ||
block.type === 'file')) { | ||
@@ -177,0 +178,0 @@ var source = (_c = (_b = (_a = block.properties) === null || _a === void 0 ? void 0 : _a.source) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c[0]; |
{ | ||
"name": "notion-client", | ||
"version": "4.2.7", | ||
"version": "4.2.8", | ||
"description": "Robust TypeScript client for the unofficial Notion API.", | ||
@@ -27,3 +27,3 @@ "repository": "NotionX/react-notion-x", | ||
}, | ||
"gitHead": "4ab7b38ecf073d177c5cf8abd1385ff563557aff" | ||
"gitHead": "24b4a9b675db6ba62ef71253f679514615c8890d" | ||
} |
@@ -187,2 +187,3 @@ import got, { OptionsOfJSONResponseBody } from 'got' | ||
block.type === 'audio' || | ||
block.type === 'video' || | ||
block.type === 'file') | ||
@@ -189,0 +190,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
Sorry, the diff of this file is not supported yet
962126
11748