notion-utils
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -0,2 +1,5 @@ | ||
export * from './get-text-content'; | ||
export * from './get-page-table-of-contents'; | ||
export * from './parse-page-id'; | ||
export * from './id-to-uuid'; | ||
export * from './uuid-to-id'; |
@@ -13,4 +13,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./get-text-content"), exports); | ||
__exportStar(require("./get-page-table-of-contents"), exports); | ||
__exportStar(require("./parse-page-id"), exports); | ||
__exportStar(require("./id-to-uuid"), exports); | ||
__exportStar(require("./uuid-to-id"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "notion-utils", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Useful utilities for working with Notion data. Isomorphic.", | ||
@@ -16,2 +16,5 @@ "repository": "saasify-sh/notion", | ||
}, | ||
"dependencies": { | ||
"notion-types": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
@@ -21,3 +24,3 @@ "ava": "^3.11.1", | ||
}, | ||
"gitHead": "3e4e367405e7347c3d5c88a7ed3d0e6d8825ed06" | ||
"gitHead": "76f2886c3a82acae47ac440ea859328fc5821e1e" | ||
} |
@@ -0,2 +1,5 @@ | ||
export * from './get-text-content' | ||
export * from './get-page-table-of-contents' | ||
export * from './parse-page-id' | ||
export * from './id-to-uuid' | ||
export * from './uuid-to-id' |
@@ -9,3 +9,4 @@ { | ||
}, | ||
"include": ["src"] | ||
"include": ["src"], | ||
"references": [{ "path": "../notion-types" }] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
167334
36
397
1
+ Addednotion-types@^0.4.0
+ Addednotion-types@0.4.0(transitive)