@azure/arm-onlineexperimentation 1.0.0-alpha.20251118.1 → 1.0.0-alpha.20251119.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 +4 -4
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.20251119.2",
|
|
4
4
|
"description": "A generated SDK for OnlineExperimentationClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"typescript": "~5.9.3",
|
|
86
86
|
"vitest": "^4.0.8",
|
|
87
87
|
"@azure-tools/test-credential": "^2.1.2",
|
|
88
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
89
|
-
"@azure/dev-tool": "^1.0.0",
|
|
90
88
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
89
|
+
"@azure/dev-tool": "^1.0.0",
|
|
90
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
91
91
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
92
92
|
},
|
|
93
93
|
"//sampleConfiguration": {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"module": "./dist/esm/index.js",
|
|
199
199
|
"scripts": {
|
|
200
200
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
201
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
201
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
202
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
203
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
204
204
|
"execute:samples": "dev-tool samples run samples-dev",
|