You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes name from "chatbook" to "botscripten" (5f6f392)
Features
Updates the botscripten to a single format (d69312f)
BREAKING CHANGES
Users should uninstall BotscriptenViewer and just use the new Botscripten by itself
The move to semantic release forced us to require a node version >= 10.18. The
engine field was updated. If you're using node LTS beyond this version, no changes are required.
From release 0.5.0 onward, @aibex/chatbook will be deprecated, pointed
to the new "botscripten" package
the change from an array to an object requires
migration. If you were iterating over the array, you should now iterate
over the Object.keys() of the object instead.