@duckdb/duckdb-wasm 1.28.1-dev185.0 → 1.28.1-dev186.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.
@@ -1,6 +1,11 @@
1
1
  export declare const isNode: () => boolean;
2
2
  export declare const isFirefox: () => boolean;
3
3
  export declare const isSafari: () => boolean;
4
+ /** Bundles have different characteristics:
5
+ * - MVP: minimum viable product (uses features from first stable version of WebAssembly standard)
6
+ * - EH: exception handling
7
+ * - COI: cross origin isolation
8
+ */
4
9
  export interface DuckDBBundles {
5
10
  mvp: {
6
11
  mainModule: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckdb/duckdb-wasm",
3
- "version": "1.28.1-dev185.0",
3
+ "version": "1.28.1-dev186.0",
4
4
  "description": "DuckDB powered by WebAssembly",
5
5
  "license": "MIT",
6
6
  "repository": {