@azure-tools/communication-toll-free-verification 1.0.0-alpha.20250930.3 → 1.0.0-alpha.20251023.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.
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.
|
|
3
|
+
"version": "1.0.0-alpha.20251023.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,10 +46,14 @@
|
|
|
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
|
-
"
|
|
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",
|
|
55
59
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
@@ -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": "
|
|
129
|
-
"clean": "
|
|
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": "
|
|
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",
|