@player-ui/player
Advanced tools
Comparing version 0.9.1-next.1 to 0.9.1-next.2
@@ -9,8 +9,8 @@ { | ||
"name": "@player-ui/player", | ||
"version": "0.9.1-next.1", | ||
"version": "0.9.1-next.2", | ||
"main": "dist/cjs/index.cjs", | ||
"dependencies": { | ||
"@player-ui/partial-match-registry": "0.9.1-next.1", | ||
"@player-ui/make-flow": "0.9.1-next.1", | ||
"@player-ui/types": "0.9.1-next.1", | ||
"@player-ui/partial-match-registry": "0.9.1-next.2", | ||
"@player-ui/make-flow": "0.9.1-next.2", | ||
"@player-ui/types": "0.9.1-next.2", | ||
"@types/dlv": "^1.1.4", | ||
@@ -17,0 +17,0 @@ "dequal": "^2.0.2", |
@@ -15,7 +15,3 @@ import { SyncWaterfallHook, SyncHook } from "tapable-ts"; | ||
import { NodeType } from "../parser"; | ||
import { | ||
caresAboutDataChanges, | ||
toNodeResolveOptions, | ||
unpackAndPush, | ||
} from "./utils"; | ||
import { caresAboutDataChanges, toNodeResolveOptions } from "./utils"; | ||
import type { Resolve } from "./types"; | ||
@@ -416,12 +412,3 @@ import { getNodeID } from "../parser/utils"; | ||
if (mTree.value !== undefined && mTree.value !== null) { | ||
if ( | ||
mTree.node.parent?.type === NodeType.MultiNode && | ||
Array.isArray(mTree.value) | ||
) { | ||
mTree.value.forEach((v: any) => { | ||
unpackAndPush(v, childValue); | ||
}); | ||
} else { | ||
childValue.push(mTree.value); | ||
} | ||
childValue.push(mTree.value); | ||
} | ||
@@ -428,0 +415,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2838615
46153
+ Added@player-ui/make-flow@0.9.1-next.2(transitive)
+ Added@player-ui/partial-match-registry@0.9.1-next.2(transitive)
+ Added@player-ui/types@0.9.1-next.2(transitive)
- Removed@player-ui/make-flow@0.9.1-next.1(transitive)
- Removed@player-ui/partial-match-registry@0.9.1-next.1(transitive)
- Removed@player-ui/types@0.9.1-next.1(transitive)