@sqlanvil/core 1.1.1 → 1.1.2

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
@@ -13926,7 +13926,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
13926
13926
 
13927
13927
  declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
13928
13928
 
13929
- declare const version = "1.1.1";
13929
+ declare const version = "1.1.2";
13930
13930
 
13931
13931
  declare const session: Session;
13932
13932
  declare const supportedFeatures: sqlanvil.SupportedFeatures[];