@azure-rest/ai-anomaly-detector 1.0.0-alpha.20231011.1 → 1.0.0-alpha.20231024.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 -5
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.20231011.1",
5
+ "version": "1.0.0-alpha.20231024.1",
6
6
  "description": "A generated SDK for AnomalyDetectorRest.",
7
7
  "keywords": [
8
8
  "node",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "scripts": {
35
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:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
37
- "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
36
+ "build:browser": "tsc -p . && dev-tool run bundle",
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
40
  "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
@@ -79,7 +79,7 @@
79
79
  "prettier": "^2.5.1",
80
80
  "rimraf": "^3.0.0",
81
81
  "source-map-support": "^0.5.9",
82
- "typescript": "~5.0.0",
82
+ "typescript": "~5.2.0",
83
83
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
84
84
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
85
85
  "@azure-tools/test-credential": "^1.0.0",
@@ -101,7 +101,7 @@
101
101
  "karma-source-map-support": "~1.4.0",
102
102
  "karma-sourcemap-loader": "^0.3.8",
103
103
  "karma": "^6.2.0",
104
- "nyc": "^15.0.0",
104
+ "c8": "^8.0.0",
105
105
  "csv-parse": "^5.0.3",
106
106
  "ts-node": "^10.0.0",
107
107
  "esm": "^3.2.18"