@azure/communication-identity 1.4.0-alpha.20250930.3 → 1.4.0-alpha.20251022.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.13"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-identity",
3
- "version": "1.4.0-alpha.20250930.3",
3
+ "version": "1.4.0-alpha.20251022.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",
@@ -80,17 +80,21 @@
80
80
  "@types/node": "^20.19.0",
81
81
  "@vitest/browser": "^3.2.3",
82
82
  "@vitest/coverage-istanbul": "^3.2.3",
83
+ "cross-env": "^7.0.3",
83
84
  "dotenv": "^16.0.0",
84
85
  "eslint": "^9.33.0",
85
86
  "playwright": "^1.50.1",
86
- "typescript": "~5.8.3",
87
+ "prettier": "^3.6.2",
88
+ "rimraf": "^6.0.1",
89
+ "tshy": "^3.0.0",
90
+ "typescript": "~5.9.3",
87
91
  "vitest": "^3.2.3",
88
- "@azure-tools/test-recorder": "^4.1.1",
89
92
  "@azure-tools/test-credential": "^2.1.2",
90
93
  "@azure-tools/test-utils-vitest": "^2.0.1",
91
- "@azure/core-util": "^1.13.1-alpha.20250930.3",
92
94
  "@azure/dev-tool": "^1.0.0",
93
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
95
+ "@azure-tools/test-recorder": "^4.1.1",
96
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
97
+ "@azure/core-util": "^1.13.1-alpha.20251022.1"
94
98
  },
95
99
  "type": "module",
96
100
  "tshy": {
@@ -134,13 +138,13 @@
134
138
  "scripts": {
135
139
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
136
140
  "build:samples": "tsc -p tsconfig.samples.json",
137
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
138
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
141
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
142
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
139
143
  "execute:js-samples": "dev-tool samples run dist-samples/javascript",
140
144
  "execute:samples": "dev-tool samples run samples-dev",
141
145
  "execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
142
146
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
143
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
147
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
144
148
  "generate:client": "autorest --typescript ./swagger/README.md",
145
149
  "lint": "eslint package.json src test",
146
150
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",