@elizaos/plugin-google-genai 2.0.0-alpha.1 → 2.0.0-alpha.3

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 +16 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-google-genai",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.3",
4
4
  "type": "module",
5
5
  "main": "dist/node/index.node.js",
6
6
  "module": "dist/node/index.node.js",
@@ -36,15 +36,15 @@
36
36
  ],
37
37
  "sideEffects": false,
38
38
  "dependencies": {
39
- "@elizaos/core": "workspace:*",
39
+ "@elizaos/core": "2.0.0-alpha.3",
40
40
  "@google/genai": "^1.5.1",
41
41
  "undici": "^7.9.0"
42
42
  },
43
43
  "devDependencies": {
44
+ "@biomejs/biome": "^2.3.11",
44
45
  "@types/node": "^25.0.3",
45
- "typescript": "^5.9.3",
46
46
  "dotenv": "^17.2.3",
47
- "@biomejs/biome": "^2.3.11"
47
+ "typescript": "^5.9.3"
48
48
  },
49
49
  "scripts": {
50
50
  "dev": "bun run build.ts --watch",
@@ -124,5 +124,16 @@
124
124
  }
125
125
  }
126
126
  },
127
- "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460"
127
+ "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
128
+ "milaidy": {
129
+ "platforms": [
130
+ "browser",
131
+ "node"
132
+ ],
133
+ "runtime": "both",
134
+ "platformDetails": {
135
+ "browser": "Browser-compatible build available via exports.browser",
136
+ "node": "Node.js build available via exports.node"
137
+ }
138
+ }
128
139
  }