Skip to content

Commit e2d5de1

Browse files
committed
Update JuicyChatBot to newest (full typescript) variant
Changing version range to patch releases only, currently not really following semantic versioning untill v1 Signed-off-by: Jannik Hollenbach <[email protected]>
1 parent 8acdb83 commit e2d5de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"js-yaml": "^3.14.0",
157157
"jsonwebtoken": "0.4.0",
158158
"jssha": "^3.3.1",
159-
"juicy-chat-bot": "^0.8.0",
159+
"juicy-chat-bot": "~0.9.0",
160160
"libxmljs2": "~0.37.0",
161161
"marsdb": "^0.6.11",
162162
"median": "^0.0.2",

routes/chatbot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import config from 'config'
1414
import download from 'download'
1515
import * as utils from '../lib/utils'
1616
import { isString } from 'lodash'
17-
import { Bot } from 'juicy-chat-bot'
17+
import Bot from 'juicy-chat-bot'
1818
import validateChatBot from '../lib/startup/validateChatBot'
1919
import * as security from '../lib/insecurity'
2020
import * as botUtils from '../lib/botUtils'

0 commit comments

Comments
 (0)