@noir-lang/noir_wasm 0.26.0-c46b164.nightly → 0.26.0-da27e34.nightly

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.
@@ -21,6 +21,8 @@ export function __wbg_info_24d8f53d98f12b95(arg0: any, arg1: any, arg2: any, arg
21
21
  export function __wbg_warn_9bdd743e9f5fe1e0(arg0: any): void;
22
22
  export function __wbg_warn_8342bfbc6028193a(arg0: any, arg1: any, arg2: any, arg3: any): void;
23
23
  export function __wbindgen_string_get(arg0: any, arg1: any): void;
24
+ export function __wbg_getTime_40bd09e020e8bc8c(arg0: any): any;
25
+ export function __wbg_new0_494c19a27871d56f(): number;
24
26
  export function __wbg_parse_76a8a18ca3f8730b(...args: any[]): any;
25
27
  export function __wbg_stringify_d06ad2addc54d51e(...args: any[]): any;
26
28
  export function __wbg_set_07da13cc24b69217(...args: any[]): any;
@@ -7,7 +7,7 @@ import { DependencyConfig, GitDependencyConfig } from '../../types/noir_package_
7
7
  */
8
8
  export declare class GithubDependencyResolver implements DependencyResolver {
9
9
  #private;
10
- constructor(fm: FileManager);
10
+ constructor(fm: FileManager, fetcher: typeof fetch);
11
11
  /**
12
12
  * Resolves a dependency from github. Returns null if URL is for a different website.
13
13
  * @param _pkg - The package to resolve the dependency for