From 3c80ec4b3314ef2d4f88b994e154990313f8ed14 Mon Sep 17 00:00:00 2001 From: tommygaessler Date: Wed, 30 Nov 2022 11:28:19 -0700 Subject: [PATCH] updating to 2.9.5 --- package.json | 4 ++-- public/index.html | 4 ++-- src/components/HelloWorld.vue | 2 +- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 47207cc..8c05846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meetingsdk-sample-vuejs", - "version": "2.9.0", + "version": "2.9.5", "private": true, "author": "Zoom Video Communications, Inc.", "contributors": [ @@ -17,7 +17,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@zoomus/websdk": "^2.9.0", + "@zoomus/websdk": "^2.9.5", "axios": "^0.21.2", "core-js": "^3.6.5", "is-svg": "^4.2.2", diff --git a/public/index.html b/public/index.html index ae33d99..c0e9c70 100644 --- a/public/index.html +++ b/public/index.html @@ -8,8 +8,8 @@ <%= htmlWebpackPlugin.options.title %> - - + + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 9870c37..db19a98 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -12,7 +12,7 @@ import { ZoomMtg } from '@zoomus/websdk'; export default { name: 'HelloWorld', created () { - ZoomMtg.setZoomJSLib('https://source.zoom.us/2.9.0/lib', '/av'); + ZoomMtg.setZoomJSLib('https://source.zoom.us/2.9.5/lib', '/av'); ZoomMtg.preLoadWasm(); ZoomMtg.prepareWebSDK(); // loads language files, also passes any error messages to the ui diff --git a/yarn.lock b/yarn.lock index ffaafe3..e09bc97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1605,10 +1605,10 @@ resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== -"@zoomus/websdk@^2.9.0": - version "2.9.0" - resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.9.0.tgz#744196c3420267c5117db8b03107a7dd433b2043" - integrity sha512-0NcsaulbkMHV+uHxCB0mIYoVNx4y7PT5BGriIqdXlWy59au14Uk2fKrmQo/B8vfufKpiQRBh0428JOxaGEivtA== +"@zoomus/websdk@^2.9.5": + version "2.9.5" + resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.9.5.tgz#ee0285670ec73a91f2d1db1b0e6cf6bbc27f81f3" + integrity sha512-ZYiLjKiDBldNQ/x2tntOEeoy5qZ9nKvRwqaW17qHYRMYJVTYr/ivd7arPPR6fI5hJrNbdwBoT4/q1i3pSBBSmA== dependencies: lodash "^4.17.21" react "16.13.0"