azure-iot-amqp-base

v2.5.2
AMQP operations used by Azure IoT device and service SDKs

srclint

eslint src --ext .ts -f visualstudio

tstlint

eslint test --ext .js -f visualstudio

lint

npm run srclint && npm run tstlint

build

tsc

cbs

node ../../../node_modules/mocha/bin/_mocha ./test/_amqp_cbs_test.js

common-errors

node ../../../node_modules/mocha/bin/_mocha ./test/_amqp_common_errors_test.js

amqp

node ../../../node_modules/mocha/bin/_mocha ./test/_amqp_test.js

receiver-link

node ../../../node_modules/mocha/bin/_mocha ./test/_receiver_link_test.js

sender-link

node ../../../node_modules/mocha/bin/_mocha ./test/_sender_link_test.js

unittest-min

tsc && nyc --reporter lcov ../../../node_modules/mocha/bin/_mocha --reporter dot test/_*_test*.js

alltest-min

tsc && nyc --reporter lcov ../../../node_modules/mocha/bin/_mocha --reporter dot test/_*_test*.js

unittest

tsc && nyc --reporter lcov --reporter text ../../../node_modules/mocha/bin/_mocha test/_*_test*.js

alltest

tsc && nyc --reporter lcov --reporter text ../../../node_modules/mocha/bin/_mocha test/_*_test*.js

ci

npm -s run lint && npm -s run build && npm -s run alltest-min

test

npm -s run lint && npm -s run build && npm -s run alltest
npm i azure-iot-amqp-base

Metadata

  • MIT
  • >= 14.0.0
  • Microsoft Corporation
  • released 4/7/2023

Downloads