@azure-tools/communication-short-codes 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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/communication-short-codes",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251021.1",
|
|
4
4
|
"description": "SDK for Azure Communication Services which facilitates short code management.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -46,16 +46,20 @@
|
|
|
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",
|
|
60
|
+
"@azure/core-util": "^1.13.1-alpha.20251021.1",
|
|
56
61
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
57
|
-
"@azure/dev-tool": "^1.0.0"
|
|
58
|
-
"@azure/core-util": "^1.13.1-alpha.20250930.3"
|
|
62
|
+
"@azure/dev-tool": "^1.0.0"
|
|
59
63
|
},
|
|
60
64
|
"//metadata": {
|
|
61
65
|
"constantPaths": [
|
|
@@ -130,11 +134,11 @@
|
|
|
130
134
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
131
135
|
"build:autorest": "autorest --typescript ./swagger/README.md",
|
|
132
136
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
133
|
-
"check-format": "
|
|
134
|
-
"clean": "
|
|
137
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
138
|
+
"clean": "rimraf --glob dist dist-* types *.tgz *.log",
|
|
135
139
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
136
140
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
137
|
-
"format": "
|
|
141
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
138
142
|
"lint": "eslint package.json src test",
|
|
139
143
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
140
144
|
"pack": "pnpm pack 2>&1",
|