react-waitables
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -6,3 +6,2 @@ "use strict"; | ||
const utils_1 = require("../waitable/utils"); | ||
const emptyValues = Object.freeze({}); | ||
const extractOptionalWaitableDependencyValues = ({ dependencies, namedDependencyKeys }) => { | ||
@@ -39,3 +38,3 @@ const isArray = Array.isArray(dependencies); | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return | ||
return makeOutput(emptyValues); | ||
return makeOutput(undefined); | ||
} | ||
@@ -42,0 +41,0 @@ }; |
{ | ||
"name": "react-waitables", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Async data bindings for React", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"is-promise": "^4.0.0", | ||
"react-bindings": "^1.6.0" | ||
"react-bindings": "^1.6.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
208221
2395
Updatedreact-bindings@^1.6.1