@wormhole-foundation/sdk-definitions

v0.10.4
Replaces these files from old sdk: * vaa/parser * mock

lint

npm run prettier && eslint --fix ./src --ext .ts

test

jest --config ../../jest.config.ts __tests__/*.ts

build

npm run build:esm && npm run build:cjs

clean

rm -rf ./dist && rm -rf ./.turbo

rebuild

npm run clean && npm run build

prettier

prettier --write ./src

build:cjs

tsc -p ./tsconfig.cjs.json && echo '{"type":"commonjs"}' > dist/cjs/package.json

build:esm

tsc -p ./tsconfig.esm.json
npm i @wormhole-foundation/[email protected]

Metadata

Downloads