@azure/communication-identity 1.3.1-alpha.20240129.1 → 1.3.1-alpha.20240308.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-identity",
|
3
|
-
"version": "1.3.1-alpha.
|
3
|
+
"version": "1.3.1-alpha.20240308.1",
|
4
4
|
"description": "SDK for Azure Communication service which facilitates user token administration.",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"build:samples": "echo Obsolete.",
|
16
16
|
"build:test": "tsc -p . && dev-tool run bundle",
|
17
17
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
18
|
-
"clean": "rimraf dist dist-* temp types *.tgz *.log",
|
18
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
19
19
|
"execute:samples": "dev-tool samples run samples-dev",
|
20
20
|
"execute:js-samples": "dev-tool samples run dist-samples/javascript",
|
21
21
|
"execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"@azure/core-util": "^1.0.0",
|
113
113
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
114
114
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
115
|
-
"@azure/identity": "^
|
115
|
+
"@azure/identity": "^4.0.1",
|
116
116
|
"@azure/msal-node": "^1.3.0",
|
117
117
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
118
118
|
"@microsoft/api-extractor": "^7.31.1",
|
@@ -137,7 +137,7 @@
|
|
137
137
|
"mocha": "^10.0.0",
|
138
138
|
"c8": "^8.0.0",
|
139
139
|
"process": "^0.11.10",
|
140
|
-
"rimraf": "^
|
140
|
+
"rimraf": "^5.0.5",
|
141
141
|
"sinon": "^17.0.0",
|
142
142
|
"typescript": "~5.3.3",
|
143
143
|
"ts-node": "^10.0.0",
|