@webex/widgets 1.20.2 → 1.20.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webexWidgets.esm.js +1 -1
- package/package.json +2 -2
package/dist/webexWidgets.esm.js
CHANGED
@@ -30584,7 +30584,7 @@ var WebexMeeting = ai(ti(WebexMeetingWidget), function (props) {
|
|
30584
30584
|
},
|
30585
30585
|
config: {
|
30586
30586
|
appName: appName,
|
30587
|
-
appVersion: "1.20.
|
30587
|
+
appVersion: "1.20.2"
|
30588
30588
|
}
|
30589
30589
|
});
|
30590
30590
|
return new WebexSDKAdapter(webex);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@webex/widgets",
|
3
|
-
"version": "1.20.
|
3
|
+
"version": "1.20.3",
|
4
4
|
"main": "dist/webexWidgets.esm.js",
|
5
5
|
"module": "dist/webexWidgets.esm.js",
|
6
6
|
"scripts": {
|
@@ -28,7 +28,6 @@
|
|
28
28
|
"dist"
|
29
29
|
],
|
30
30
|
"dependencies": {
|
31
|
-
"@momentum-ui/react": "^23.21.4",
|
32
31
|
"@webex/component-adapter-interfaces": "^1.22.0",
|
33
32
|
"@webex/components": "^1.202.0",
|
34
33
|
"@webex/sdk-component-adapter": "^1.91.0",
|
@@ -47,6 +46,7 @@
|
|
47
46
|
"@babel/preset-react": "^7.8.3",
|
48
47
|
"@commitlint/cli": "^8.3.5",
|
49
48
|
"@commitlint/config-conventional": "^8.3.4",
|
49
|
+
"@momentum-ui/react": "^23.21.4",
|
50
50
|
"@rollup/plugin-babel": "^5.3.0",
|
51
51
|
"@rollup/plugin-commonjs": "^21.0.1",
|
52
52
|
"@rollup/plugin-json": "^4.1.0",
|