зеркало из
1
0
Форкнуть 0

update dependencies of amqp-common and rhea-promise

This commit is contained in:
Amar Zavery 2018-09-28 14:17:54 -07:00
Родитель 3153244c29
Коммит dc4207b083
3 изменённых файлов: 521 добавлений и 263 удалений

Просмотреть файл

@ -23,7 +23,7 @@ export interface IotHubConnectionConfig {
/** /**
* @property {string} entityPath - The name/path of the entity to which the connection needs to happen. * @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. * @property {string} sharedAccessKeyName - The name of the access key.
*/ */

778
client/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -7,13 +7,13 @@
"main": "./dist/lib/index.js", "main": "./dist/lib/index.js",
"types": "./typings/lib/index.d.ts", "types": "./typings/lib/index.d.ts",
"dependencies": { "dependencies": {
"@azure/amqp-common": "amarzavery/amqp-common-js#init", "@azure/amqp-common": "^0.1.2",
"async-lock": "^1.1.3", "async-lock": "^1.1.3",
"debug": "^3.1.0", "debug": "^3.1.0",
"is-buffer": "2.0.2", "is-buffer": "2.0.2",
"jssha": "^2.3.1", "jssha": "^2.3.1",
"ms-rest-azure": "^2.5.9", "ms-rest-azure": "^2.5.9",
"rhea-promise": "amarzavery/rhea-promise#event", "rhea-promise": "^0.1.6",
"tslib": "^1.9.3", "tslib": "^1.9.3",
"uuid": "^3.3.2" "uuid": "^3.3.2"
}, },