2.0.0-rc.2 • Published 1 year ago

@iota/types v2.0.0-rc.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@iota/types

Shared Iota Typescript types

Convenience package to install @iota/iota.js types.

Prerequisites

npm install @iota/types

Publish new types

  1. Update @iota/iota.js dependency in package.json to desired version
  2. Increment version of this package in package.json
  3. npm install
  4. npm run build
  5. npm publish --tag latest