@azure-rest/ai-anomaly-detector 1.0.0-alpha.20251013.3 → 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 +11 -7
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.20251014.1",
|
|
6
6
|
"description": "A generated SDK for AnomalyDetectorRest.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -47,17 +47,21 @@
|
|
|
47
47
|
"@vitest/browser": "^3.2.3",
|
|
48
48
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
49
49
|
"autorest": "latest",
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
50
51
|
"csv-parse": "^6.0.0",
|
|
51
52
|
"dotenv": "^16.0.0",
|
|
52
53
|
"eslint": "^9.33.0",
|
|
53
54
|
"playwright": "^1.50.1",
|
|
55
|
+
"prettier": "^3.6.2",
|
|
56
|
+
"rimraf": "^6.0.1",
|
|
57
|
+
"tshy": "^3.0.0",
|
|
54
58
|
"typescript": "~5.9.3",
|
|
55
59
|
"vitest": "^3.2.3",
|
|
56
60
|
"@azure-tools/test-credential": "^2.1.2",
|
|
57
61
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
62
|
+
"@azure/dev-tool": "^1.0.0",
|
|
58
63
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
59
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
60
|
-
"@azure/dev-tool": "^1.0.0"
|
|
64
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
61
65
|
},
|
|
62
66
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
|
|
63
67
|
"//metadata": {
|
|
@@ -117,11 +121,11 @@
|
|
|
117
121
|
"scripts": {
|
|
118
122
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
119
123
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
120
|
-
"check-format": "
|
|
121
|
-
"clean": "
|
|
124
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
125
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
122
126
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
123
|
-
"extract-api": "
|
|
124
|
-
"format": "
|
|
127
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
128
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
125
129
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
126
130
|
"lint": "eslint package.json src test",
|
|
127
131
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|