@azure-rest/load-testing 1.1.0-alpha.20251013.1 → 1.1.0-alpha.20251016.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.53.0"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
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.20251013.1",
5
+ "version": "1.1.0-alpha.20251016.1",
6
6
  "description": "This package contains Microsoft Azure LoadTestingClient client library.",
7
7
  "keywords": [
8
8
  "node",
@@ -59,15 +59,19 @@
59
59
  "@vitest/browser": "^3.2.3",
60
60
  "@vitest/coverage-istanbul": "^3.2.3",
61
61
  "autorest": "latest",
62
+ "cross-env": "^7.0.3",
62
63
  "dotenv": "^16.0.0",
63
64
  "eslint": "^9.33.0",
64
65
  "playwright": "^1.50.1",
66
+ "prettier": "^3.6.2",
67
+ "rimraf": "^6.0.1",
68
+ "tshy": "^3.0.0",
65
69
  "typescript": "~5.9.3",
66
70
  "vitest": "^3.2.3",
67
- "@azure-tools/test-utils-vitest": "^2.0.1",
68
71
  "@azure-tools/test-credential": "^2.1.2",
69
- "@azure/dev-tool": "^1.0.0",
72
+ "@azure-tools/test-utils-vitest": "^2.0.1",
70
73
  "@azure-tools/test-recorder": "^4.1.1",
74
+ "@azure/dev-tool": "^1.0.0",
71
75
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
72
76
  },
73
77
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/README.md",
@@ -126,11 +130,11 @@
126
130
  "scripts": {
127
131
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
128
132
  "build:samples": "tsc -p tsconfig.samples.json",
129
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
130
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
133
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
134
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
131
135
  "execute:samples": "echo skipped",
132
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
133
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
136
+ "extract-api": "rimraf review && dev-tool run extract-api",
137
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
134
138
  "generate:client": "autorest --typescript swagger/README.md && npm run format",
135
139
  "lint": "eslint package.json src test",
136
140
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",