gazectl 0.8.1 → 0.9.3

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
@@ -78,3 +78,14 @@ On first run, gazectl asks you to look at each monitor and press Enter. It sampl
78
78
  swift build -c release
79
79
  cp .build/release/gazectl /usr/local/bin/gazectl
80
80
  ```
81
+
82
+ # Star History
83
+
84
+ <p align="center">
85
+ <a target="_blank" href="https://star-history.com/#jnsahaj/gazectl&Date">
86
+ <picture>
87
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=jnsahaj/gazectl&type=Date&theme=dark">
88
+ <img alt="GitHub Star History for jnsahaj/gazectl" src="https://api.star-history.com/svg?repos=jnsahaj/gazectl&type=Date">
89
+ </picture>
90
+ </a>
91
+ </p>
package/bin/gazectl-bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gazectl",
3
- "version": "0.8.1",
3
+ "version": "0.9.3",
4
4
  "description": "Head tracking display focus switcher for macOS",
5
5
  "bin": {
6
6
  "gazectl": "bin/gazectl"
@@ -10,6 +10,8 @@
10
10
  "bin/gazectl-bin"
11
11
  ],
12
12
  "scripts": {
13
+ "build:npm-binary": "./scripts/build-npm-binary.sh",
14
+ "prepack": "./scripts/build-npm-binary.sh",
13
15
  "sync-version": "./scripts/sync-version.sh",
14
16
  "version": "./scripts/sync-version.sh",
15
17
  "build": "npm run sync-version && swift build -c release"