@aws-amplify/auth

v6.5.1
Auth category of aws-amplify

lint

eslint '**/*.{ts,tsx}' && 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"

lint:fix

eslint '**/*.{ts,tsx}' --fix

build:umd

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

clean:size

rimraf dual-publish-tmp tmp*

build:watch

npm run build:esm-cjs -- --watch

ts-coverage

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

build:esm-cjs

rollup --forceExit -c rollup.config.mjs

build-with-test

npm test && npm run build
npm i @aws-amplify/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • Amazon Web Services
  • released 10/5/2024

Downloads