@azure/communication-identity 1.3.1-alpha.20240205.1 → 1.3.1-alpha.20240325.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.20240325.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/",
|
@@ -135,9 +135,9 @@
|
|
135
135
|
"karma-mocha-reporter": "^2.2.5",
|
136
136
|
"karma-sourcemap-loader": "^0.3.8",
|
137
137
|
"mocha": "^10.0.0",
|
138
|
-
"c8": "^
|
138
|
+
"c8": "^9.1.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",
|