@rocket.chat/apps-engine
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ | ||
"name": "@rocket.chat/apps-engine", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@rocket.chat/apps-ts-definition": "^0.7.9", | ||
"@rocket.chat/apps-ts-definition": "^0.7.10", | ||
"adm-zip": "^0.4.7", | ||
@@ -50,0 +50,0 @@ "semver": "^5.3.0", |
@@ -154,2 +154,3 @@ "use strict"; | ||
this.accessors.getHttp(app.getID()), | ||
this.accessors.getPersistence(app.getID()), | ||
], | ||
@@ -156,0 +157,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
375063
3941