Comparing version 0.1.0 to 0.1.1
@@ -99,3 +99,3 @@ 'use strict'; | ||
return (0, _createFetcher2['default'])({ | ||
id: id, fetch: fetch, state: state, cache: cache, cacheMode: cacheMode, cacheParams: cacheParams, emit: emit, | ||
id: id, fetch: fetch, state: state, cache: cache, cacheMode: cacheMode, cacheParams: cacheParams, emit: emit, reject: reject, | ||
depsParams: (0, _minDepsParams2['default'])(dependencies || {}, depsResults), | ||
@@ -102,0 +102,0 @@ multiDep: (function () { |
{ | ||
"name": "avenger", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -63,3 +63,3 @@ import t from 'tcomb'; | ||
return createFetcher({ | ||
id, fetch, state, cache, cacheMode, cacheParams, emit, | ||
id, fetch, state, cache, cacheMode, cacheParams, emit, reject, | ||
depsParams: minDepsParams(dependencies || {}, depsResults), | ||
@@ -66,0 +66,0 @@ multiDep: (() => { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56431
4