@mastra/client-js 0.1.4-alpha.2 → 0.1.4

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.
@@ -9,7 +9,7 @@
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  ESM dist/index.mjs 13.56 KB
12
- ESM ⚡️ Build success in 684ms
12
+ ESM ⚡️ Build success in 643ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 9541ms
14
+ DTS ⚡️ Build success in 9012ms
15
15
  DTS dist/index.d.mts 13.64 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7fceae1]
8
+ - Updated dependencies [8d94c3e]
9
+ - Updated dependencies [99dcdb5]
10
+ - Updated dependencies [6cb63e0]
11
+ - Updated dependencies [f626fbb]
12
+ - Updated dependencies [e752340]
13
+ - Updated dependencies [eb91535]
14
+ - @mastra/core@0.4.2
15
+
3
16
  ## 0.1.4-alpha.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.4-alpha.2",
3
+ "version": "0.1.4",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "types": "dist/index.d.mts",
@@ -20,7 +20,7 @@
20
20
  "json-schema": "^0.4.0",
21
21
  "zod": "^3.24.1",
22
22
  "zod-to-json-schema": "^3.24.1",
23
- "@mastra/core": "^0.4.2-alpha.2"
23
+ "@mastra/core": "^0.4.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/preset-env": "^7.26.0",