Comparing version 0.4.4 to 0.4.5
@@ -146,3 +146,3 @@ | ||
let p = new URLSearchParams(params) | ||
let baseUrlList = base.split('/') | ||
let baseUrlList = base.split('/'); // 这里需要添加分号,否则编译出错。 参见 https://www.zhihu.com/question/20298345/answer/49551142 | ||
[collectionId, collectionViewId] = await this.getPageCollectionInfo(baseUrlList[baseUrlList.length - 1]) | ||
@@ -149,0 +149,0 @@ } |
{ | ||
"name": "notabase", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "API Wrapper For Notion's Database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18175