@azure/arm-arizeaiobservabilityeval 1.0.0-alpha.20250822.1 → 1.0.0-alpha.20250826.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-arizeaiobservabilityeval",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250826.1",
|
|
4
4
|
"description": "A generated SDK for ObservabilityEvalClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"playwright": "^1.50.1",
|
|
81
81
|
"typescript": "~5.8.3",
|
|
82
82
|
"vitest": "^3.2.3",
|
|
83
|
-
"@azure
|
|
84
|
-
"@azure-tools/test-
|
|
85
|
-
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
83
|
+
"@azure/dev-tool": "^1.0.0",
|
|
84
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
86
85
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
87
|
-
"@azure/
|
|
86
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
87
|
+
"@azure-tools/test-credential": "^2.1.2"
|
|
88
88
|
},
|
|
89
89
|
"//sampleConfiguration": {
|
|
90
90
|
"productName": "@azure/arm-arizeaiobservabilityeval",
|
|
@@ -206,8 +206,7 @@
|
|
|
206
206
|
"pack": "pnpm pack 2>&1",
|
|
207
207
|
"test": "npm run test:node && npm run test:browser",
|
|
208
208
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
209
|
-
"test:node": "dev-tool run test:vitest",
|
|
210
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
209
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
211
210
|
"update-snippets": "dev-tool run update-snippets"
|
|
212
211
|
}
|
|
213
212
|
}
|