@azure-rest/arm-servicefabric 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231023.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/arm-servicefabric",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20231009.1",
5
+ "version": "1.0.0-alpha.20231023.1",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "scripts": {
44
44
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
45
- "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
46
- "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
45
+ "build:browser": "tsc -p . && dev-tool run bundle",
46
+ "build:node": "tsc -p . && dev-tool run bundle --browser-test false",
47
47
  "build:samples": "echo skipped.",
48
48
  "build:test": "tsc -p . && dev-tool run bundle",
49
49
  "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
@@ -88,7 +88,7 @@
88
88
  "prettier": "^2.5.1",
89
89
  "rimraf": "^3.0.0",
90
90
  "source-map-support": "^0.5.9",
91
- "typescript": "~5.0.0",
91
+ "typescript": "~5.2.0",
92
92
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
93
93
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
94
94
  "@azure-tools/test-credential": "^1.0.0",
@@ -109,7 +109,7 @@
109
109
  "karma-source-map-support": "~1.4.0",
110
110
  "karma-sourcemap-loader": "^0.3.8",
111
111
  "karma": "^6.2.0",
112
- "nyc": "^15.0.0",
112
+ "c8": "^8.0.0",
113
113
  "ts-node": "^10.0.0",
114
114
  "esm": "^3.2.18"
115
115
  },