@azure/communication-identity 1.3.2-alpha.20241203.1 → 1.3.2-alpha.20241205.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-identity",
|
3
|
-
"version": "1.3.2-alpha.
|
3
|
+
"version": "1.3.2-alpha.20241205.1",
|
4
4
|
"description": "SDK for Azure Communication service which facilitates user token administration.",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
|
20
20
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
21
21
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
22
|
-
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
|
22
|
+
"generate:client": "autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx format",
|
23
23
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
24
24
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
25
25
|
"integration-test:node": "dev-tool run test:vitest",
|