Skip to content

Commit 479234a

Browse files
authored
[ServiceBus][Test] Fix Min-Max test build failure (Azure#19600)
* [ServiceBus][Test] Fix Min-Max test build failure With `@types/long` min version of `4.0.0` we got compilation error ``` Namespace 'Long' has no exported member 'Long'. ``` version `4.0.1` fixes this. * Update version for event hubs too
1 parent 7d1a1df commit 479234a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/eventhub/event-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"@types/chai-as-promised": "^7.1.0",
140140
"@types/chai-string": "^1.4.1",
141141
"@types/debug": "^4.1.4",
142-
"@types/long": "^4.0.0",
142+
"@types/long": "^4.0.1",
143143
"@types/mocha": "^7.0.2",
144144
"@types/node": "^12.0.0",
145145
"@types/sinon": "^9.0.4",

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@azure/core-auth": "^1.3.0",
115115
"@azure/logger": "^1.0.0",
116116
"@types/is-buffer": "^2.0.0",
117-
"@types/long": "^4.0.0",
117+
"@types/long": "^4.0.1",
118118
"buffer": "^6.0.0",
119119
"is-buffer": "^2.0.3",
120120
"jssha": "^3.1.0",

0 commit comments

Comments
 (0)