@azure-rest/load-testing 1.1.0-alpha.20250805.1 → 1.1.0-alpha.20250826.2
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/load-testing",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.1.0-alpha.
|
|
5
|
+
"version": "1.1.0-alpha.20250826.2",
|
|
6
6
|
"description": "This package contains Microsoft Azure LoadTestingClient client library.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -40,24 +40,6 @@
|
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=20.0.0"
|
|
42
42
|
},
|
|
43
|
-
"scripts": {
|
|
44
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
45
|
-
"build:samples": "echo skipped.",
|
|
46
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
47
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
48
|
-
"execute:samples": "echo skipped",
|
|
49
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
50
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
51
|
-
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
52
|
-
"lint": "eslint package.json src test",
|
|
53
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
54
|
-
"pack": "npm pack 2>&1",
|
|
55
|
-
"test": "npm run test:node && npm run test:browser",
|
|
56
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
57
|
-
"test:node": "dev-tool run test:vitest",
|
|
58
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
59
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
60
|
-
},
|
|
61
43
|
"sideEffects": false,
|
|
62
44
|
"autoPublish": false,
|
|
63
45
|
"dependencies": {
|
|
@@ -72,21 +54,21 @@
|
|
|
72
54
|
"tslib": "^2.8.1"
|
|
73
55
|
},
|
|
74
56
|
"devDependencies": {
|
|
75
|
-
"@azure
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
80
|
-
"@azure/identity": "^4.6.0",
|
|
81
|
-
"@types/node": "^20.0.0",
|
|
82
|
-
"@vitest/browser": "^3.0.9",
|
|
83
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
57
|
+
"@azure/identity": "4.11.1",
|
|
58
|
+
"@types/node": "^20.19.0",
|
|
59
|
+
"@vitest/browser": "^3.2.3",
|
|
60
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
84
61
|
"autorest": "latest",
|
|
85
62
|
"dotenv": "^16.0.0",
|
|
86
|
-
"eslint": "^9.
|
|
63
|
+
"eslint": "^9.33.0",
|
|
87
64
|
"playwright": "^1.50.1",
|
|
88
|
-
"typescript": "~5.8.
|
|
89
|
-
"vitest": "^3.
|
|
65
|
+
"typescript": "~5.8.3",
|
|
66
|
+
"vitest": "^3.2.3",
|
|
67
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
68
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
69
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
70
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
71
|
+
"@azure/dev-tool": "^1.0.0"
|
|
90
72
|
},
|
|
91
73
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/README.md",
|
|
92
74
|
"//metadata": {
|
|
@@ -140,5 +122,22 @@
|
|
|
140
122
|
}
|
|
141
123
|
}
|
|
142
124
|
},
|
|
143
|
-
"react-native": "./dist/react-native/index.js"
|
|
144
|
-
|
|
125
|
+
"react-native": "./dist/react-native/index.js",
|
|
126
|
+
"scripts": {
|
|
127
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
128
|
+
"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",
|
|
131
|
+
"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}\"",
|
|
134
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
135
|
+
"lint": "eslint package.json src test",
|
|
136
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
137
|
+
"pack": "pnpm pack 2>&1",
|
|
138
|
+
"test": "npm run test:node && npm run test:browser",
|
|
139
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
140
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
141
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
142
|
+
}
|
|
143
|
+
}
|