@pylonsync/cli 0.3.155 → 0.3.158

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pylonsync/cli",
3
- "version": "0.3.155",
3
+ "version": "0.3.158",
4
4
  "description": "Pylon CLI — `pylon dev`, `pylon start`, `pylon migrate`, etc. Bundles the native binary for your platform via optionalDependencies, no postinstall script required.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://pylonsync.com",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18"
26
26
  },
27
27
  "optionalDependencies": {
28
- "@pylonsync/cli-darwin-arm64": "0.3.155",
29
- "@pylonsync/cli-linux-x64": "0.3.155"
28
+ "@pylonsync/cli-darwin-arm64": "0.3.158",
29
+ "@pylonsync/cli-linux-x64": "0.3.158"
30
30
  }
31
31
  }