@sqlanvil/core 1.4.0 → 1.4.1

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/bundle.d.ts CHANGED
@@ -13934,7 +13934,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
13934
13934
 
13935
13935
  declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
13936
13936
 
13937
- declare const version = "1.4.0";
13937
+ declare const version = "1.4.1";
13938
13938
 
13939
13939
  declare const session: Session;
13940
13940
  declare const supportedFeatures: sqlanvil.SupportedFeatures[];