@trygocode/notify 0.6.1 → 0.6.2

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.
@@ -8,6 +8,10 @@
8
8
  <data>
9
9
  GbhU1RfeSzs8A7x841vrx8S9NpM=
10
10
  </data>
11
+ <key>Resources/gocodechime.caf</key>
12
+ <data>
13
+ SDZ8imBpH6RxFu4bY6v7z/lR3AE=
14
+ </data>
11
15
  </dict>
12
16
  <key>files2</key>
13
17
  <dict>
@@ -18,6 +22,13 @@
18
22
  80/V6KfdsY5g+nVZNtqimRwukW+CXDnk+bV0NlYa75w=
19
23
  </data>
20
24
  </dict>
25
+ <key>Resources/gocodechime.caf</key>
26
+ <dict>
27
+ <key>hash2</key>
28
+ <data>
29
+ l6vi4c8XtFvpGbej45ku/0CP9/B2vPF7hNoUSCQ1kPQ=
30
+ </data>
31
+ </dict>
21
32
  </dict>
22
33
  <key>rules</key>
23
34
  <dict>
Binary file
@@ -1,2 +1,2 @@
1
1
  // Single source of truth for the CLI version. Keep in sync with package.json.
2
- export const VERSION = "0.6.1";
2
+ export const VERSION = "0.6.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trygocode/notify",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Free phone + branded desktop notifications for any coding agent (Cursor, Claude Code, OpenCode, Ralph/Homer) via the GoCode app.",
5
5
  "license": "MIT",
6
6
  "type": "module",