@estuary-ai/sdk 0.1.31 → 0.1.32

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
@@ -9594,7 +9594,7 @@ function parseActions(text) {
9594
9594
  }
9595
9595
 
9596
9596
  // src/client.ts
9597
- var DEFAULT_SAMPLE_RATE = 16e3;
9597
+ var DEFAULT_SAMPLE_RATE = 24e3;
9598
9598
  var EstuaryClient = class extends TypedEventEmitter {
9599
9599
  config;
9600
9600
  logger;