wrapito 12.2.0-beta1 → 12.3.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/dist/index.d.cts CHANGED
@@ -71,6 +71,7 @@ interface BrowserHistory extends History {
71
71
 
72
72
  declare const wrap: (component: unknown) => Wrap;
73
73
 
74
+ declare const mount: (Component: Component) => RenderResult;
74
75
  declare function configure(newConfig: Partial<Config>): void;
75
76
  declare const getConfig: () => Config;
76
77
 
@@ -89,4 +90,4 @@ declare const matchers: {
89
90
  };
90
91
  };
91
92
 
92
- export { type BrowserHistory, type Component, type Config, type Extension, type Extensions, type HttpMethod, type Mount, type NetworkResponses, type RenderResult, type RequestOptions, type WrapResponse as Response, type Wrap, type WrapExtensionAPI, type WrapOptions, type WrapRequest, type WrapResponse, matchers as assertions, configure, getConfig, matchers, wrap };
93
+ export { type BrowserHistory, type Component, type Config, type Extension, type Extensions, type HttpMethod, type Mount, type NetworkResponses, type RenderResult, type RequestOptions, type WrapResponse as Response, type Wrap, type WrapExtensionAPI, type WrapOptions, type WrapRequest, type WrapResponse, matchers as assertions, configure, getConfig, matchers, mount, wrap };
package/dist/index.d.ts CHANGED
@@ -71,6 +71,7 @@ interface BrowserHistory extends History {
71
71
 
72
72
  declare const wrap: (component: unknown) => Wrap;
73
73
 
74
+ declare const mount: (Component: Component) => RenderResult;
74
75
  declare function configure(newConfig: Partial<Config>): void;
75
76
  declare const getConfig: () => Config;
76
77
 
@@ -89,4 +90,4 @@ declare const matchers: {
89
90
  };
90
91
  };
91
92
 
92
- export { type BrowserHistory, type Component, type Config, type Extension, type Extensions, type HttpMethod, type Mount, type NetworkResponses, type RenderResult, type RequestOptions, type WrapResponse as Response, type Wrap, type WrapExtensionAPI, type WrapOptions, type WrapRequest, type WrapResponse, matchers as assertions, configure, getConfig, matchers, wrap };
93
+ export { type BrowserHistory, type Component, type Config, type Extension, type Extensions, type HttpMethod, type Mount, type NetworkResponses, type RenderResult, type RequestOptions, type WrapResponse as Response, type Wrap, type WrapExtensionAPI, type WrapOptions, type WrapRequest, type WrapResponse, matchers as assertions, configure, getConfig, matchers, mount, wrap };