@azure/arm-hdinsight 1.3.0-alpha.20251217.1 → 1.3.0-alpha.20251219.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 +7 -6
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for HDInsightManagementClient.",
6
- "version": "1.3.0-alpha.20251217.1",
6
+ "version": "1.3.0-alpha.20251219.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -39,15 +39,16 @@
39
39
  "dotenv": "^16.6.1",
40
40
  "eslint": "^9.39.1",
41
41
  "playwright": "^1.56.1",
42
+ "prettier": "^3.6.2",
42
43
  "rimraf": "^6.1.0",
43
44
  "tshy": "^3.0.3",
44
45
  "typescript": "~5.9.3",
45
46
  "vitest": "^4.0.8",
46
47
  "@azure-tools/test-credential": "^2.1.2",
47
48
  "@azure-tools/test-utils-vitest": "^2.0.1",
48
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
49
49
  "@azure-tools/test-recorder": "^4.1.1",
50
- "@azure/dev-tool": "^1.0.0"
50
+ "@azure/dev-tool": "^1.0.0",
51
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
51
52
  },
52
53
  "repository": "github:Azure/azure-sdk-for-js",
53
54
  "bugs": {
@@ -111,11 +112,11 @@
111
112
  "scripts": {
112
113
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
113
114
  "build:samples": "echo skipped.",
114
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
115
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
115
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
116
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
116
117
  "execute:samples": "echo skipped",
117
118
  "extract-api": "dev-tool run extract-api",
118
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
119
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
119
120
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
120
121
  "lint": "echo skipped",
121
122
  "pack": "pnpm pack 2>&1",