@xsai/stream-object 0.5.0-beta.3 → 0.5.0-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -426,6 +426,7 @@ async function streamObject(options) {
426
426
  schema = wrap(schema);
427
427
  let { textStream, ...rest } = streamText({
428
428
  ...options,
429
+ output: void 0,
429
430
  response_format: {
430
431
  json_schema: {
431
432
  description: options.schemaDescription,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xsai/stream-object",
3
3
  "type": "module",
4
- "version": "0.5.0-beta.3",
4
+ "version": "0.5.0-beta.4",
5
5
  "description": "extra-small AI SDK.",
6
6
  "author": "Moeru AI",
7
7
  "license": "MIT",
@@ -29,8 +29,8 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@xsai/stream-text": "0.5.0-beta.3",
33
- "xsschema": "0.5.0-beta.3"
32
+ "@xsai/stream-text": "0.5.0-beta.4",
33
+ "xsschema": "0.5.0-beta.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@valibot/to-json-schema": "^1.0.0",