0.1.4 • Published 1 year ago

@keep-starknet-strange/madara-api-augment v0.1.4

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
1 year ago

Description

TypeScript type definitions that can be used to decorate the @polkadot/api.

Installation

npm i @keep-starknet-strange/madara-api-augment

:warning: @polkadot/api should be installed in your project!

Usage

Add to your codebase entry point before any imports from the API itself.

  • import '@keep-starknet-strange/madara-api-augment' - applies Madara types and endpoint augmentation

Docs

  • @polkadot/api - TS type generation
  • @polkadot/api - Since upgrading to the 7.x series, TypeScript augmentation is missing
  • @polkadot/api - TypeScript interfaces

Publish

Update package version.

npm version --no-git-tag-version 0.1500.0

Generate new types.

npm run generate

The version change and new generated types should be merged to master.

Build the package.

npm run build

This will build the package and copy necessary files to the build folder.

npm run publish

This will publish content of the build folder.

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago