@azure-rest/ai-anomaly-detector 1.0.0-alpha.20250121.2 → 1.0.0-alpha.20250123.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 +5 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/ai-anomaly-detector",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20250123.1",
|
|
6
6
|
"description": "A generated SDK for AnomalyDetectorRest.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
36
36
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
37
37
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
38
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
38
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
39
39
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
40
40
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
41
41
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
72
72
|
"@azure/identity": "^4.0.1",
|
|
73
73
|
"@types/node": "^18.0.0",
|
|
74
|
-
"@vitest/browser": "^
|
|
75
|
-
"@vitest/coverage-istanbul": "^
|
|
74
|
+
"@vitest/browser": "^3.0.3",
|
|
75
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
76
76
|
"autorest": "latest",
|
|
77
77
|
"csv-parse": "^5.0.3",
|
|
78
78
|
"dotenv": "^16.0.0",
|
|
79
79
|
"eslint": "^9.9.0",
|
|
80
80
|
"playwright": "^1.49.0",
|
|
81
81
|
"typescript": "~5.7.2",
|
|
82
|
-
"vitest": "^
|
|
82
|
+
"vitest": "^3.0.3"
|
|
83
83
|
},
|
|
84
84
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
|
|
85
85
|
"//metadata": {
|