@azure/core-amqp

v4.4.0-alpha.20240628.2
Common library for amqp based azure sdks like @azure/event-hubs.
azure amqp cloud

lint

eslint package.json api-extractor.json src test --ext .ts

pack

npm pack 2>&1

test

npm run clean && tshy && npm run unit-test:node && npm run bundle && npm run unit-test:browser && npm run integration-test

build

npm run clean && tshy && dev-tool run extract-api

clean

rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml

bundle

tshy && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true

format

dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "*.{js,json}"

lint:fix

eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]

test:node

npm run clean && tshy && npm run unit-test:node && npm run integration-test:node

unit-test

npm run unit-test:node && npm run unit-test:browser

build:test

echo skipped. actual commands inlined in browser test scripts

extract-api

tshy && dev-tool run extract-api

check-format

dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "*.{js,json}"

test:browser

npm run clean && npm run unit-test:browser && npm run integration-test:browser

build:samples

echo Obsolete

unit-test:node

dev-tool run test:vitest --no-test-proxy

execute:samples

echo skipped

integration-test

npm run integration-test:node && npm run integration-test:browser

unit-test:browser

npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser

integration-test:node

echo skipped

integration-test:browser

echo skipped
npm i @azure/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • Unknown
  • released 6/28/2024

Downloads

Maintainers