@mastra/client-js 0.1.17-alpha.5 → 0.1.17
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +15 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/index.js [22m[32m21.61 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 943ms
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m21.79 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 948ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 12726ms
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m19.77 KB[39m
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m19.77 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
8
|
+
- bc4acb3: updated traces to not be wrapped in traces object
|
|
9
|
+
- Updated dependencies [d72318f]
|
|
10
|
+
- Updated dependencies [0bcc862]
|
|
11
|
+
- Updated dependencies [10a8caf]
|
|
12
|
+
- Updated dependencies [359b089]
|
|
13
|
+
- Updated dependencies [32e7b71]
|
|
14
|
+
- Updated dependencies [37bb612]
|
|
15
|
+
- Updated dependencies [7f1b291]
|
|
16
|
+
- @mastra/core@0.8.3
|
|
17
|
+
|
|
3
18
|
## 0.1.17-alpha.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/client-js",
|
|
3
|
-
"version": "0.1.17
|
|
3
|
+
"version": "0.1.17",
|
|
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.8.3
|
|
29
|
+
"@mastra/core": "^0.8.3"
|
|
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.2
|
|
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",
|