Comparing version 0.4.6 to 0.4.7
@@ -139,3 +139,3 @@ | ||
let collectionId, collectionViewId | ||
if (urlOrPageId.match("^[a-zA-Z0-9]+$")) { | ||
if (urlOrPageId.match("^[a-zA-Z0-9-]+$")) { | ||
// pageId with '-' split | ||
@@ -142,0 +142,0 @@ [collectionId, collectionViewId] = await this.getPageCollectionInfo(this.getBlockHashId(urlOrPageId)) |
{ | ||
"name": "notabase", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "API Wrapper For Notion's Database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18181