@rest-hooks/normalizr
Advanced tools
Comparing version 9.0.0-beta.1 to 9.0.0-beta.2
{ | ||
"name": "@rest-hooks/normalizr", | ||
"version": "9.0.0-beta.1", | ||
"version": "9.0.0-beta.2", | ||
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", | ||
@@ -34,2 +34,3 @@ "homepage": "https://github.com/coinbase/rest-hooks/tree/master/packages/normalizr#readme", | ||
"main": "dist/normalizr.js", | ||
"react-native": "legacy/index.js", | ||
"module": "legacy/index.js", | ||
@@ -111,3 +112,3 @@ "types": "lib/index.d.ts", | ||
}, | ||
"gitHead": "c542809da0f5020bbb7d1694b67f75fc9250f759" | ||
"gitHead": "e111578cefa1cdd5f467aad6c24edfa0b701ab16" | ||
} |
373755