@azure/arm-eventhub 5.3.0-alpha.20251118.1 → 5.3.0-alpha.20251119.2

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
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for EventHubManagementClient.",
6
- "version": "5.3.0-alpha.20251118.1",
6
+ "version": "5.3.0-alpha.20251119.2",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@azure/arm-network": "^32.2.0",
32
32
  "@azure/arm-storage": "18.5.0",
33
- "@azure/identity": "4.11.1",
33
+ "@azure/identity": "4.13.0",
34
34
  "@types/node": "^20.19.25",
35
35
  "@vitest/browser-playwright": "^4.0.8",
36
36
  "@vitest/coverage-istanbul": "^4.0.8",
@@ -42,9 +42,9 @@
42
42
  "typescript": "~5.9.3",
43
43
  "vitest": "^4.0.8",
44
44
  "@azure-tools/test-credential": "^2.1.2",
45
+ "@azure-tools/test-recorder": "^4.1.1",
45
46
  "@azure-tools/test-utils-vitest": "^2.0.1",
46
- "@azure/dev-tool": "^1.0.0",
47
- "@azure-tools/test-recorder": "^4.1.1"
47
+ "@azure/dev-tool": "^1.0.0"
48
48
  },
49
49
  "repository": {
50
50
  "type": "git",
@@ -121,7 +121,7 @@
121
121
  },
122
122
  "scripts": {
123
123
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
124
- "build:samples": "tsc -p tsconfig.samples.json",
124
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
125
125
  "check-format": "echo skipped",
126
126
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
127
127
  "execute:samples": "echo skipped",