apollo-cache-inmemory

v1.3.1-local-state-alpha.7
Core abstract of Caching layer for Apollo Client

prepare

npm run build

coverage

jest --coverage

test

jest

lint

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

prebuild

npm run clean

build

tsc -p .

postbuild

npm run bundle

bundle

../../node_modules/rollup/bin/rollup -c rollup.config.js

watch

tsc -w -p .

clean

rm -rf coverage/* && rm -rf lib/*

prepublishOnly

npm run build

minify

../../node_modules/uglify-js/bin/uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.umd.js

filesize

npm run minify

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 10/9/2018

Downloads