apollo-cache-inmemory

v1.1.4
Core abstract of Caching layer for Apollo Client

coverage

jest --coverage

test

jest

lint

tslint --type-check -p tsconfig.json src/*.ts

prebuild

npm run clean

build

tsc -p .

postbuild

npm run bundle

bundle

rollup -c rollup.config.js

watch

tsc -w -p .

clean

rimraf coverage/* && rimraf lib/*

prepublishOnly

npm run build

build:browser

browserify ./lib/bundle.umd.js --i apollo-cache --i apollo-utilities --i graphql -o=./lib/bundle.js && npm run minify:browser

minify:browser

uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js

filesize

npm run build:browser

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 12/8/2017

Downloads

Maintainers