@goldyjs/strong-together-shared
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -86,3 +86,3 @@ "use strict"; | ||
var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) { | ||
return byActivity[activity].map(function (entry) { | ||
return (byActivity[activity] || []).map(function (entry) { | ||
return entry.count; | ||
@@ -108,3 +108,3 @@ }).reduce(function (acc, count) { | ||
var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) { | ||
return byActivity[activity].map(function (entry) { | ||
return (byActivity[activity] || []).map(function (entry) { | ||
return entry.count; | ||
@@ -130,3 +130,3 @@ }).reduce(function (acc, count) { | ||
var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) { | ||
return byActivity[activity].map(function (entry) { | ||
return (byActivity[activity] || []).map(function (entry) { | ||
return entry.count; | ||
@@ -133,0 +133,0 @@ }).reduce(function (acc, count) { |
{ | ||
"name": "@goldyjs/strong-together-shared", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"LICENSE": "MIT", | ||
@@ -29,2 +29,3 @@ "description": "Shared Biz Logic For Strong Together", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"prepub": "npm run build", | ||
"pub": "npm publish --access public", | ||
@@ -31,0 +32,0 @@ "test": "jest --runInBand", |
Sorry, the diff of this file is not supported yet
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
47198