@rest-hooks/normalizr
Advanced tools
Comparing version 9.4.0 to 9.4.1
{ | ||
"name": "@rest-hooks/normalizr", | ||
"version": "9.4.0", | ||
"version": "9.4.1", | ||
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", | ||
"homepage": "https://resthooks.io/docs/concepts/normalization", | ||
"bugs": { | ||
"url": "https://github.com/coinbase/rest-hooks/issues" | ||
"url": "https://github.com/data-client/rest-hooks/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:coinbase/rest-hooks.git", | ||
"url": "git+ssh://git@github.com:data-client/rest-hooks.git", | ||
"directory": "packages/normalizr" | ||
@@ -118,3 +118,3 @@ }, | ||
}, | ||
"gitHead": "8b95633f971eb65723424cf4986b1f5e6325df73" | ||
"gitHead": "45b40604ea463629e63808964090c4f2a175172c" | ||
} |
# normalizr | ||
[![CircleCI](https://circleci.com/gh/coinbase/rest-hooks/tree/master.svg?style=shield)](https://circleci.com/gh/coinbase/rest-hooks) | ||
[![Coverage Status](https://img.shields.io/codecov/c/gh/coinbase/rest-hooks/master.svg?style=flat-square)](https://app.codecov.io/gh/coinbase/rest-hooks?branch=master) | ||
[![CircleCI](https://circleci.com/gh/data-client/rest-hooks/tree/master.svg?style=shield)](https://circleci.com/gh/data-client/rest-hooks) | ||
[![Coverage Status](https://img.shields.io/codecov/c/gh/data-client/rest-hooks/master.svg?style=flat-square)](https://app.codecov.io/gh/data-client/rest-hooks?branch=master) | ||
[![npm version](https://img.shields.io/npm/v/@rest-hooks/normalizr.svg?style=flat-square)](https://www.npmjs.com/package/@rest-hooks/normalizr) [![npm downloads](https://img.shields.io/npm/dm/@rest-hooks/normalizr.svg?style=flat-square)](https://www.npmjs.com/package/@rest-hooks/normalizr) | ||
@@ -6,0 +6,0 @@ |
375703