@hanzogui/tauri 8.0.0 → 8.1.1

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 +9 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzogui/tauri",
3
- "version": "8.0.0",
3
+ "version": "8.1.1",
4
4
  "description": "Tauri desktop adapter for Hanzo GUI — window controls, global shortcuts, fs/shell bridge so hanzogui components run in a Tauri webview.",
5
5
  "files": [
6
6
  "src",
@@ -40,8 +40,8 @@
40
40
  "@tauri-apps/plugin-shell": "^2.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@hanzogui/build": "8.0.0",
44
- "@hanzo/gui": "8.0.0",
43
+ "@hanzogui/build": "8.1.1",
44
+ "@hanzo/gui": "8.1.1",
45
45
  "react": ">=19"
46
46
  },
47
47
  "peerDependencies": {
@@ -49,5 +49,10 @@
49
49
  "react": ">=19"
50
50
  },
51
51
  "license": "BSD-3-Clause",
52
- "author": "Hanzo AI <dev@hanzo.ai>"
52
+ "author": "Hanzo AI <dev@hanzo.ai>",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/hanzoai/gui.git",
56
+ "directory": "pkgs/tauri"
57
+ }
53
58
  }