@moralisweb3/common-core

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

dev

tsc --watch

lint

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

test

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

build

yarn prebuild && tsc -p tsconfig.build.json

clean

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

prebuild

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

test:watch

yarn run test --watch

test:coverage

yarn run test --coverage
npm i @moralisweb3/[email protected]

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 2/25/2023

Downloads