@elizaos/plugin-google-genai 2.0.0-alpha.10 → 2.0.0-alpha.11

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-google-genai",
3
- "version": "2.0.0-alpha.10",
3
+ "version": "2.0.0-alpha.11",
4
4
  "type": "module",
5
5
  "main": "dist/node/index.node.js",
6
6
  "module": "dist/node/index.node.js",
@@ -48,6 +48,9 @@
48
48
  "vitest": "^4.0.0",
49
49
  "@types/bun": "^1.3.11"
50
50
  },
51
+ "peerDependencies": {
52
+ "@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
53
+ },
51
54
  "scripts": {
52
55
  "dev": "bun run build.ts --watch",
53
56
  "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
@@ -137,8 +140,5 @@
137
140
  "browser": "Browser-compatible build available via exports.browser",
138
141
  "node": "Node.js build available via exports.node"
139
142
  }
140
- },
141
- "peerDependencies": {
142
- "@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
143
143
  }
144
144
  }