ntn 0.13.0 → 0.13.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/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  A command-line interface for Notion.
4
4
 
5
- > [!NOTE]
6
- > Nothing to see here. This is **extreme** alpha and currently only works for an unreleased product.
7
-
8
5
  ## Installation
9
6
 
10
7
  ```bash
@@ -14,8 +11,7 @@ curl -fsSL https://ntn.dev | bash
14
11
  ## What this is for
15
12
 
16
13
  `ntn` is the Notion CLI for authenticating with Notion and managing Notion
17
- Workers from your terminal. It is currently focused on early alpha workflows
18
- for Workers development and operation.
14
+ Workers from your terminal. It is focused on Workers development and operation.
19
15
 
20
16
  ## Basic command overview
21
17
 
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntn",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {