botpress / messaging

Botpress messaging server
42 stars 37 forks source link

chore(base): base package #488

Closed samuelmasse closed 2 years ago

samuelmasse commented 2 years ago

Creates a package named @botpress/base in base/base that's really for the most basic basic stuff

Also renames @botpress/messaging-engine to @botpress/engine, @botpress/messaging-framework to @botpress/framework

@botpress/framework exports everything from @botpress/engine and @botpress/base so server code only needs to require @botpress/framework in their deps and import should be done from there

Closes DEV-2666

linear[bot] commented 2 years ago

DEV-2666 Base base package