@azure/web-pubsub-client 1.0.3 → 1.0.4-alpha.20250926.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-client",
3
- "version": "1.0.3",
3
+ "version": "1.0.4-alpha.20250926.1",
4
4
  "description": "Azure Web PubSub Client",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -34,13 +34,13 @@
34
34
  "buffer": "^6.0.0",
35
35
  "events": "^3.3.0",
36
36
  "tslib": "^2.8.1",
37
- "ws": "^7.4.5"
37
+ "ws": "^8.18.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@azure/identity": "4.11.1",
41
41
  "@azure/web-pubsub": "^1.1.3",
42
42
  "@types/node": "^20.19.0",
43
- "@types/ws": "^7.4.5",
43
+ "@types/ws": "^8.18.1",
44
44
  "@vitest/browser": "^3.2.3",
45
45
  "@vitest/coverage-istanbul": "^3.2.3",
46
46
  "dotenv": "^16.0.0",
@@ -48,7 +48,7 @@
48
48
  "playwright": "^1.50.1",
49
49
  "typescript": "~5.8.3",
50
50
  "vitest": "^3.2.3",
51
- "@azure-tools/test-utils-vitest": "^1.0.0",
51
+ "@azure-tools/test-utils-vitest": "^2.0.1",
52
52
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
53
53
  "@azure/dev-tool": "^1.0.0"
54
54
  },
@@ -110,8 +110,7 @@
110
110
  "pack": "pnpm pack 2>&1",
111
111
  "test": "npm run test:node && npm run test:browser",
112
112
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
113
- "test:node": "dev-tool run test:vitest --no-test-proxy",
114
- "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
113
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
115
114
  "update-snippets": "dev-tool run update-snippets"
116
115
  }
117
116
  }