@azure/arm-onlineexperimentation 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251014.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 +10 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-onlineexperimentation",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for OnlineExperimentationClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -75,14 +75,18 @@
|
|
|
75
75
|
"@types/node": "^20.19.0",
|
|
76
76
|
"@vitest/browser": "^3.2.3",
|
|
77
77
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
78
|
+
"cross-env": "^7.0.3",
|
|
78
79
|
"dotenv": "^16.0.0",
|
|
79
80
|
"eslint": "^9.33.0",
|
|
80
81
|
"playwright": "^1.50.1",
|
|
82
|
+
"prettier": "^3.6.2",
|
|
83
|
+
"rimraf": "^6.0.1",
|
|
84
|
+
"tshy": "^3.0.0",
|
|
81
85
|
"typescript": "~5.9.3",
|
|
82
86
|
"vitest": "^3.2.3",
|
|
83
87
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
84
|
-
"@azure/dev-tool": "^1.0.0",
|
|
85
88
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
89
|
+
"@azure/dev-tool": "^1.0.0",
|
|
86
90
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
87
91
|
"@azure-tools/test-credential": "^2.1.2"
|
|
88
92
|
},
|
|
@@ -195,11 +199,11 @@
|
|
|
195
199
|
"scripts": {
|
|
196
200
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
197
201
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
198
|
-
"check-format": "
|
|
199
|
-
"clean": "
|
|
202
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
203
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
200
204
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
201
|
-
"extract-api": "
|
|
202
|
-
"format": "
|
|
205
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
206
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
203
207
|
"generate:client": "echo skipped",
|
|
204
208
|
"lint": "echo skipped",
|
|
205
209
|
"lint:fix": "echo skipped",
|