update dependencies of amqp-common and rhea-promise
This commit is contained in:
Родитель
3153244c29
Коммит
dc4207b083
|
@ -23,7 +23,7 @@ export interface IotHubConnectionConfig {
|
|||
/**
|
||||
* @property {string} entityPath - The name/path of the entity to which the connection needs to happen.
|
||||
*/
|
||||
entityPath?: string;
|
||||
entityPath: string;
|
||||
/**
|
||||
* @property {string} sharedAccessKeyName - The name of the access key.
|
||||
*/
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -7,13 +7,13 @@
|
|||
"main": "./dist/lib/index.js",
|
||||
"types": "./typings/lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@azure/amqp-common": "amarzavery/amqp-common-js#init",
|
||||
"@azure/amqp-common": "^0.1.2",
|
||||
"async-lock": "^1.1.3",
|
||||
"debug": "^3.1.0",
|
||||
"is-buffer": "2.0.2",
|
||||
"jssha": "^2.3.1",
|
||||
"ms-rest-azure": "^2.5.9",
|
||||
"rhea-promise": "amarzavery/rhea-promise#event",
|
||||
"rhea-promise": "^0.1.6",
|
||||
"tslib": "^1.9.3",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче