notion-client
Advanced tools
Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "notion-client", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"type": "module", | ||
@@ -11,3 +11,3 @@ "description": "Robust TypeScript client for the unofficial Notion API.", | ||
"module": "./build/index.js", | ||
"typings": "./build/index.d.ts", | ||
"types": "./build/index.d.ts", | ||
"sideEffects": false, | ||
@@ -27,4 +27,4 @@ "files": [ | ||
"got": "^11.8.1", | ||
"notion-types": "^6.0.26", | ||
"notion-utils": "^6.1.0", | ||
"notion-types": "^6.2.0", | ||
"notion-utils": "^6.2.0", | ||
"p-map": "^5.3.0" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "01a5463f446cb26addf37f4dd3954c625fb6abad" | ||
"gitHead": "ac0f9e25b0f068a51c1184aa1b6341eb2e553788" | ||
} |
Sorry, the diff of this file is not supported yet
71202
Updatednotion-types@^6.2.0
Updatednotion-utils@^6.2.0