[NEW] Use the new Apps-Compiler package (#85)
* Change package command to use the Apps-Compiler * WIP * Revert submit to packaging the source code in TS instead of JS * Fix inconsistencies * Adapt to new Apps-Compiler structure * Add "no-compile" flag to package command * Change deploy to upload compiled version depending on Rocket.Chat version * Ignore package-lock in AppPackager * Update Apps-Compiler
Showing
... | ... | @@ -17,6 +17,7 @@ |
"@oclif/plugin-autocomplete": "^0.2.0", | ||
"@oclif/plugin-help": "^2.2.0", | ||
"@oclif/plugin-not-found": "^1.2.2", | ||
"@rocket.chat/apps-compiler": "^0.1.2", | ||
"@rocket.chat/apps-engine": "^1.12.0", | ||
"axios": "^0.19.0", | ||
"chalk": "^2.4.2", | ||
... | ... |
Please register or sign in to comment