@azure-rest/ai-anomaly-detector 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250507.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.
Files changed (1) hide show
  1. package/package.json +5 -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.20250505.1",
5
+ "version": "1.0.0-alpha.20250507.1",
6
6
  "description": "A generated SDK for AnomalyDetectorRest.",
7
7
  "keywords": [
8
8
  "node",
@@ -33,25 +33,19 @@
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": "echo skipped.",
37
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}\"",
38
37
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
39
38
  "execute:samples": "dev-tool samples run samples-dev",
40
39
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
41
40
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
42
41
  "generate:client": "autorest --typescript swagger/README.md && npm run format",
43
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
44
- "integration-test:browser": "npm run unit-test:browser",
45
- "integration-test:node": "npm run unit-test:node --esm",
46
42
  "lint": "eslint package.json api-extractor.json src test",
47
43
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
48
44
  "pack": "npm pack 2>&1",
49
- "test": "npm run clean && npm run build:test && npm run unit-test",
50
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
51
- "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
52
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
53
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
54
- "unit-test:node": "dev-tool run test:vitest",
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",
55
49
  "update-snippets": "dev-tool run update-snippets"
56
50
  },
57
51
  "sideEffects": false,