@elizaos/plugin-simple-views 2.0.3-beta.6 → 2.0.3-beta.7

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-simple-views",
3
- "version": "2.0.3-beta.6",
3
+ "version": "2.0.3-beta.7",
4
4
  "type": "module",
5
5
  "description": "Small agent-drivable Notes and Simple Calendar app views for view switching, split-pane, and capability QA.",
6
6
  "main": "./dist/index.js",
@@ -79,8 +79,8 @@
79
79
  "build:types": "tsc --noCheck -p tsconfig.build.json"
80
80
  },
81
81
  "dependencies": {
82
- "@elizaos/core": "2.0.3-beta.6",
83
- "@elizaos/ui": "2.0.3-beta.6",
82
+ "@elizaos/core": "2.0.3-beta.7",
83
+ "@elizaos/ui": "2.0.3-beta.7",
84
84
  "lucide-react": "^1.0.0"
85
85
  },
86
86
  "peerDependencies": {
@@ -111,5 +111,5 @@
111
111
  "dist",
112
112
  "assets"
113
113
  ],
114
- "gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
114
+ "gitHead": "61094f10458d11055c75b3dd0bae374e3f66bac5"
115
115
  }