apollo-cache-inmemory

v1.6.6
Core abstract of Caching layer for Apollo Client

prepare

npm run build

coverage

jest --coverage

test

tsc -p tsconfig.json --noEmit && jest

lint

tslint -c "../../config/tslint.json" -p tsconfig.json src/*.ts

prebuild

npm run clean

build

tsc -b .

postbuild

npm run bundle

bundle

npx rollup -c rollup.config.js

watch

../../node_modules/tsc-watch/index.js --onSuccess "npm run postbuild"

clean

rm -rf coverage/* lib/*

prepublishOnly

npm run build
npm i apollo-cache-inmemory

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 5/9/2020

Downloads