@mastra/client-js 0.1.0 → 0.1.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.
@@ -1,16 +1,15 @@
1
-
2
- 
3
- > @mastra/client-js@0.1.0 build /Users/ward/projects/mastra/mastra/client-sdks/client-js
4
- > tsup-node src/index.ts --format esm --dts --clean --treeshake
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.6
9
- CLI Target: es2022
10
- CLI Cleaning output folder
11
- ESM Build start
12
- ESM dist/index.mjs 13.06 KB
13
- ESM ⚡️ Build success in 174ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 1220ms
16
- DTS dist/index.d.mts 13.46 KB
1
+
2
+ > @mastra/client-js@0.1.0 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
+ > tsup-node src/index.ts --format esm --dts --clean --treeshake
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.3.6
8
+ CLI Target: es2022
9
+ CLI Cleaning output folder
10
+ ESM Build start
11
+ ESM dist/index.mjs 13.06 KB
12
+ ESM ⚡️ Build success in 497ms
13
+ DTS Build start
14
+ DTS ⚡️ Build success in 8627ms
15
+ DTS dist/index.d.mts 13.46 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f205ede]
8
+ - @mastra/core@0.3.0
9
+
3
10
  ## 0.1.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.2.1"
23
+ "@mastra/core": "^0.3.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/preset-env": "^7.26.0",