@bobfrankston/msger 0.1.359 → 0.1.360

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.
@@ -7,7 +7,7 @@
7
7
  "wsl": false, // Cross-build Linux x64 via WSL (msgernative-linux)
8
8
  "pi": false, // Remote SSH build on a Raspberry Pi (msgernative-linux-aarch64)
9
9
  "arm64": false, // Cross-compile Linux ARM64 via WSL (msgernative-linux-aarch64)
10
- "mac": false // Sync mac/msgernative-darwin-{arm64,x64} into bin/ at publish time
10
+ "mac": true // Sync mac/msgernative-darwin-{arm64,x64} into bin/ at publish time
11
11
  // (Mac binaries are produced on a Mac via mac/build-mac.sh)
12
12
  },
13
13
  "options": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/msger",
3
- "version": "0.1.359",
3
+ "version": "0.1.360",
4
4
  "description": "Fast, lightweight, cross-platform message box - Rust-powered alternative to msgview",
5
5
  "type": "module",
6
6
  "main": "./index.js",