@azure-rest/ai-anomaly-detector 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250417.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
11
  }
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.20250411.1",
5
+ "version": "1.0.0-alpha.20250417.1",
6
6
  "description": "A generated SDK for AnomalyDetectorRest.",
7
7
  "keywords": [
8
8
  "node",
@@ -33,7 +33,7 @@
33
33
  "scripts": {
34
34
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
35
35
  "build:samples": "echo skipped.",
36
- "build:test": "dev-tool run build-package && dev-tool run bundle",
36
+ "build:test": "echo skipped.",
37
37
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
38
38
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
39
39
  "execute:samples": "dev-tool samples run samples-dev",