@hashgraph/asset-tokenization-sdk

v1.5.0
Testing to MASTER

clean

rimraf coverage build

prebuild

npm run lint

build

rimraf build && npx tsc -p tsconfig.json && npx tsc -p tsconfig-cjs.json

lint

eslint . --ext .ts --ext .mts

test:local

npx jest --coverage --forceExit

test

NODE_OPTIONS=--max-old-space-size=16384 npx jest --coverage --forceExit

test:demo

npx jest demo.test.ts

prettier

prettier --config .prettierrc --write .

pre-commit

npm run lint && npm run prettier

prettierCheck

prettier --config .prettierrc --check

prepack

npm run build

cleanCache

npx jest --clearCache
npm i @hashgraph/asset-tokenization-sdk

Metadata

Downloads