falcor-expand-cache
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -83,2 +83,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
function createNode(data) { | ||
if (!data) return undefined; | ||
if (data.$type) return expandChild(data); | ||
@@ -85,0 +86,0 @@ var node = {}; |
@@ -27,2 +27,3 @@ 'use strict'; | ||
function createNode(data) { | ||
if (!data) return undefined; | ||
if (data.$type) return expandChild(data); | ||
@@ -29,0 +30,0 @@ var node = {}; |
{ | ||
"name": "falcor-expand-cache", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Expand a falcor cache into a plain JS object", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -23,2 +23,3 @@ export default function expandCache(cache) { | ||
function createNode(data) { | ||
if (!data) return undefined; | ||
if (data.$type) return expandChild(data); | ||
@@ -25,0 +26,0 @@ const node = {}; |
166583
166