@run-trace/duckdb-wasm 0.3.0 → 0.4.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.
@@ -19,7 +19,8 @@ export declare enum DuckDBFeature {
19
19
  WASM_THREADS = 2,
20
20
  WASM_SIMD = 4,
21
21
  WASM_BULK_MEMORY = 8,
22
- EMIT_BIGINT = 16
22
+ EMIT_BIGINT = 16,
23
+ WASMFS = 32
23
24
  }
24
25
  /** The proxy for either the browser- order node-based DuckDB API */
25
26
  export declare abstract class DuckDBBindingsBase implements DuckDBBindings {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@run-trace/duckdb-wasm",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "DuckDB powered by WebAssembly — Trace fork with bundled extensions",
5
5
  "license": "MIT",
6
6
  "repository": {