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