@relayfile/sdk 0.10.58 → 0.10.59

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.
@@ -1 +1 @@
1
- export declare const RELAYFILE_VERSION = "0.10.58";
1
+ export declare const RELAYFILE_VERSION = "0.10.59";
@@ -1,2 +1,2 @@
1
1
  // Generated by scripts/sync-package-version.mjs during every SDK build.
2
- export const RELAYFILE_VERSION = "0.10.58";
2
+ export const RELAYFILE_VERSION = "0.10.59";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayfile/sdk",
3
- "version": "0.10.58",
3
+ "version": "0.10.59",
4
4
  "description": "TypeScript SDK for relayfile — real-time filesystem for humans and agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -60,15 +60,15 @@
60
60
  "prepublishOnly": "npm run build"
61
61
  },
62
62
  "dependencies": {
63
- "@relayfile/core": "0.10.58",
63
+ "@relayfile/core": "0.10.59",
64
64
  "ignore": "^7.0.5",
65
65
  "tar": "^7.5.10"
66
66
  },
67
67
  "optionalDependencies": {
68
- "@relayfile/mount-darwin-arm64": "0.10.58",
69
- "@relayfile/mount-darwin-x64": "0.10.58",
70
- "@relayfile/mount-linux-arm64": "0.10.58",
71
- "@relayfile/mount-linux-x64": "0.10.58"
68
+ "@relayfile/mount-darwin-arm64": "0.10.59",
69
+ "@relayfile/mount-darwin-x64": "0.10.59",
70
+ "@relayfile/mount-linux-arm64": "0.10.59",
71
+ "@relayfile/mount-linux-x64": "0.10.59"
72
72
  },
73
73
  "devDependencies": {
74
74
  "typescript": "^5.7.3",