@tramvai/test-child-app 4.9.1 → 4.11.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.
@@ -48,6 +48,7 @@ This test wrapper supports only child-app with name "${childApp.name}"`);
48
48
  },
49
49
  async init(_) { },
50
50
  async load(_) { },
51
+ async waitFor(_) { },
51
52
  },
52
53
  }),
53
54
  ],
@@ -52,6 +52,7 @@ This test wrapper supports only child-app with name "${childApp.name}"`);
52
52
  },
53
53
  async init(_) { },
54
54
  async load(_) { },
55
+ async waitFor(_) { },
55
56
  },
56
57
  }),
57
58
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-child-app",
3
- "version": "4.9.1",
3
+ "version": "4.11.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -17,17 +17,17 @@
17
17
  "watch": "tsc -w"
18
18
  },
19
19
  "dependencies": {
20
- "@tramvai/child-app-core": "4.9.1",
21
- "@tramvai/core": "4.9.1",
22
- "@tramvai/test-unit": "4.9.1",
20
+ "@tramvai/child-app-core": "4.11.1",
21
+ "@tramvai/core": "4.11.1",
22
+ "@tramvai/test-unit": "4.11.1",
23
23
  "tslib": "^2.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@tramvai/react": "4.9.1",
26
+ "@tramvai/react": "4.11.1",
27
27
  "react": "18.2.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@tramvai/module-child-app": "4.9.1"
30
+ "@tramvai/module-child-app": "4.11.1"
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "module": "lib/index.es.js"