@moralisweb3/core

v2.5.0
The `@moralisweb3/core` should be used in _every_ application that uses Moralis. It is already included if you install the unbrella package `moralis`.

test

yarn jest --runInBand --detectOpenHandles --forceExit --ci

test:coverage

yarn run test --coverage

test:watch

yarn run test --watch

lint

eslint . --ext .js,.ts,.tsx,jsx

clean

rm -rf lib && rm -rf tsconfig.tsbuildinfo && rm -rf ./node_modules/.cache/nx

prebuild

node -p "'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/version.ts

build

tsc

dev

tsc --watch
npm i @moralisweb3/[email protected]

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 9/19/2022

Downloads