@7n/tauri-components 0.13.9 → 0.13.10

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +14 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.10] - 2026-07-21
4
+
5
+ ### Changed
6
+
7
+ - chore(deps): n-taze bump — 11 minor/patch (npm), 5 minor/patch (Rust)
8
+
3
9
  ## [0.13.9] - 2026-07-20
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/tauri-components",
3
- "version": "0.13.9",
3
+ "version": "0.13.10",
4
4
  "type": "module",
5
5
  "description": "Shared LLM agent engine + Vue/Quasar UI for Tauri apps (chat, journal, trust-tier approval).",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "!**/fixtures/**"
34
34
  ],
35
35
  "dependencies": {
36
- "marked": "^18.0.5"
36
+ "marked": "^18.0.7"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@tauri-apps/api": "^2.0.0",
@@ -45,9 +45,15 @@
45
45
  "vue": "^3.0.0"
46
46
  },
47
47
  "peerDependenciesMeta": {
48
- "@tauri-apps/api": { "optional": true },
49
- "@tauri-apps/plugin-http": { "optional": true },
50
- "quasar": { "optional": true }
48
+ "@tauri-apps/api": {
49
+ "optional": true
50
+ },
51
+ "@tauri-apps/plugin-http": {
52
+ "optional": true
53
+ },
54
+ "quasar": {
55
+ "optional": true
56
+ }
51
57
  },
52
58
  "knip": {
53
59
  "ignoreDependencies": [
@@ -60,12 +66,12 @@
60
66
  },
61
67
  "devDependencies": {
62
68
  "@quasar/extras": "^2.0.2",
63
- "@storybook/addon-vitest": "^10.5.2",
64
- "@storybook/vue3-vite": "^10.5.2",
69
+ "@storybook/addon-vitest": "^10.5.3",
70
+ "@storybook/vue3-vite": "^10.5.3",
65
71
  "@vitejs/plugin-vue": "^6.0.8",
66
72
  "@vitest/browser": "^4.1.10",
67
73
  "@vitest/browser-playwright": "^4.1.10",
68
74
  "playwright": "^1.61.1",
69
- "storybook": "^10.5.2"
75
+ "storybook": "^10.5.3"
70
76
  }
71
77
  }