|
58 | 58 | "import": "./lib/core/graphql.mjs", |
59 | 59 | "default": "./lib/core/graphql.js" |
60 | 60 | }, |
| 61 | + "./core/ws": { |
| 62 | + "types": "./lib/core/ws.d.ts", |
| 63 | + "require": "./lib/core/ws.js", |
| 64 | + "import": "./lib/core/ws.mjs", |
| 65 | + "default": "./lib/core/ws.js" |
| 66 | + }, |
61 | 67 | "./mockServiceWorker.js": "./lib/mockServiceWorker.js", |
62 | 68 | "./package.json": "./package.json" |
63 | 69 | }, |
|
138 | 144 | "@bundled-es-modules/tough-cookie": "^0.1.6", |
139 | 145 | "@inquirer/confirm": "^5.0.0", |
140 | 146 | "@mswjs/interceptors": "^0.36.5", |
| 147 | + "@open-draft/deferred-promise": "^2.2.0", |
141 | 148 | "@open-draft/until": "^2.1.0", |
142 | 149 | "@types/cookie": "^0.6.0", |
143 | 150 | "@types/statuses": "^2.0.4", |
|
154 | 161 | "devDependencies": { |
155 | 162 | "@commitlint/cli": "^18.4.4", |
156 | 163 | "@commitlint/config-conventional": "^18.4.4", |
| 164 | + "@fastify/websocket": "^8.3.1", |
157 | 165 | "@open-draft/test-server": "^0.4.2", |
158 | 166 | "@ossjs/release": "^0.8.1", |
159 | 167 | "@playwright/test": "^1.48.0", |
|
177 | 185 | "eslint-config-prettier": "^9.1.0", |
178 | 186 | "eslint-plugin-prettier": "^5.2.1", |
179 | 187 | "express": "^5.0.0", |
| 188 | + "fastify": "^4.26.0", |
180 | 189 | "fs-extra": "^11.2.0", |
181 | 190 | "fs-teardown": "^0.3.0", |
182 | 191 | "glob": "^11.0.0", |
|
0 commit comments