Skip to content

Commit

Permalink
Expose Logger, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
avoliva committed Aug 21, 2021
1 parent 47c8c86 commit a5f97dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symblai/symbl-js",
"version": "1.1.3",
"version": "1.1.3a",
"description": "Javascript SDK for Symbl.ai's Language Insights API Platform",
"main": "build/app.bundle.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if (typeof window !== "undefined") {

}

export {ClientSDK as SDK, sdk, _SpeakerEvent as SpeakerEvent};
export {ClientSDK as SDK, sdk, _SpeakerEvent as SpeakerEvent, Logger};

0 comments on commit a5f97dc

Please sign in to comment.