react-isomorphic-tools
Advanced tools
Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8
@@ -67,5 +67,3 @@ 'use strict'; | ||
case 13: | ||
throw new Error({ | ||
error: 'Type \'' + type + '\' - is not supported in Fetcher' | ||
}); | ||
throw new Error('Type \'' + type + '\' - is not supported in the Fetcher'); | ||
@@ -111,3 +109,3 @@ case 14: | ||
_context.t1 = _context['catch'](16); | ||
throw new Error({ | ||
throw { | ||
type: 'notAvailableResource', | ||
@@ -121,3 +119,3 @@ params: { | ||
e: _context.t1 | ||
}); | ||
}; | ||
@@ -124,0 +122,0 @@ case 33: |
@@ -103,7 +103,7 @@ 'use strict'; | ||
redirect: function redirect(props) { | ||
throw new Error({ | ||
throw { | ||
code: 303, | ||
to: props, | ||
type: 'redirect' | ||
}); | ||
}; | ||
} | ||
@@ -110,0 +110,0 @@ }); |
{ | ||
"name": "react-isomorphic-tools", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0-alpha.8", | ||
"description": "Authorization, Fetcher, Preload. Tools for ServerSide rendering", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
140713
1370