notion-client
Advanced tools
Comparing version 2.3.2 to 2.3.3
import * as notion from 'notion-types'; | ||
import * as types from './types'; | ||
/** | ||
* Main Notion API client. | ||
*/ | ||
export declare class NotionAPI { | ||
@@ -4,0 +7,0 @@ private readonly _apiBaseUrl; |
@@ -56,2 +56,5 @@ "use strict"; | ||
var notion_utils_1 = require("notion-utils"); | ||
/** | ||
* Main Notion API client. | ||
*/ | ||
var NotionAPI = /** @class */ (function () { | ||
@@ -58,0 +61,0 @@ function NotionAPI(_a) { |
import * as notion from 'notion-types'; | ||
import * as types from './types'; | ||
/** | ||
* Main Notion API client. | ||
*/ | ||
export declare class NotionAPI { | ||
@@ -4,0 +7,0 @@ private readonly _apiBaseUrl; |
@@ -51,2 +51,5 @@ var __assign = (this && this.__assign) || function () { | ||
import { parsePageId, getPageContentBlockIds, uuidToId } from 'notion-utils'; | ||
/** | ||
* Main Notion API client. | ||
*/ | ||
var NotionAPI = /** @class */ (function () { | ||
@@ -53,0 +56,0 @@ function NotionAPI(_a) { |
{ | ||
"name": "notion-client", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Robust TypeScript client for the unofficial Notion API.", | ||
@@ -20,3 +20,3 @@ "repository": "NotionX/notion-kit", | ||
"notion-types": "^2.2.1", | ||
"notion-utils": "^2.2.3", | ||
"notion-utils": "^2.3.3", | ||
"p-map": "^4.0.0" | ||
@@ -28,3 +28,3 @@ }, | ||
}, | ||
"gitHead": "fb5f8820142b196aa3e4ef96e59cb5151be6890a" | ||
"gitHead": "61e55bc7ae7dbf0936625de2fc53f5cda4578794" | ||
} |
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
761627
11584
Updatednotion-utils@^2.3.3