@lindengjian/codex-beacon 1.0.5 → 1.0.7

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.
@@ -17,9 +17,9 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>1.0.5</string>
20
+ <string>1.0.7</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>1.0.5</string>
22
+ <string>1.0.7</string>
23
23
  <key>LSArchitecturePriority</key>
24
24
  <array>
25
25
  <string>arm64</string>
package/lib/installer.mjs CHANGED
@@ -112,7 +112,7 @@ export function doctor({
112
112
  platform = process.platform,
113
113
  arch = process.arch,
114
114
  verifyApp: verify = verifyApp,
115
- }) {
115
+ } = {}) {
116
116
  validatePlatform({ platform, arch });
117
117
  assertAppBundle(installedApp, "Codex Beacon is not installed; run `codex-beacon install`");
118
118
  verify(installedApp);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindengjian/codex-beacon",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Install Codex Beacon, a native macOS status companion for Codex Desktop.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,