@azure-rest/ai-anomaly-detector 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240515.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 +6 -7
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.20240418.1",
5
+ "version": "1.0.0-alpha.20240515.1",
6
6
  "description": "A generated SDK for AnomalyDetectorRest.",
7
7
  "keywords": [
8
8
  "node",
@@ -37,11 +37,11 @@
37
37
  "build:node": "tsc -p . && dev-tool run bundle --browser-test false",
38
38
  "build:samples": "echo skipped.",
39
39
  "build:test": "tsc -p . && dev-tool run bundle",
40
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
40
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
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
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
- "extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
44
+ "extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
45
45
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
46
46
  "generate:client": "autorest --typescript swagger/README.md && npm run format",
47
47
  "integration-test:browser": "dev-tool run test:browser",
@@ -56,7 +56,7 @@
56
56
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
57
57
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
58
58
  "unit-test:browser": "dev-tool run test:browser",
59
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local"
59
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "autoPublish": false,
@@ -99,10 +99,9 @@
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": "^9.1.0",
102
+ "nyc": "^15.1.0",
103
103
  "csv-parse": "^5.0.3",
104
- "ts-node": "^10.0.0",
105
- "esm": "^3.2.18"
104
+ "ts-node": "^10.0.0"
106
105
  },
107
106
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
108
107
  "//metadata": {