@azure/web-pubsub-client 1.0.4-alpha.20251008.1 → 1.0.4-alpha.20251013.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.53.0"
8
+ "packageVersion": "7.53.1"
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.4-alpha.20251008.1",
3
+ "version": "1.0.4-alpha.20251013.1",
4
4
  "description": "Azure Web PubSub Client",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -43,9 +43,13 @@
43
43
  "@types/ws": "^8.18.1",
44
44
  "@vitest/browser": "^3.2.3",
45
45
  "@vitest/coverage-istanbul": "^3.2.3",
46
+ "cross-env": "^7.0.3",
46
47
  "dotenv": "^16.0.0",
47
48
  "eslint": "^9.33.0",
48
49
  "playwright": "^1.50.1",
50
+ "prettier": "^3.6.2",
51
+ "rimraf": "^6.0.1",
52
+ "tshy": "^3.0.0",
49
53
  "typescript": "~5.9.3",
50
54
  "vitest": "^3.2.3",
51
55
  "@azure-tools/test-utils-vitest": "^2.0.1",
@@ -100,11 +104,11 @@
100
104
  "scripts": {
101
105
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
102
106
  "build:samples": "dev-tool samples publish -f",
103
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
104
- "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
107
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
108
+ "clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
105
109
  "execute:samples": "dev-tool samples run samples-dev",
106
110
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
107
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
111
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
108
112
  "lint": "eslint package.json src test",
109
113
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
110
114
  "pack": "pnpm pack 2>&1",