Comparing version 0.6.6 to 0.6.7
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "notabase", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "API Wrapper For Notion's Database", | ||
@@ -5,0 +5,0 @@ "main": "src/notabase.js", |
@@ -0,0 +0,0 @@ # Notabase (WIP) |
@@ -0,0 +0,0 @@ // just for code block |
@@ -0,0 +0,0 @@ const token_v2 = undefined |
@@ -72,3 +72,2 @@ class Row { | ||
case 'title': | ||
case 'text': | ||
case 'url': | ||
@@ -78,2 +77,8 @@ case 'number': | ||
break | ||
case 'text': | ||
res = rawValue[0][0] | ||
if (res === "‣") { | ||
res = rawValue[0][1][0][1] | ||
} | ||
break | ||
case 'checkbox': | ||
@@ -80,0 +85,0 @@ res = Boolean(rawValue[0][0] === 'Yes') |
@@ -0,0 +0,0 @@ const Collection = require('./collection') |
@@ -0,0 +0,0 @@ // just for collection row page |
@@ -0,0 +0,0 @@ const NOTION_BASE_URL = "https://www.notion.so" |
@@ -0,0 +0,0 @@ const Notabase = require('./src/notabase') |
26920
11
524