@azure/arm-monitor 8.0.0-alpha.20250822.1 → 8.0.0-alpha.20250825.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
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 MonitorClient.",
6
- "version": "8.0.0-alpha.20250822.1",
6
+ "version": "8.0.0-alpha.20250825.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -43,8 +43,8 @@
43
43
  "typescript": "~5.8.3",
44
44
  "vitest": "^3.2.3",
45
45
  "@azure-tools/test-credential": "^2.1.1",
46
- "@azure-tools/test-recorder": "^4.1.0",
47
46
  "@azure/dev-tool": "^1.0.0",
47
+ "@azure-tools/test-recorder": "^4.1.0",
48
48
  "@azure-tools/test-utils-vitest": "^2.0.0"
49
49
  },
50
50
  "repository": "github:Azure/azure-sdk-for-js",
@@ -129,8 +129,7 @@
129
129
  "pack": "pnpm pack 2>&1",
130
130
  "test": "npm run test:node && npm run test:browser",
131
131
  "test:browser": "echo skipped",
132
- "test:node": "dev-tool run test:vitest",
133
- "test:node:esm": "dev-tool run test:vitest --esm",
132
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
134
133
  "update-snippets": "dev-tool run update-snippets"
135
134
  }
136
135
  }