@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -31434,7 +31434,7 @@ function parseActions(text) {
|
|
|
31434
31434
|
}
|
|
31435
31435
|
|
|
31436
31436
|
// src/client.ts
|
|
31437
|
-
var DEFAULT_SAMPLE_RATE =
|
|
31437
|
+
var DEFAULT_SAMPLE_RATE = 24e3;
|
|
31438
31438
|
var EstuaryClient = class extends TypedEventEmitter {
|
|
31439
31439
|
config;
|
|
31440
31440
|
logger;
|