@annotation-studio/bridge
Advanced tools
Comparing version 1.0.0-next.e33871a7 to 1.0.0-next.f614ef8b
@@ -23,3 +23,3 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } | ||
return $(UI_CHOICE) === 'True' && Array.isArray($(HAS_PART)); | ||
return castBool($(UI_CHOICE), false) === true && Array.isArray($(HAS_PART)); | ||
}; | ||
@@ -26,0 +26,0 @@ |
@@ -34,3 +34,3 @@ 'use strict'; | ||
return $(_vocab.UI_CHOICE) === 'True' && Array.isArray($(_vocab.HAS_PART)); | ||
return (0, _helpers.castBool)($(_vocab.UI_CHOICE), false) === true && Array.isArray($(_vocab.HAS_PART)); | ||
}; | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@annotation-studio/bridge", | ||
"version": "1.0.0-next.e33871a7", | ||
"version": "1.0.0-next.f614ef8b", | ||
"description": "Describe annotation-bridge here", | ||
@@ -22,7 +22,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@annotation-studio/redux": "^1.0.0-next.e33871a7", | ||
"lodash.flatten": "^4.4.0" | ||
}, | ||
"peerDependencies": { | ||
"@annotation-studio/redux": "^1.0.0-rc.13" | ||
}, | ||
"devDependencies": { | ||
"@fesk/test-environment": "^1.0.0-next.e33871a7", | ||
"@annotation-studio/redux": "^1.0.0-next.f614ef8b", | ||
"@fesk/test-environment": "^1.0.0-next.f614ef8b", | ||
"babel-jest": "^20.0.3", | ||
@@ -29,0 +32,0 @@ "jest": "^20.0.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
69745
6
25