ntn 0.8.0 → 0.8.1

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/README.md CHANGED
@@ -42,10 +42,7 @@ ntn api v1/pages --spec -X POST
42
42
  ntn api v1/pages --docs -X POST
43
43
  ```
44
44
 
45
- `ntn api` is currently a beta command. For now it only works with Notion
46
- integration tokens provided via `NOTION_API_TOKEN`.
47
-
48
- There is also a beta convenience wrapper for the File Uploads API:
45
+ There is also a convenience wrapper for the File Uploads API:
49
46
 
50
47
  ```bash
51
48
  ntn files create < file.png
@@ -54,9 +51,6 @@ ntn files get <upload-id>
54
51
  ntn files list
55
52
  ```
56
53
 
57
- `ntn files` currently uses the same public API auth path as `ntn api`, so it
58
- also requires a Notion integration token in `NOTION_API_TOKEN`.
59
-
60
54
  `ntn files create` is intentionally quiet on success. For byte uploads it only
61
55
  shows a progress bar when stderr is a TTY.
62
56
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntn",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {