@azure-tools/communication-alpha-ids 1.0.0-alpha.20250930.3 → 1.0.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-tools/communication-alpha-ids",
3
- "version": "1.0.0-alpha.20250930.3",
3
+ "version": "1.0.0-alpha.20251022.1",
4
4
  "description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -45,16 +45,20 @@
45
45
  "@types/node": "^20.19.0",
46
46
  "@vitest/browser": "^3.2.3",
47
47
  "@vitest/coverage-istanbul": "^3.2.3",
48
+ "cross-env": "^7.0.3",
48
49
  "dotenv": "^16.0.0",
49
50
  "eslint": "^9.33.0",
50
51
  "playwright": "^1.50.1",
51
- "typescript": "~5.8.3",
52
+ "prettier": "^3.6.2",
53
+ "rimraf": "^6.0.1",
54
+ "tshy": "^3.0.0",
55
+ "typescript": "~5.9.3",
52
56
  "vitest": "^3.2.3",
53
- "@azure-tools/test-recorder": "^4.1.1",
54
- "@azure/dev-tool": "^1.0.0",
55
57
  "@azure-tools/test-utils-vitest": "^2.0.1",
56
- "@azure/core-util": "^1.13.1-alpha.20250930.3",
57
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
58
+ "@azure/core-util": "^1.13.1-alpha.20251022.1",
59
+ "@azure-tools/test-recorder": "^4.1.1",
60
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
61
+ "@azure/dev-tool": "^1.0.0"
58
62
  },
59
63
  "//metadata": {
60
64
  "constantPaths": [
@@ -129,11 +133,11 @@
129
133
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
130
134
  "build:autorest": "autorest --typescript --v3 ./swagger/README.md",
131
135
  "build:samples": "tsc -p tsconfig.samples.json",
132
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
133
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
136
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
137
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log",
134
138
  "execute:samples": "dev-tool samples run samples-dev",
135
139
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
136
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
140
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
137
141
  "lint": "eslint package.json src test",
138
142
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
139
143
  "pack": "pnpm pack 2>&1",