@howone/sdk 0.7.1 → 0.7.2

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/dist/index.mjs CHANGED
@@ -3630,7 +3630,13 @@ function createClient(opts) {
3630
3630
  opts.projectId,
3631
3631
  workflowId,
3632
3632
  { inputs },
3633
- streamOptions,
3633
+ {
3634
+ ...streamOptions,
3635
+ limitExceeded: mergeLimitExceededOptions(
3636
+ opts.limitExceeded,
3637
+ streamOptions?.limitExceeded
3638
+ )
3639
+ },
3634
3640
  authToken || void 0
3635
3641
  );
3636
3642
  };