@duckdb/duckdb-wasm 1.28.1-dev250.0 → 1.28.1-dev254.0

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.
@@ -59,4 +59,8 @@ export interface DuckDBConfig {
59
59
  * Whether to allow unsigned extensions
60
60
  */
61
61
  allowUnsignedExtensions?: boolean;
62
+ /**
63
+ * Custom user agent string
64
+ */
65
+ customUserAgent?: string;
62
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckdb/duckdb-wasm",
3
- "version": "1.28.1-dev250.0",
3
+ "version": "1.28.1-dev254.0",
4
4
  "description": "DuckDB powered by WebAssembly",
5
5
  "license": "MIT",
6
6
  "repository": {