@catafal/notion-cli 5.9.0 → 5.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/notion.js +10 -0
- package/dist/utils/shell-config.d.ts +19 -10
- package/dist/utils/shell-config.js +65 -24
- package/oclif.manifest.json +757 -757
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@catafal/notion-cli",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.2",
|
|
4
4
|
"description": "Unofficial Notion CLI optimized for automation and AI agents. Non-interactive interface for Notion API v5.2.1 with intelligent caching, retry logic, structured error handling, and comprehensive testing.",
|
|
5
5
|
"author": "Jake Schepis <jake@coastalprograms.com>",
|
|
6
6
|
"bin": {
|