Skip to content

Commit

Permalink
fix(meeting): updated sdkcomponentadapter version to add password flow (
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored May 8, 2024
1 parent 784f286 commit f944c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"webex": "^2.59.3",
"@webex/component-adapter-interfaces": "^1.30.5",
"@webex/components": "^1.272.3",
"@webex/sdk-component-adapter": "^1.112.3"
"@webex/sdk-component-adapter": "1.112.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down Expand Up @@ -115,7 +115,7 @@
"plugins": [
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-regenerator",
"@babel/plugin-transform-runtime"
Expand Down

0 comments on commit f944c4d

Please sign in to comment.