@aws-amplify/auth

v6.0.14-unstable.3629a7b.0
Auth category of aws-amplify

lint

tslint '{src}/**/*.ts' && npm run ts-coverage

test

yarn lint --fix && jest -w 1 --coverage --logHeapUsage

build

npm run clean && npm run build:esm-cjs && npm run build:umd

clean

npm run clean:size && rimraf lib-esm lib dist

format

echo "Not implemented"

build:umd

webpack && webpack --config ./webpack.config.dev.js

clean:size

rimraf dual-publish-tmp tmp*

ts-coverage

typescript-coverage-report -p ./tsconfig.json -t 91.18

build:esm-cjs

rollup -c rollup.config.mjs

build-with-test

npm test && npm run build

build:cjs:watch

rimraf dist/cjs && tsc -m commonjs --outDir dist/cjs --watch

build:esm:watch

rimraf dist/esm && tsc -m esnext --outDir dist/esm --watch
npm i @aws-amplify/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • Amazon Web Services
  • released 1/24/2024

Downloads