@sqlanvil/core 1.1.2 → 1.2.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
@@ -13706,6 +13706,7 @@ interface IWrapperConfig {
13706
13706
  [key: string]: string;
13707
13707
  };
13708
13708
  credential?: IWrapperCredential;
13709
+ userMappingConnection?: string;
13709
13710
  foreignTables?: IForeignTableConfigEntry[];
13710
13711
  filename?: string;
13711
13712
  }
@@ -13926,7 +13927,7 @@ declare function jitCompiler(rpcCallback: RpcCallback): IJitCompiler;
13926
13927
 
13927
13928
  declare function main(coreExecutionRequest: Uint8Array | string): Uint8Array | string;
13928
13929
 
13929
- declare const version = "1.1.2";
13930
+ declare const version = "1.2.0";
13930
13931
 
13931
13932
  declare const session: Session;
13932
13933
  declare const supportedFeatures: sqlanvil.SupportedFeatures[];