@peerasak-u/apple-notes 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { fileURLToPath } from "url";
7
7
  var __filename2 = fileURLToPath(import.meta.url);
8
8
  var __dirname2 = dirname(__filename2);
9
9
  function getNotesScriptPath() {
10
- return join(__dirname2, "jxa", "notes.js");
10
+ return join(__dirname2, "..", "src", "jxa", "notes.js");
11
11
  }
12
12
  function escapeShellArg(arg) {
13
13
  return `'${arg.replace(/'/g, "'\\''")}'`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerasak-u/apple-notes",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool for interacting with Apple Notes on macOS",
5
5
  "type": "module",
6
6
  "bin": {