fix(config): externalize ws for copilot-m365-web executor (#6098, closes #6062)

Externalize ws / bufferutil / utf-8-validate in serverExternalPackages so the copilot-m365-web WebSocket masking path works at runtime (bundling ws → TypeError: b.mask is not a function → 80s chat timeout). Regression guard in next-config.test.ts.

Co-authored-by: diegosouzapw <diegosouza.pw@gmail.com>
This commit is contained in:
Ankit
2026-07-04 01:06:35 +05:30
committed by GitHub
parent 5bc11f4d0e
commit e61b75f007
510 changed files with 31655 additions and 6991 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "omniroute-desktop",
"version": "3.8.43",
"version": "3.8.44",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute-desktop",
"version": "3.8.43",
"version": "3.8.44",
"license": "MIT",
"dependencies": {
"electron-updater": "^6.8.9"

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute-desktop",
"version": "3.8.43",
"version": "3.8.44",
"description": "OmniRoute Desktop Application",
"main": "main.js",
"author": {