@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.js CHANGED
@@ -3704,7 +3704,13 @@ function createClient(opts) {
3704
3704
  opts.projectId,
3705
3705
  workflowId,
3706
3706
  { inputs },
3707
- streamOptions,
3707
+ {
3708
+ ...streamOptions,
3709
+ limitExceeded: mergeLimitExceededOptions(
3710
+ opts.limitExceeded,
3711
+ streamOptions?.limitExceeded
3712
+ )
3713
+ },
3708
3714
  authToken || void 0
3709
3715
  );
3710
3716
  };