Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ var is = require('./is') | ||
var params = require('./params') | ||
var caco = require('caco') | ||
var raco = require('raco') | ||
@@ -13,4 +13,4 @@ // wrap ginga middleware function | ||
// wrap generator with caco | ||
var fn = caco.wrap(gen) | ||
// wrap generator with raco | ||
var fn = raco.wrap(gen) | ||
return function (ctx, next) { | ||
@@ -17,0 +17,0 @@ fn.call(this, ctx, next) |
{ | ||
"name": "ginga", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Middleware framework for async functions using callback, promise or generator", | ||
@@ -17,4 +17,4 @@ "scripts": { | ||
"dependencies": { | ||
"caco": "^2.0.0", | ||
"is-generator-function": "^1.0.3" | ||
"is-generator-function": "^1.0.3", | ||
"raco": "^3.0.1" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
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
21303
+ Addedraco@^3.0.1
+ Addedraco@3.2.7(transitive)
- Removedcaco@^2.0.0
- Removedcaco@2.0.6(transitive)
- Removedcallback-all@1.0.0(transitive)