@storyous/features
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -92,3 +92,3 @@ 'use strict'; | ||
} | ||
return provider(lastValue); | ||
return lastValue; | ||
}); | ||
@@ -95,0 +95,0 @@ }, Promise.resolve(null)).then(function (def) { |
{ | ||
"name": "@storyous/features", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -81,3 +81,3 @@ 'use strict'; | ||
} | ||
return provider(lastValue); | ||
return lastValue; | ||
} | ||
@@ -84,0 +84,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
22695