@azure/event-hubs 5.13.0-alpha.20240627.6 → 5.13.0-alpha.20240704.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/event-hubs",
3
3
  "sdk-type": "client",
4
- "version": "5.13.0-alpha.20240627.6",
4
+ "version": "5.13.0-alpha.20240704.1",
5
5
  "description": "Azure Event Hubs SDK for JS.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -85,8 +85,7 @@
85
85
  "skip": [
86
86
  "iothubConnectionString.js",
87
87
  "iothubConnectionStringWebsockets.js",
88
- "useWithIotHub.js",
89
- "usingAadAuth.js"
88
+ "useWithIotHub.js"
90
89
  ],
91
90
  "productName": "Azure Event Hubs",
92
91
  "productSlugs": [
@@ -114,7 +113,7 @@
114
113
  "devDependencies": {
115
114
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
116
115
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
117
- "@azure/identity": "^4.0.1",
116
+ "@azure/identity": "^4.3.0",
118
117
  "@azure/mock-hub": ">=1.0.0-alpha <1.0.0-alphb",
119
118
  "@azure-tools/test-utils": "^1.0.1",
120
119
  "@azure-tools/test-recorder": "^3.0.0",
@@ -149,12 +148,12 @@
149
148
  "karma-sourcemap-loader": "^0.3.8",
150
149
  "mocha": "^10.0.0",
151
150
  "moment": "^2.24.0",
152
- "nyc": "^15.1.0",
151
+ "nyc": "^17.0.0",
153
152
  "puppeteer": "^22.2.0",
154
153
  "rimraf": "^5.0.5",
155
154
  "sinon": "^17.0.0",
156
155
  "ts-node": "^10.0.0",
157
- "typescript": "~5.4.5",
156
+ "typescript": "~5.5.3",
158
157
  "ws": "^8.2.0"
159
158
  }
160
159
  }
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
-
3
1
  import { AbortSignalLike } from '@azure/abort-controller';
4
2
  import { AmqpAnnotatedMessage } from '@azure/core-amqp';
5
3
  import { AzureLogger } from '@azure/logger';