Comparing version 0.7.0 to 0.7.1
@@ -24,2 +24,4 @@ "use strict"; | ||
var _debug = require("./debug"); | ||
var _op = require("./op"); | ||
@@ -94,2 +96,3 @@ | ||
}); | ||
(0, _debug.debug)(this); | ||
} | ||
@@ -96,0 +99,0 @@ |
// Helpers | ||
import { initState } from "./args" | ||
import { emit } from "./base" | ||
import { debug } from "./debug" | ||
import { opBase } from "./op" | ||
@@ -73,2 +74,4 @@ import { buildPayload } from "./payload" | ||
}) | ||
debug(this) | ||
} | ||
@@ -75,0 +78,0 @@ |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Build beautiful and extensible eventing APIs", | ||
@@ -18,0 +18,0 @@ "keywords": [ |
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
109495
36
1978