Comparing version 0.8.6 to 0.9.0
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "notabase", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "API Wrapper For Notion's Database", | ||
"main": "src/notabase.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "jest --detectOpenHandles" | ||
"build": "tsc", | ||
"test": "jest --detectOpenHandles", | ||
"prepublish": "tsc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mayneyao/Natabase.git" | ||
"url": "git+https://github.com/mayneyao/notabase.git" | ||
}, | ||
"author": "Mayne", | ||
"license": "MIT", | ||
"keywords": [ | ||
"notion" | ||
], | ||
"type": "module", | ||
"bugs": { | ||
"url": "https://github.com/mayneyao/Natabase/issues" | ||
"url": "https://github.com/mayneyao/notabase/issues" | ||
}, | ||
"homepage": "https://github.com/mayneyao/Natabase#readme", | ||
"homepage": "https://github.com/mayneyao/notabase#readme", | ||
"dependencies": { | ||
"@types/node": "^13.7.6", | ||
"axios": "^0.19.0", | ||
@@ -27,4 +34,5 @@ "dayjs": "^1.8.15", | ||
"devDependencies": { | ||
"jest": "^24.9.0" | ||
"jest": "^24.9.0", | ||
"typescript": "^3.8.2" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Notabase (WIP) |
@@ -0,0 +0,0 @@ const token_v2 = undefined |
@@ -0,0 +0,0 @@ const Notabase = require('../src/notabase') |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97880
23
2235
5
2
+ Added@types/node@^13.7.6
+ Added@types/node@13.13.52(transitive)