New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acala-network/api-augment

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@acala-network/api-augment

Acala types augment for @polkadot/api

6.0.0-0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

Description

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

Installation

npm i @acala-network/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 '@acala-network/api-augment' - applies Moonbeam types and endpoint augmentation
  • import '@acala-network/api-augment/moonriver' - applies Moonriver types and endpoint augmentation
  • import '@acala-network/api-augment/moonbase' - applies Moonbase Alpha types and endpoint augmentation

Docs

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.

Keywords

acala

FAQs

Package last updated on 09 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts