@wormhole-foundation/sdk-definitions

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

test

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

build:cjs

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

build:esm

tsc -p ./tsconfig.esm.json

build

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

rebuild

npm run clean && npm run build

clean

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

lint

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

prettier

prettier --write ./src
npm i @wormhole-foundation/sdk-definitions

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 10/16/2024

Downloads