deno-slack-runtime

Helper library for running a Run on Slack Deno function

MIT License

Stars
13
Committers
12
deno-slack-runtime - 0.0.5

Published by shapirone over 2 years ago

Changelog

  • Bugfix: Local run no longer requires the callback_id and filename to match
deno-slack-runtime - 0.0.4

Published by filmaj over 2 years ago

Changelog

  • Split out entrypoint modules for the local run vs. deployed to the Slack cloud context: Slack cloud should use mod.ts and must provide an absolute path to the directory containing function source code as an argument, whereas locally-running apps should use local-run.ts. More details on new usage in the README.
  • Removed old API client, now using deno-slack-api instead.
  • Centralized dependencies into one module.
  • Raise any userland function errors up to the CLI; explicitly only catch "Module not found" errors now.