@player-ui/view
Advanced tools
Comparing version 0.1.1-next.12 to 0.1.1-next.13
@@ -90,2 +90,5 @@ 'use strict'; | ||
} | ||
if ((switchAST == null ? void 0 : switchAST.type) === exports.NodeType.Empty) { | ||
return null; | ||
} | ||
return switchAST != null ? switchAST : null; | ||
@@ -92,0 +95,0 @@ } |
@@ -82,2 +82,5 @@ import { SyncWaterfallHook, SyncHook } from 'tapable-ts'; | ||
} | ||
if ((switchAST == null ? void 0 : switchAST.type) === NodeType.Empty) { | ||
return null; | ||
} | ||
return switchAST != null ? switchAST : null; | ||
@@ -84,0 +87,0 @@ } |
{ | ||
"name": "@player-ui/view", | ||
"version": "0.1.1-next.12", | ||
"version": "0.1.1-next.13", | ||
"private": false, | ||
@@ -10,12 +10,12 @@ "publishConfig": { | ||
"dependencies": { | ||
"@player-ui/binding": "0.1.1-next.12", | ||
"@player-ui/constants": "0.1.1-next.12", | ||
"@player-ui/data": "0.1.1-next.12", | ||
"@player-ui/expressions": "0.1.1-next.12", | ||
"@player-ui/flow": "0.1.1-next.12", | ||
"@player-ui/types": "0.1.1-next.12", | ||
"@player-ui/schema": "0.1.1-next.12", | ||
"@player-ui/logger": "0.1.1-next.12", | ||
"@player-ui/string-resolver": "0.1.1-next.12", | ||
"@player-ui/validator": "0.1.1-next.12", | ||
"@player-ui/binding": "0.1.1-next.13", | ||
"@player-ui/constants": "0.1.1-next.13", | ||
"@player-ui/data": "0.1.1-next.13", | ||
"@player-ui/expressions": "0.1.1-next.13", | ||
"@player-ui/flow": "0.1.1-next.13", | ||
"@player-ui/types": "0.1.1-next.13", | ||
"@player-ui/schema": "0.1.1-next.13", | ||
"@player-ui/logger": "0.1.1-next.13", | ||
"@player-ui/string-resolver": "0.1.1-next.13", | ||
"@player-ui/validator": "0.1.1-next.13", | ||
"tapable-ts": "^0.1.0", | ||
@@ -22,0 +22,0 @@ "timm": "^1.6.2", |
@@ -97,2 +97,6 @@ import { omit, setIn } from 'timm'; | ||
if (switchAST?.type === NodeType.Empty) { | ||
return null; | ||
} | ||
return switchAST ?? null; | ||
@@ -99,0 +103,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126829
3446
+ Added@player-ui/binding@0.1.1-next.13(transitive)
+ Added@player-ui/binding-grammar@0.1.1-next.13(transitive)
+ Added@player-ui/constants@0.1.1-next.13(transitive)
+ Added@player-ui/data@0.1.1-next.13(transitive)
+ Added@player-ui/expressions@0.1.1-next.13(transitive)
+ Added@player-ui/flow@0.1.1-next.13(transitive)
+ Added@player-ui/logger@0.1.1-next.13(transitive)
+ Added@player-ui/schema@0.1.1-next.13(transitive)
+ Added@player-ui/string-resolver@0.1.1-next.13(transitive)
+ Added@player-ui/types@0.1.1-next.13(transitive)
+ Added@player-ui/validator@0.1.1-next.13(transitive)
- Removed@player-ui/binding@0.1.1-next.12(transitive)
- Removed@player-ui/binding-grammar@0.1.1-next.12(transitive)
- Removed@player-ui/constants@0.1.1-next.12(transitive)
- Removed@player-ui/data@0.1.1-next.12(transitive)
- Removed@player-ui/expressions@0.1.1-next.12(transitive)
- Removed@player-ui/flow@0.1.1-next.12(transitive)
- Removed@player-ui/logger@0.1.1-next.12(transitive)
- Removed@player-ui/schema@0.1.1-next.12(transitive)
- Removed@player-ui/string-resolver@0.1.1-next.12(transitive)
- Removed@player-ui/types@0.1.1-next.12(transitive)
- Removed@player-ui/validator@0.1.1-next.12(transitive)