@sqlanvil/core 1.8.0 → 1.8.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
@@ -15060,7 +15060,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
15060
15060
 
15061
15061
  declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
15062
15062
 
15063
- declare const version = "1.8.0";
15063
+ declare const version = "1.8.1";
15064
15064
 
15065
15065
  declare const session: Session;
15066
15066
  declare const supportedFeatures: sqlanvil.SupportedFeatures[];