@azure/arm-onlineexperimentation 1.0.0-alpha.20250730.1 → 1.0.0-alpha.20250825.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-onlineexperimentation",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250825.1",
|
|
4
4
|
"description": "A generated SDK for OnlineExperimentationClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -71,38 +71,20 @@
|
|
|
71
71
|
"tslib": "^2.8.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@azure
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
|
-
"@azure/identity": "^4.10.0",
|
|
80
|
-
"@types/node": "^20.0.0",
|
|
81
|
-
"@vitest/browser": "^3.0.9",
|
|
82
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
74
|
+
"@azure/identity": "4.11.1",
|
|
75
|
+
"@types/node": "^20.19.0",
|
|
76
|
+
"@vitest/browser": "^3.2.3",
|
|
77
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
83
78
|
"dotenv": "^16.0.0",
|
|
84
|
-
"eslint": "^9.
|
|
85
|
-
"playwright": "^1.
|
|
86
|
-
"typescript": "~5.8.
|
|
87
|
-
"vitest": "^3.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
94
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
95
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
96
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
97
|
-
"generate:client": "echo skipped",
|
|
98
|
-
"lint": "echo skipped",
|
|
99
|
-
"lint:fix": "echo skipped",
|
|
100
|
-
"pack": "npm pack 2>&1",
|
|
101
|
-
"test": "npm run test:node && npm run test:browser",
|
|
102
|
-
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
103
|
-
"test:node": "dev-tool run test:vitest",
|
|
104
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
105
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
79
|
+
"eslint": "^9.33.0",
|
|
80
|
+
"playwright": "^1.50.1",
|
|
81
|
+
"typescript": "~5.8.3",
|
|
82
|
+
"vitest": "^3.2.3",
|
|
83
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
84
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
85
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
86
|
+
"@azure/dev-tool": "^1.0.0",
|
|
87
|
+
"@azure-tools/test-recorder": "^4.1.0"
|
|
106
88
|
},
|
|
107
89
|
"//sampleConfiguration": {
|
|
108
90
|
"productName": "@azure/arm-onlineexperimentation",
|
|
@@ -209,5 +191,22 @@
|
|
|
209
191
|
},
|
|
210
192
|
"main": "./dist/commonjs/index.js",
|
|
211
193
|
"types": "./dist/commonjs/index.d.ts",
|
|
212
|
-
"module": "./dist/esm/index.js"
|
|
213
|
-
|
|
194
|
+
"module": "./dist/esm/index.js",
|
|
195
|
+
"scripts": {
|
|
196
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
197
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
198
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
199
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
200
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
201
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
202
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
203
|
+
"generate:client": "echo skipped",
|
|
204
|
+
"lint": "echo skipped",
|
|
205
|
+
"lint:fix": "echo skipped",
|
|
206
|
+
"pack": "pnpm pack 2>&1",
|
|
207
|
+
"test": "npm run test:node && npm run test:browser",
|
|
208
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
209
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
210
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
211
|
+
}
|
|
212
|
+
}
|