@azure-rest/ai-anomaly-detector 1.0.0-alpha.20250805.1 → 1.0.0-beta.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 +33 -33
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-
|
|
5
|
+
"version": "1.0.0-beta.2",
|
|
6
6
|
"description": "A generated SDK for AnomalyDetectorRest.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -30,24 +30,6 @@
|
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=20.0.0"
|
|
32
32
|
},
|
|
33
|
-
"scripts": {
|
|
34
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
35
|
-
"build:samples": "echo skipped.",
|
|
36
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
37
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
38
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
39
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
40
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
41
|
-
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
42
|
-
"lint": "eslint package.json src test",
|
|
43
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
44
|
-
"pack": "npm pack 2>&1",
|
|
45
|
-
"test": "npm run test:node && npm run test:browser",
|
|
46
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
47
|
-
"test:node": "dev-tool run test:vitest",
|
|
48
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
49
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
50
|
-
},
|
|
51
33
|
"sideEffects": false,
|
|
52
34
|
"autoPublish": false,
|
|
53
35
|
"dependencies": {
|
|
@@ -60,22 +42,22 @@
|
|
|
60
42
|
"tslib": "^2.8.1"
|
|
61
43
|
},
|
|
62
44
|
"devDependencies": {
|
|
63
|
-
"@azure
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
68
|
-
"@azure/identity": "^4.0.1",
|
|
69
|
-
"@types/node": "^20.0.0",
|
|
70
|
-
"@vitest/browser": "^3.0.9",
|
|
71
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
45
|
+
"@azure/identity": "4.11.1",
|
|
46
|
+
"@types/node": "^20.19.0",
|
|
47
|
+
"@vitest/browser": "^3.2.3",
|
|
48
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
72
49
|
"autorest": "latest",
|
|
73
50
|
"csv-parse": "^6.0.0",
|
|
74
51
|
"dotenv": "^16.0.0",
|
|
75
|
-
"eslint": "^9.
|
|
76
|
-
"playwright": "^1.
|
|
77
|
-
"typescript": "~5.8.
|
|
78
|
-
"vitest": "^3.
|
|
52
|
+
"eslint": "^9.33.0",
|
|
53
|
+
"playwright": "^1.50.1",
|
|
54
|
+
"typescript": "~5.8.3",
|
|
55
|
+
"vitest": "^3.2.3",
|
|
56
|
+
"@azure/dev-tool": "^1.0.0",
|
|
57
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
58
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
59
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
60
|
+
"@azure-tools/test-recorder": "^4.1.0"
|
|
79
61
|
},
|
|
80
62
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
|
|
81
63
|
"//metadata": {
|
|
@@ -131,5 +113,23 @@
|
|
|
131
113
|
"default": "./dist/commonjs/index.js"
|
|
132
114
|
}
|
|
133
115
|
}
|
|
116
|
+
},
|
|
117
|
+
"scripts": {
|
|
118
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
119
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
120
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
121
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
122
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
123
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
124
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
125
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
126
|
+
"lint": "eslint package.json src test",
|
|
127
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
128
|
+
"pack": "pnpm pack 2>&1",
|
|
129
|
+
"test": "npm run test:node && npm run test:browser",
|
|
130
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
131
|
+
"test:node": "dev-tool run test:vitest",
|
|
132
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
133
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
134
134
|
}
|
|
135
|
-
}
|
|
135
|
+
}
|