@mastra/voice-google-gemini-live 0.10.9-alpha.0 → 0.10.9-alpha.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 (2) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/package.json +13 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,66 @@
1
+ # @mastra/voice-google-gemini-live
2
+
3
+ ## 0.10.9-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
8
+
9
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
10
+ - @mastra/core@0.15.3-alpha.5
11
+
12
+ ## 0.10.9-alpha.0
13
+
14
+ ### Patch Changes
15
+
16
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
17
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
18
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.23.5`, in `dependencies`)
19
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
20
+ - @mastra/core@0.15.3-alpha.4
21
+
22
+ ## 0.10.8
23
+
24
+ ### Patch Changes
25
+
26
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
27
+
28
+ - Updated dependencies []:
29
+ - @mastra/core@0.15.2
30
+
31
+ ## 0.10.7
32
+
33
+ ### Patch Changes
34
+
35
+ - dd512a2: Integrates Google Gemini Live API into the Mastra framework
36
+ - Updated dependencies [227c7e6]
37
+ - Updated dependencies [12cae67]
38
+ - Updated dependencies [fd3a3eb]
39
+ - Updated dependencies [6faaee5]
40
+ - Updated dependencies [4232b14]
41
+ - Updated dependencies [a89de7e]
42
+ - Updated dependencies [5a37d0c]
43
+ - Updated dependencies [4bde0cb]
44
+ - Updated dependencies [cf4f357]
45
+ - Updated dependencies [ad888a2]
46
+ - Updated dependencies [481751d]
47
+ - Updated dependencies [2454423]
48
+ - Updated dependencies [194e395]
49
+ - Updated dependencies [a722c0b]
50
+ - Updated dependencies [c30bca8]
51
+ - Updated dependencies [3b5fec7]
52
+ - Updated dependencies [a8f129d]
53
+ - @mastra/core@0.14.0
54
+
55
+ ## 0.10.7-alpha.0
56
+
57
+ ### Patch Changes
58
+
59
+ - dd512a2: Integrates Google Gemini Live API into the Mastra framework
60
+ - Updated dependencies [6faaee5]
61
+ - Updated dependencies [4232b14]
62
+ - Updated dependencies [a89de7e]
63
+ - Updated dependencies [cf4f357]
64
+ - Updated dependencies [a722c0b]
65
+ - Updated dependencies [3b5fec7]
66
+ - @mastra/core@0.14.0-alpha.1
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@mastra/voice-google-gemini-live",
3
- "version": "0.10.9-alpha.0",
3
+ "version": "0.10.9-alpha.1",
4
4
  "description": "Mastra Google Gemini Live API integration",
5
5
  "type": "module",
6
6
  "files": [
7
- "dist"
7
+ "dist",
8
+ "CHANGELOG.md"
8
9
  ],
9
10
  "main": "dist/index.js",
10
11
  "types": "dist/index.d.ts",
@@ -38,12 +39,21 @@
38
39
  "typescript": "^5.8.3",
39
40
  "vitest": "^3.2.4",
40
41
  "@internal/lint": "0.0.34",
41
- "@mastra/core": "0.15.3-alpha.4"
42
+ "@mastra/core": "0.15.3-alpha.5"
42
43
  },
43
44
  "peerDependencies": {
44
45
  "@mastra/core": ">=0.15.2-0 <0.16.0-0",
45
46
  "zod": "^3.0.0"
46
47
  },
48
+ "homepage": "https://mastra.ai",
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/mastra-ai/mastra.git",
52
+ "directory": "voice/google-gemini-live-api"
53
+ },
54
+ "bugs": {
55
+ "url": "https://github.com/mastra-ai/mastra/issues"
56
+ },
47
57
  "scripts": {
48
58
  "build": "tsup --silent --config tsup.config.ts",
49
59
  "build:watch": "tsup --watch --silent --config tsup.config.ts",