@rocket.chat/apps-engine
Advanced tools
Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "@rocket.chat/apps-engine", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", | ||
@@ -48,3 +48,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@rocket.chat/apps-ts-definition": "^0.7.15", | ||
"@rocket.chat/apps-ts-definition": "^0.7.16", | ||
"adm-zip": "^0.4.7", | ||
@@ -51,0 +51,0 @@ "lodash": "^4.17.5", |
@@ -74,2 +74,5 @@ "use strict"; | ||
MessageBuilder.prototype.getMessage = function () { | ||
if (!this.msg.room) { | ||
throw new Error('The Room Value is required.'); | ||
} | ||
return this.msg; | ||
@@ -76,0 +79,0 @@ }; |
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
406029
4166