@akkadu/rsi-api-base
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,2 +5,3 @@ export default class Base { | ||
gatewayRequest(apiKey: string, roomName: string): string; | ||
on(event: any, fn: any): void; | ||
} |
@@ -17,4 +17,7 @@ "use strict"; | ||
}; | ||
Base.prototype.on = function (event, fn) { | ||
this.emitter.on(event, fn); | ||
}; | ||
return Base; | ||
}()); | ||
exports.default = Base; |
{ | ||
"name": "@akkadu/rsi-api-base", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
7581
162