@sqlanvil/core 1.0.0 → 1.0.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 +1 -1
- package/bundle.js +1 -1
- package/package.json +1 -1
package/bundle.d.ts
CHANGED
|
@@ -13711,7 +13711,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
|
|
|
13711
13711
|
|
|
13712
13712
|
declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
|
|
13713
13713
|
|
|
13714
|
-
declare const version = "1.0.
|
|
13714
|
+
declare const version = "1.0.1";
|
|
13715
13715
|
|
|
13716
13716
|
declare const session: Session;
|
|
13717
13717
|
declare const supportedFeatures: sqlanvil.SupportedFeatures[];
|