@rimori/playwright-testing 0.3.20-next.0 → 0.3.20-next.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.
|
@@ -680,12 +680,11 @@ class RimoriTestEnvironment {
|
|
|
680
680
|
pluginId: options.pluginId,
|
|
681
681
|
guild: {
|
|
682
682
|
id: 'guild-test-id',
|
|
683
|
-
// @ts-ignore
|
|
684
683
|
name: 'Test Guild',
|
|
685
684
|
city: 'Test City',
|
|
686
685
|
country: 'Testland',
|
|
687
686
|
description: 'A dummy guild used for testing purposes.',
|
|
688
|
-
// @ts-
|
|
687
|
+
// @ts-expect-error - createdAt field not in type but required for test data
|
|
689
688
|
createdAt: '2024-01-01T00:00:00.000Z',
|
|
690
689
|
updatedAt: '2024-01-02T00:00:00.000Z',
|
|
691
690
|
inviteCode: 'INVITE123',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rimori/playwright-testing",
|
|
3
|
-
"version": "0.3.20-next.
|
|
3
|
+
"version": "0.3.20-next.1",
|
|
4
4
|
"description": "Playwright testing utilities for Rimori plugins and workers",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@playwright/test": "^1.40.0",
|
|
29
|
-
"@rimori/client": "
|
|
29
|
+
"@rimori/client": "2.5.29-next.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@playwright/test": "^1.40.0",
|
|
33
|
-
"@rimori/client": "
|
|
33
|
+
"@rimori/client": "2.5.29-next.4",
|
|
34
34
|
"@types/node": "^20.12.7",
|
|
35
35
|
"rimraf": "^5.0.7",
|
|
36
36
|
"typescript": "^5.7.2"
|