notion-astro-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "notion-astro-loader", | ||
"description": "Notion loader for the experimental Astro Content Layer API. It allows you to load pages from a Notion database then render them as pages in a collection.", | ||
"type": "module", | ||
@@ -26,3 +27,3 @@ "exports": { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -49,3 +50,3 @@ "engines": { | ||
"astro": "^4.14.2", | ||
"tsup": "^8.2.4", | ||
"crossrm": "^1.0.0", | ||
"typescript": "^5.5.4", | ||
@@ -55,3 +56,3 @@ "vitest": "^2.0.5" | ||
"scripts": { | ||
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true })\"", | ||
"clean": "crossrm dist tsconfig.tsbuildinfo", | ||
"build": "tsc --build", | ||
@@ -62,2 +63,12 @@ "build:watch": "tsc --watch", | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/NotWoods/travel/issues", | ||
"email": "contact@tigeroakes.com" | ||
}, | ||
"homepage": "https://github.com/NotWoods/travel/tree/main/packages/notion-astro-loader#readme", | ||
"repository": "github:NotWoods/travel", | ||
"keywords": [ | ||
@@ -64,0 +75,0 @@ "astro-loader", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
195148
46
5854
1
1
1