@sqlanvil/core 1.8.3 → 1.10.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.
package/bundle.d.ts CHANGED
@@ -15066,7 +15066,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
15066
15066
 
15067
15067
  declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
15068
15068
 
15069
- declare const version = "1.8.3";
15069
+ declare const version = "1.10.0";
15070
15070
 
15071
15071
  declare const session: Session;
15072
15072
  declare const supportedFeatures: sqlanvil.SupportedFeatures[];