@mastra/client-js 0.0.0-commonjs-20250414101718 → 0.0.0-extend-clickhouse-20250418135620

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 +73 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,89 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-commonjs-20250414101718
3
+ ## 0.0.0-extend-clickhouse-20250418135620
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [08bb78e]
8
+ - Updated dependencies [7e92011]
9
+ - Updated dependencies [9ee4293]
10
+ - Updated dependencies [03f3cd0]
11
+ - Updated dependencies [8a8a73b]
12
+ - Updated dependencies [fe3ae4d]
13
+ - Updated dependencies [6f92295]
14
+ - @mastra/core@0.0.0-extend-clickhouse-20250418135620
15
+
16
+ ## 0.1.18-alpha.5
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [08bb78e]
21
+ - @mastra/core@0.9.0-alpha.5
22
+
23
+ ## 0.1.18-alpha.4
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [7e92011]
28
+ - @mastra/core@0.9.0-alpha.4
29
+
30
+ ## 0.1.18-alpha.3
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [fe3ae4d]
35
+ - @mastra/core@0.9.0-alpha.3
36
+
37
+ ## 0.1.18-alpha.2
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [9ee4293]
42
+ - @mastra/core@0.8.4-alpha.2
43
+
44
+ ## 0.1.18-alpha.1
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [8a8a73b]
49
+ - Updated dependencies [6f92295]
50
+ - @mastra/core@0.8.4-alpha.1
51
+
52
+ ## 0.1.18-alpha.0
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [03f3cd0]
57
+ - @mastra/core@0.8.4-alpha.0
58
+
59
+ ## 0.1.17
4
60
 
5
61
  ### Patch Changes
6
62
 
7
63
  - 37bb612: Add Elastic-2.0 licensing for packages
8
64
  - bc4acb3: updated traces to not be wrapped in traces object
65
+ - Updated dependencies [d72318f]
9
66
  - Updated dependencies [0bcc862]
10
67
  - Updated dependencies [10a8caf]
11
68
  - Updated dependencies [359b089]
12
69
  - Updated dependencies [32e7b71]
13
70
  - Updated dependencies [37bb612]
14
71
  - Updated dependencies [7f1b291]
15
- - @mastra/core@0.0.0-commonjs-20250414101718
72
+ - @mastra/core@0.8.3
73
+
74
+ ## 0.1.17-alpha.5
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [d72318f]
79
+ - @mastra/core@0.8.3-alpha.5
80
+
81
+ ## 0.1.17-alpha.4
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [7f1b291]
86
+ - @mastra/core@0.8.3-alpha.4
16
87
 
17
88
  ## 0.1.17-alpha.3
18
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-commonjs-20250414101718",
3
+ "version": "0.0.0-extend-clickhouse-20250418135620",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "json-schema": "^0.4.0",
27
27
  "zod": "^3.24.2",
28
28
  "zod-to-json-schema": "^3.24.3",
29
- "@mastra/core": "0.0.0-commonjs-20250414101718"
29
+ "@mastra/core": "0.0.0-extend-clickhouse-20250418135620"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/preset-env": "^7.26.9",
@@ -37,7 +37,7 @@
37
37
  "tsup": "^8.4.0",
38
38
  "typescript": "^5.8.2",
39
39
  "vitest": "^3.0.9",
40
- "@internal/lint": "0.0.0-commonjs-20250414101718"
40
+ "@internal/lint": "0.0.2"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",