@moralisweb3/common-core

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

test

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

test:coverage

yarn run test --coverage

test:watch

yarn run test --watch

lint

yarn run -T eslint . --ext .js,.ts,.tsx,jsx

prebuild

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

clean

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

build

yarn prebuild && rollup -c

dev

tsc --watch
npm i @moralisweb3/common-core

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 8/12/2024

Downloads