@azure/communication-chat 1.5.0 → 1.6.0-alpha.20240502.4
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 +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/communication-chat",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-alpha.20240502.4",
|
|
4
4
|
"description": "Azure client library for Azure Communication Chat services",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
13
13
|
"build:samples": "echo Obsolete.",
|
|
14
14
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
15
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
15
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
16
16
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
17
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
18
18
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
19
|
-
"extract-api": "tsc -p . &&
|
|
19
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
20
20
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
21
21
|
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
|
|
22
22
|
"integration-test:browser": "dev-tool run test:browser",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
81
81
|
"@azure/communication-identity": "^1.1.0-beta.2",
|
|
82
82
|
"@azure/core-util": "^1.0.0",
|
|
83
|
-
"@azure/dev-tool": "
|
|
84
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
83
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
84
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
85
85
|
"@microsoft/api-extractor": "^7.31.1",
|
|
86
86
|
"@types/chai": "^4.1.6",
|
|
87
87
|
"@types/mocha": "^10.0.0",
|
|
@@ -105,13 +105,12 @@
|
|
|
105
105
|
"karma-mocha-reporter": "^2.2.5",
|
|
106
106
|
"karma-sourcemap-loader": "^0.3.8",
|
|
107
107
|
"mocha": "^10.0.0",
|
|
108
|
-
"
|
|
108
|
+
"nyc": "^15.1.0",
|
|
109
109
|
"rimraf": "^5.0.5",
|
|
110
110
|
"sinon": "^17.0.0",
|
|
111
111
|
"typescript": "~5.4.5",
|
|
112
112
|
"util": "^0.12.1",
|
|
113
|
-
"ts-node": "^10.0.0"
|
|
114
|
-
"esm": "^3.2.18"
|
|
113
|
+
"ts-node": "^10.0.0"
|
|
115
114
|
},
|
|
116
115
|
"//metadata": {
|
|
117
116
|
"constantPaths": [
|