@azure-rest/load-testing 1.1.0-alpha.20251105.1 → 1.1.0-alpha.20251114.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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -276,7 +276,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|
|
276
276
|
|
|
277
277
|
[source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/src
|
|
278
278
|
[sample_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/samples/v1-beta
|
|
279
|
-
[api_reference_doc]: https://learn.microsoft.com/rest/api/
|
|
280
|
-
[obtaining_data_plane_uri]: https://learn.microsoft.com/rest/api/
|
|
279
|
+
[api_reference_doc]: https://learn.microsoft.com/rest/api/apptesting/loadtest/
|
|
280
|
+
[obtaining_data_plane_uri]: https://learn.microsoft.com/rest/api/apptesting/loadtest/data-plane-uri
|
|
281
281
|
[product_documentation]: https://azure.microsoft.com/services/load-testing/
|
|
282
282
|
[azure_subscription]: https://azure.microsoft.com/free/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/load-testing",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.1.0-alpha.
|
|
5
|
+
"version": "1.1.0-alpha.20251114.1",
|
|
6
6
|
"description": "This package contains Microsoft Azure LoadTestingClient client library.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -55,19 +55,19 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@azure/identity": "4.11.1",
|
|
58
|
-
"@types/node": "^20.19.
|
|
59
|
-
"@vitest/browser": "^
|
|
60
|
-
"@vitest/coverage-istanbul": "^
|
|
58
|
+
"@types/node": "^20.19.25",
|
|
59
|
+
"@vitest/browser-playwright": "^4.0.8",
|
|
60
|
+
"@vitest/coverage-istanbul": "^4.0.8",
|
|
61
61
|
"autorest": "latest",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
63
|
-
"dotenv": "^16.
|
|
64
|
-
"eslint": "^9.
|
|
65
|
-
"playwright": "^1.
|
|
63
|
+
"dotenv": "^16.6.1",
|
|
64
|
+
"eslint": "^9.39.1",
|
|
65
|
+
"playwright": "^1.56.1",
|
|
66
66
|
"prettier": "^3.6.2",
|
|
67
|
-
"rimraf": "^6.0
|
|
68
|
-
"tshy": "^3.0.
|
|
67
|
+
"rimraf": "^6.1.0",
|
|
68
|
+
"tshy": "^3.0.3",
|
|
69
69
|
"typescript": "~5.9.3",
|
|
70
|
-
"vitest": "^
|
|
70
|
+
"vitest": "^4.0.8",
|
|
71
71
|
"@azure-tools/test-credential": "^2.1.2",
|
|
72
72
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
73
73
|
"@azure-tools/test-recorder": "^4.1.1",
|