notion-client
Advanced tools
Comparing version 7.0.1 to 7.1.0
{ | ||
"name": "notion-client", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"type": "module", | ||
@@ -19,10 +19,5 @@ "description": "Robust TypeScript client for the unofficial Notion API.", | ||
}, | ||
"dependencies": { | ||
"ky": "^1.7.2", | ||
"p-map": "^7.0.2", | ||
"notion-utils": "7.0.1", | ||
"notion-types": "7.0.1" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"watch": "tsup --watch --silent --onSuccess 'echo build successful'", | ||
@@ -34,3 +29,9 @@ "clean": "del build", | ||
"test:unit": "vitest run" | ||
}, | ||
"dependencies": { | ||
"ky": "^1.7.2", | ||
"notion-types": "workspace:*", | ||
"notion-utils": "workspace:*", | ||
"p-map": "^7.0.2" | ||
} | ||
} | ||
} |
45973
5
- Removedeventemitter3@5.0.1(transitive)
- Removedis-url-superb@6.1.0(transitive)
- Removedmap-age-cleaner@0.1.3(transitive)
- Removedmem@10.0.0(transitive)
- Removedmimic-fn@4.0.0(transitive)
- Removednormalize-url@8.0.1(transitive)
- Removednotion-types@7.0.1(transitive)
- Removednotion-utils@7.0.1(transitive)
- Removedp-defer@1.0.0(transitive)
- Removedp-queue@8.0.1(transitive)
- Removedp-timeout@6.1.4(transitive)
Updatednotion-types@workspace:*
Updatednotion-utils@workspace:*