@rocket.chat/apps-engine
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@rocket.chat/apps-engine", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,4 @@ "use strict"; | ||
experimentalDecorators: true, | ||
// Set this to true if you would like to see the module resolution process | ||
traceResolution: false, | ||
}; | ||
@@ -89,3 +91,3 @@ this.libraryFiles = {}; | ||
const cwd = __dirname.includes('node_modules/@rocket.chat/apps-engine') | ||
? __dirname.split('package/node_modules/@rocket.chat/apps-engine')[0] : process.cwd(); | ||
? __dirname.split('node_modules/@rocket.chat/apps-engine')[0] : process.cwd(); | ||
const host = { | ||
@@ -92,0 +94,0 @@ getScriptFileNames: () => Object.keys(result.files), |
Sorry, the diff of this file is not supported yet
420903
4257