@azure-rest/ai-anomaly-detector 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241024.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 +5 -8
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.20241024.2",
|
|
6
6
|
"description": "A generated SDK for AnomalyDetectorRest.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"node": ">=18.0.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
36
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
|
|
35
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
36
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
37
37
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
38
38
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
39
39
|
"build:node": "tsc -p . && dev-tool run bundle --browser-test false",
|
|
40
40
|
"build:samples": "echo skipped.",
|
|
41
41
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
42
42
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
43
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
43
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
44
44
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
45
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
45
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
46
46
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
47
47
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
48
48
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
77
77
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
78
78
|
"@azure/identity": "^4.0.1",
|
|
79
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
80
79
|
"@types/chai": "^4.2.8",
|
|
81
80
|
"@types/mocha": "^10.0.0",
|
|
82
81
|
"@types/node": "^18.0.0",
|
|
@@ -96,10 +95,8 @@
|
|
|
96
95
|
"karma-mocha-reporter": "^2.2.5",
|
|
97
96
|
"karma-source-map-support": "~1.4.0",
|
|
98
97
|
"karma-sourcemap-loader": "^0.3.8",
|
|
99
|
-
"mkdirp": "^3.0.1",
|
|
100
98
|
"mocha": "^10.0.0",
|
|
101
99
|
"nyc": "^17.0.0",
|
|
102
|
-
"rimraf": "^5.0.5",
|
|
103
100
|
"source-map-support": "^0.5.9",
|
|
104
101
|
"ts-node": "^10.0.0",
|
|
105
102
|
"typescript": "~5.6.2"
|