ntn 0.15.1 → 0.16.0

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
@@ -136,9 +136,15 @@ To do a one-time install of the current debug build:
136
136
  mise release:local
137
137
  ```
138
138
 
139
- Both commands install the debug build as `ntnd` at `/usr/local/bin/ntnd`, which
139
+ By default this installs the debug build as `ntnd` at `/usr/local/bin/ntnd`, which
140
140
  avoids colliding with a production `ntn` install.
141
141
 
142
+ To replace the `ntn` binary already on your `PATH` instead:
143
+
144
+ ```bash
145
+ mise release:local --overwrite
146
+ ```
147
+
142
148
  ## Design
143
149
 
144
150
  See [this page](https://claude.ai/public/artifacts/56976778-e51d-4e76-b400-c3c00b134678) for some of our design goals and inspiration with ntn (built by Claude).
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.15.1",
3
+ "version": "0.16.0",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {