@azure/communication-chat 1.6.0-alpha.20250930.3 → 1.6.0-alpha.20251021.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/communication-chat",
|
|
3
|
-
"version": "1.6.0-alpha.
|
|
3
|
+
"version": "1.6.0-alpha.20251021.1",
|
|
4
4
|
"description": "Azure client library for Azure Communication Chat services",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -49,16 +49,20 @@
|
|
|
49
49
|
"@types/node": "^20.19.0",
|
|
50
50
|
"@vitest/browser": "^3.2.3",
|
|
51
51
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
52
|
+
"cross-env": "^7.0.3",
|
|
52
53
|
"dotenv": "^16.0.0",
|
|
53
54
|
"eslint": "^9.33.0",
|
|
54
55
|
"playwright": "^1.50.1",
|
|
55
|
-
"
|
|
56
|
+
"prettier": "^3.6.2",
|
|
57
|
+
"rimraf": "^6.0.1",
|
|
58
|
+
"tshy": "^3.0.0",
|
|
59
|
+
"typescript": "~5.9.3",
|
|
56
60
|
"vitest": "^3.2.3",
|
|
57
61
|
"@azure-tools/test-credential": "^2.1.2",
|
|
62
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
58
63
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
59
|
-
"@azure/core-util": "^1.13.1-alpha.
|
|
64
|
+
"@azure/core-util": "^1.13.1-alpha.20251021.1",
|
|
60
65
|
"@azure/dev-tool": "^1.0.0",
|
|
61
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
62
66
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
63
67
|
},
|
|
64
68
|
"//metadata": {
|
|
@@ -128,11 +132,11 @@
|
|
|
128
132
|
"scripts": {
|
|
129
133
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
130
134
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
131
|
-
"check-format": "
|
|
132
|
-
"clean": "
|
|
135
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
136
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
133
137
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
134
138
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
135
|
-
"format": "
|
|
139
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
136
140
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
137
141
|
"lint": "eslint package.json src test",
|
|
138
142
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|