@tramvai/test-pw 2.150.0 → 2.150.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.
@@ -1,2 +1,3 @@
1
1
  import type { LaunchOptions } from 'playwright-core';
2
2
  export declare const PLAYWRIGHT_DEFAULT_LAUNCH_OPTIONS: LaunchOptions;
3
+ //# sourceMappingURL=constants.d.ts.map
package/lib/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './constants';
3
3
  export { initPlaywright } from './launch';
4
4
  export { wrapPlaywrightPage } from './wrapper';
5
5
  export * from './utils';
6
+ //# sourceMappingURL=index.d.ts.map
package/lib/launch.d.ts CHANGED
@@ -22,3 +22,4 @@ export declare const initPlaywright: (serverUrl: string, { enableLogging, ...opt
22
22
  close: () => Promise<void>;
23
23
  }>;
24
24
  export {};
25
+ //# sourceMappingURL=launch.d.ts.map
package/lib/router.d.ts CHANGED
@@ -11,3 +11,4 @@ export declare const wrapRouter: (page: Page) => {
11
11
  getCurrentUrl: () => Promise<any>;
12
12
  };
13
13
  export {};
14
+ //# sourceMappingURL=router.d.ts.map
package/lib/utils.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import type { Page } from 'playwright-core';
2
2
  export declare const waitHydrated: (page: Page) => Promise<unknown>;
3
+ //# sourceMappingURL=utils.d.ts.map
package/lib/wrapper.d.ts CHANGED
@@ -15,3 +15,4 @@ export declare const wrapPlaywrightPage: (page: Page) => {
15
15
  };
16
16
  close: () => Promise<void>;
17
17
  };
18
+ //# sourceMappingURL=wrapper.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-pw",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@tinkoff/utils": "^2.1.2",
21
- "@tramvai/test-integration": "2.150.0",
22
- "@tramvai/tokens-router": "2.150.0",
21
+ "@tramvai/test-integration": "2.150.1",
22
+ "@tramvai/tokens-router": "2.150.1",
23
23
  "console-with-style": "^1.1.0",
24
24
  "supports-color": "8.1.1",
25
25
  "tslib": "^2.4.0"