@mastra/react 0.0.0-fix-read-json-esm-20251009172143 → 0.0.0-unified-sidebar-20251010130811

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/react-hooks
2
2
 
3
- ## 0.0.0-fix-read-json-esm-20251009172143
3
+ ## 0.0.0-unified-sidebar-20251010130811
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - fix maxSteps model settings not being passed to generate and stream endpoints ([#8627](https://github.com/mastra-ai/mastra/pull/8627))
12
12
 
13
- - Updated dependencies []:
14
- - @mastra/client-js@0.0.0-fix-read-json-esm-20251009172143
13
+ - Updated dependencies [[`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`78cfb6b`](https://github.com/mastra-ai/mastra/commit/78cfb6b66fe88bc848105fccb6459fd75413ec87)]:
14
+ - @mastra/client-js@0.0.0-unified-sidebar-20251010130811
15
15
 
16
16
  ## 0.0.5
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/react",
3
- "version": "0.0.0-fix-read-json-esm-20251009172143",
3
+ "version": "0.0.0-unified-sidebar-20251010130811",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/mastra-ai/mastra.git",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "react": "^19.1.1",
24
24
  "react-dom": "^19.1.1",
25
- "@mastra/client-js": "0.0.0-fix-read-json-esm-20251009172143"
25
+ "@mastra/client-js": "0.0.0-unified-sidebar-20251010130811"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ai-sdk/react": "^2.0.57",
@@ -37,7 +37,7 @@
37
37
  "vite": "^7.1.7",
38
38
  "vite-plugin-dts": "^4.5.4",
39
39
  "vitest": "^3.2.4",
40
- "@mastra/core": "0.0.0-fix-read-json-esm-20251009172143"
40
+ "@mastra/core": "0.0.0-unified-sidebar-20251010130811"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "vite build",