Comparing version 0.0.1 to 0.0.2
@@ -81,3 +81,3 @@ 'use strict'; | ||
*/ | ||
Channel.prototype.publish = function (event) { | ||
Channel.prototype.publish = async function (event) { | ||
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { | ||
@@ -84,0 +84,0 @@ args[_key - 1] = arguments[_key]; |
{ | ||
"name": "evojs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Standard Environment-Free Toolbelt for JS Developers at Evosphere", | ||
@@ -28,3 +28,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"deepmerge": "^1.3.2" | ||
"deepmerge": "^1.3.2", | ||
"form-data": "^2.2.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
126948
3
+ Addedform-data@^2.2.0
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@2.5.2(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedsafe-buffer@5.2.1(transitive)