ntn 0.3.0 → 0.5.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/bin/ntn CHANGED
@@ -5,6 +5,7 @@ const path = require("node:path");
5
5
 
6
6
  const PLATFORMS = {
7
7
  "darwin-arm64": "ntn-darwin-arm64",
8
+ "darwin-x64": "ntn-darwin-x64",
8
9
  "linux-x64": "ntn-linux-x64",
9
10
  };
10
11
 
Binary file
Binary file
Binary file
package/install.cjs CHANGED
@@ -3,6 +3,7 @@ const path = require("node:path");
3
3
 
4
4
  const PLATFORMS = {
5
5
  "darwin-arm64": "ntn-darwin-arm64",
6
+ "darwin-x64": "ntn-darwin-x64",
6
7
  "linux-x64": "ntn-linux-x64",
7
8
  };
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntn",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {