Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Dec 22, 2020
1 parent f233653 commit 10df40e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/.vuepress/components/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
async initSdk() {
try {
let sdk = new EventsSdk({
token: this.monitorCode,
store: this.$store,
debug: true,
loginType: 'user',
email: '[email protected]',
password: '10314093302',
debug: true
});
window.sdk = sdk
this.sdk = sdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voicenter-events-sdk",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"serve": "npm run docs",
"build": "bili",
Expand Down

0 comments on commit 10df40e

Please sign in to comment.