@azure-rest/ai-anomaly-detector 1.0.0-alpha.20240205.1 → 1.0.0-alpha.20240325.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 +4 -4
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.20240325.1",
|
|
6
6
|
"description": "A generated SDK for AnomalyDetectorRest.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
40
40
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
41
41
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
42
|
-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
42
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
43
43
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
44
44
|
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
|
|
45
45
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"dotenv": "^16.0.0",
|
|
77
77
|
"eslint": "^8.0.0",
|
|
78
78
|
"mkdirp": "^1.0.4",
|
|
79
|
-
"rimraf": "^
|
|
79
|
+
"rimraf": "^5.0.5",
|
|
80
80
|
"source-map-support": "^0.5.9",
|
|
81
81
|
"typescript": "~5.3.3",
|
|
82
82
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"karma-source-map-support": "~1.4.0",
|
|
100
100
|
"karma-sourcemap-loader": "^0.3.8",
|
|
101
101
|
"karma": "^6.2.0",
|
|
102
|
-
"c8": "^
|
|
102
|
+
"c8": "^9.1.0",
|
|
103
103
|
"csv-parse": "^5.0.3",
|
|
104
104
|
"ts-node": "^10.0.0",
|
|
105
105
|
"esm": "^3.2.18"
|