ntn 0.17.0 → 0.18.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,7 +136,8 @@ Shell completion can also suggest public API paths and, for `-X/--method`, only
136
136
  the methods supported by the selected path.
137
137
 
138
138
  Use exactly one request-body source at a time: stdin JSON, `--data`, or inline
139
- body fields.
139
+ body fields. `--data` accepts raw JSON, `@path` for a JSON file, and `@-` for
140
+ stdin.
140
141
 
141
142
  See [docs/PUBLIC_API_REQUESTS.md](docs/PUBLIC_API_REQUESTS.md) for the full
142
143
  reference, including:
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.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {