notion-client
Advanced tools
Comparing version 6.2.0 to 6.4.0
export * from './notion-api'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -51,1 +51,2 @@ import { OptionsOfJSONResponseBody } from 'got'; | ||
} | ||
//# sourceMappingURL=notion-api.d.ts.map |
export {}; | ||
//# sourceMappingURL=notion-api.test.d.ts.map |
@@ -13,1 +13,2 @@ import * as notion from 'notion-types'; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "notion-client", | ||
"version": "6.2.0", | ||
"version": "6.4.0", | ||
"type": "module", | ||
@@ -26,4 +26,4 @@ "description": "Robust TypeScript client for the unofficial Notion API.", | ||
"got": "^11.8.1", | ||
"notion-types": "^6.2.0", | ||
"notion-utils": "^6.2.0", | ||
"notion-types": "^6.4.0", | ||
"notion-utils": "^6.4.0", | ||
"p-map": "^5.3.0" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "ac0f9e25b0f068a51c1184aa1b6341eb2e553788" | ||
"gitHead": "5466bb2ccc6a3caee423c91a414f7c80b911158e" | ||
} |
Sorry, the diff of this file is not supported yet
73937
14
Updatednotion-types@^6.4.0
Updatednotion-utils@^6.4.0