bookworms-slack-webhook
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "bookworms-slack-webhook", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "This is a simple module to add a route into your server and have slack updates.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
import Fastify from "fastify"; | ||
// including to see if we can handle if already added | ||
import fastifyForm from "fastify-formbody"; | ||
import { fastWorms } from "../../index.js"; | ||
@@ -8,3 +6,2 @@ const app = Fastify(); | ||
app.register(fastifyForm); | ||
app.register(fastWorms, { | ||
@@ -11,0 +8,0 @@ path: "https://raw.githubusercontent.com/thearegee/bookworms/main/demo/config/bookmarks.yaml", |
@@ -51,2 +51,2 @@ import { loadBookmarks, generateBookmarks } from "bookworms"; | ||
export { init, getBookmarks, listOfBookmarksMarkDown }; | ||
export { init, getBookmarks, listOfBookmarksMarkDown, findBookMarkFolder }; |
@@ -49,2 +49,2 @@ import slackifyMarkdown from "slackify-markdown"; | ||
export { sendBookMarks, sendBookmarkCommands }; | ||
export { sendBookMarks, sendBookmarkCommands, headerForSlackMessage }; |
453687
22
335