azure-iot-amqp-base

v2.4.6-pnp-rc.0
AMQP operations used by Azure IoT device and service SDKs

npmlockrefresh

npm i --package-lock-only

lint

tslint --project . -c ../../../tslint.json

build

tsc

unittest-min

tsc && nyc --reporter lcov ../../../node_modules/mocha/bin/_mocha --reporter dot

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

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

Metadata

  • MIT
  • >= 10.0.0
  • Microsoft Corporation
  • released 9/11/2020

Downloads