@azure-rest/communication-job-router 1.1.0-alpha.20250930.3 → 1.1.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.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/communication-job-router",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.1.0-alpha.
|
|
5
|
+
"version": "1.1.0-alpha.20251022.1",
|
|
6
6
|
"description": "Azure client library for Azure Communication Job Router services",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -46,17 +46,21 @@
|
|
|
46
46
|
"@vitest/browser": "^3.2.3",
|
|
47
47
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
48
48
|
"autorest": "latest",
|
|
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
|
-
"@azure-tools/test-
|
|
58
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
55
59
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
56
|
-
"@azure/core-util": "^1.13.1-alpha.
|
|
60
|
+
"@azure/core-util": "^1.13.1-alpha.20251022.1",
|
|
61
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
57
62
|
"@azure/dev-tool": "^1.0.0",
|
|
58
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
59
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
63
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
60
64
|
},
|
|
61
65
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-job-router-rest/README.md",
|
|
62
66
|
"//metadata": {
|
|
@@ -116,11 +120,11 @@
|
|
|
116
120
|
"scripts": {
|
|
117
121
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
118
122
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
119
|
-
"check-format": "
|
|
120
|
-
"clean": "
|
|
123
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
124
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
121
125
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
122
|
-
"extract-api": "
|
|
123
|
-
"format": "
|
|
126
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
127
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
124
128
|
"generate:client": "echo skipped",
|
|
125
129
|
"lint": "eslint package.json src test",
|
|
126
130
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|