ntn 0.23.7 → 0.23.9

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
@@ -167,7 +167,7 @@ To rebuild automatically when files change:
167
167
  mise watch build
168
168
  ```
169
169
 
170
- To rebuild and refresh `/usr/local/bin/ntnd` automatically when files change:
170
+ To rebuild and refresh `~/.local/bin/ntnd` automatically when files change:
171
171
 
172
172
  ```bash
173
173
  mise watch release:local
@@ -182,7 +182,7 @@ To do a one-time install of the current debug build:
182
182
  mise release:local
183
183
  ```
184
184
 
185
- By default this installs the debug build as `ntnd` at `/usr/local/bin/ntnd`, which
185
+ By default this installs the debug build as `ntnd` at `~/.local/bin/ntnd`, which
186
186
  avoids colliding with a production `ntn` install.
187
187
 
188
188
  To replace the `ntn` binary already on your `PATH` instead:
Binary file
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.23.7",
3
+ "version": "0.23.9",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {