@azure/web-pubsub 1.2.0-alpha.20251010.1 → 1.2.0-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",
3
- "version": "1.2.0-alpha.20251010.1",
3
+ "version": "1.2.0-alpha.20251013.1",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -56,17 +56,21 @@
56
56
  "@types/ws": "^8.5.13",
57
57
  "@vitest/browser": "^3.2.3",
58
58
  "@vitest/coverage-istanbul": "^3.2.3",
59
+ "cross-env": "^7.0.3",
59
60
  "dotenv": "^16.0.0",
60
61
  "eslint": "^9.33.0",
61
62
  "playwright": "^1.50.1",
63
+ "prettier": "^3.6.2",
64
+ "rimraf": "^6.0.1",
65
+ "tshy": "^3.0.0",
62
66
  "typescript": "~5.9.3",
63
67
  "vitest": "^3.2.3",
64
68
  "ws": "^8.18.0",
69
+ "@azure-tools/test-credential": "^2.1.2",
65
70
  "@azure-tools/test-recorder": "^4.1.1",
66
71
  "@azure-tools/test-utils-vitest": "^2.0.1",
67
- "@azure/dev-tool": "^1.0.0",
68
- "@azure-tools/test-credential": "^2.1.2",
69
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
72
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
73
+ "@azure/dev-tool": "^1.0.0"
70
74
  },
71
75
  "//sampleConfiguration": {
72
76
  "productName": "Azure Web PubSub",
@@ -106,14 +110,14 @@
106
110
  "scripts": {
107
111
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
108
112
  "build:samples": "tsc -p tsconfig.samples.json",
109
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
110
- "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
113
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
114
+ "clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
111
115
  "execute:samples": "dev-tool samples run samples-dev",
112
116
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
113
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
117
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
114
118
  "generate:client": "autorest --typescript ./swagger/README.md",
115
- "lint": "dev-tool run vendored eslint package.json src test",
116
- "lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
119
+ "lint": "eslint package.json src test",
120
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
117
121
  "pack": "pnpm pack 2>&1",
118
122
  "test": "npm run test:node && npm run test:browser",
119
123
  "test:browser": "echo skipped",