notion-utils
Advanced tools
Comparing version 2.2.3 to 2.3.3
@@ -12,1 +12,2 @@ export * from './get-text-content'; | ||
export * from './uuid-to-id'; | ||
export * from './get-all-pages-in-space'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
__export(require("./uuid-to-id")); | ||
__export(require("./get-all-pages-in-space")); | ||
//# sourceMappingURL=index.js.map |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
export declare const parsePageId: (id?: string, { uuid }?: { | ||
export declare const parsePageId: (id?: string | null, { uuid }?: { | ||
uuid?: boolean | undefined; | ||
}) => string | null; |
@@ -12,1 +12,2 @@ export * from './get-text-content'; | ||
export * from './uuid-to-id'; | ||
export * from './get-all-pages-in-space'; |
@@ -12,2 +12,3 @@ export * from './get-text-content'; | ||
export * from './uuid-to-id'; | ||
export * from './get-all-pages-in-space'; | ||
//# sourceMappingURL=index.js.map |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
export declare const parsePageId: (id?: string, { uuid }?: { | ||
export declare const parsePageId: (id?: string | null, { uuid }?: { | ||
uuid?: boolean | undefined; | ||
}) => string | null; |
{ | ||
"name": "notion-utils", | ||
"version": "2.2.3", | ||
"version": "2.3.3", | ||
"description": "Useful utilities for working with Notion data. Isomorphic.", | ||
@@ -18,3 +18,4 @@ "repository": "NotionX/notion-kit", | ||
"dependencies": { | ||
"notion-types": "^2.2.1" | ||
"notion-types": "^2.2.1", | ||
"p-queue": "^6.6.1" | ||
}, | ||
@@ -25,3 +26,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "5f022591c762a285e015b31444a6488b6a3a81c7" | ||
"gitHead": "61e55bc7ae7dbf0936625de2fc53f5cda4578794" | ||
} |
@@ -12,1 +12,2 @@ export * from './get-text-content' | ||
export * from './uuid-to-id' | ||
export * from './get-all-pages-in-space' |
@@ -12,3 +12,3 @@ import { idToUuid } from './id-to-uuid' | ||
export const parsePageId = ( | ||
id: string = '', | ||
id: string | null = '', | ||
{ uuid = true }: { uuid?: boolean } = {} | ||
@@ -15,0 +15,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
600018
185
8299
2
+ Addedp-queue@^6.6.1
+ Addedeventemitter3@4.0.7(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedp-queue@6.6.2(transitive)
+ Addedp-timeout@3.2.0(transitive)