@azure/web-pubsub-client 1.0.4-alpha.20251007.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/web-pubsub-client",
|
|
3
|
-
"version": "1.0.4-alpha.
|
|
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,14 +43,18 @@
|
|
|
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",
|
|
49
|
-
"
|
|
50
|
+
"prettier": "^3.6.2",
|
|
51
|
+
"rimraf": "^6.0.1",
|
|
52
|
+
"tshy": "^3.0.0",
|
|
53
|
+
"typescript": "~5.9.3",
|
|
50
54
|
"vitest": "^3.2.3",
|
|
51
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
52
55
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
53
|
-
"@azure/dev-tool": "^1.0.0"
|
|
56
|
+
"@azure/dev-tool": "^1.0.0",
|
|
57
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
54
58
|
},
|
|
55
59
|
"//sampleConfiguration": {
|
|
56
60
|
"productName": "Azure Web PubSub Client",
|
|
@@ -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": "
|
|
104
|
-
"clean": "
|
|
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": "
|
|
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",
|