@rimori/playwright-testing 0.3.2-next.0 → 0.3.2-next.2

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.
@@ -802,4 +802,3 @@ class RimoriTestEnvironment {
802
802
  }
803
803
  }
804
804
  exports.RimoriTestEnvironment = RimoriTestEnvironment;
805
- // Todo: How to test if the event was received by the parent?
@@ -1,3 +1,3 @@
1
- import { UserInfo } from '@rimori/client/src/controller/SettingsController';
1
+ import { UserInfo } from '@rimori/client';
2
2
  export declare const DEFAULT_USER_INFO: UserInfo;
3
3
  export type DefaultUserInfo = typeof DEFAULT_USER_INFO;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/playwright-testing",
3
- "version": "0.3.2-next.0",
3
+ "version": "0.3.2-next.2",
4
4
  "description": "Playwright testing utilities for Rimori plugins and workers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@playwright/test": "^1.40.0",
26
- "@rimori/client": "^2.4.0"
26
+ "@rimori/client": "2.5.3-next.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@playwright/test": "^1.40.0",
30
- "@rimori/client": "^2.4.0",
30
+ "@rimori/client": "2.5.3-next.0",
31
31
  "@types/node": "^20.12.7",
32
32
  "rimraf": "^5.0.7",
33
33
  "typescript": "^5.7.2"