webex 2.59.3-next.2 → 2.59.3-next.4
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/package.json +28 -28
- package/umd/calling.min.js +1 -1
- package/umd/meetings.min.js +1 -1
- package/umd/webex.min.js +1 -1
package/package.json
CHANGED
|
@@ -51,39 +51,39 @@
|
|
|
51
51
|
"@webex/eslint-config-legacy": "^0.0.0",
|
|
52
52
|
"@webex/jest-config-legacy": "^0.0.0",
|
|
53
53
|
"@webex/legacy-tools": "^0.0.0",
|
|
54
|
-
"@webex/plugin-authorization": "^2.59.
|
|
55
|
-
"@webex/test-helper-chai": "^2.59.
|
|
56
|
-
"@webex/test-helper-file": "^2.59.
|
|
57
|
-
"@webex/test-helper-mocha": "^2.59.
|
|
58
|
-
"@webex/test-helper-mock-webex": "^2.59.
|
|
59
|
-
"@webex/test-helper-test-users": "^2.59.
|
|
54
|
+
"@webex/plugin-authorization": "^2.59.3-next.1",
|
|
55
|
+
"@webex/test-helper-chai": "^2.59.3-next.1",
|
|
56
|
+
"@webex/test-helper-file": "^2.59.3-next.1",
|
|
57
|
+
"@webex/test-helper-mocha": "^2.59.3-next.1",
|
|
58
|
+
"@webex/test-helper-mock-webex": "^2.59.3-next.1",
|
|
59
|
+
"@webex/test-helper-test-users": "^2.59.3-next.1",
|
|
60
60
|
"sinon": "^9.2.4",
|
|
61
|
-
"webex": "^2.59.3-next.
|
|
61
|
+
"webex": "^2.59.3-next.4"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@babel/polyfill": "^7.12.1",
|
|
65
65
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
66
|
-
"@webex/calling": "^3.0.0-next.
|
|
67
|
-
"@webex/common": "^2.59.
|
|
68
|
-
"@webex/internal-plugin-calendar": "^2.59.
|
|
69
|
-
"@webex/internal-plugin-device": "^2.59.
|
|
70
|
-
"@webex/internal-plugin-presence": "^2.59.
|
|
71
|
-
"@webex/internal-plugin-support": "^2.59.
|
|
72
|
-
"@webex/plugin-attachment-actions": "^2.59.
|
|
73
|
-
"@webex/plugin-authorization": "^2.59.
|
|
74
|
-
"@webex/plugin-device-manager": "^2.59.
|
|
75
|
-
"@webex/plugin-logger": "^2.59.
|
|
76
|
-
"@webex/plugin-meetings": "^2.59.
|
|
77
|
-
"@webex/plugin-memberships": "^2.59.
|
|
78
|
-
"@webex/plugin-messages": "^2.59.
|
|
79
|
-
"@webex/plugin-people": "^2.59.
|
|
80
|
-
"@webex/plugin-rooms": "^2.59.
|
|
81
|
-
"@webex/plugin-team-memberships": "^2.59.
|
|
82
|
-
"@webex/plugin-teams": "^2.59.
|
|
83
|
-
"@webex/plugin-webhooks": "^2.59.
|
|
84
|
-
"@webex/storage-adapter-local-storage": "^2.59.
|
|
85
|
-
"@webex/webex-core": "^2.59.
|
|
66
|
+
"@webex/calling": "^3.0.0-next.5",
|
|
67
|
+
"@webex/common": "^2.59.3-next.1",
|
|
68
|
+
"@webex/internal-plugin-calendar": "^2.59.3-next.1",
|
|
69
|
+
"@webex/internal-plugin-device": "^2.59.3-next.1",
|
|
70
|
+
"@webex/internal-plugin-presence": "^2.59.3-next.1",
|
|
71
|
+
"@webex/internal-plugin-support": "^2.59.3-next.1",
|
|
72
|
+
"@webex/plugin-attachment-actions": "^2.59.3-next.1",
|
|
73
|
+
"@webex/plugin-authorization": "^2.59.3-next.1",
|
|
74
|
+
"@webex/plugin-device-manager": "^2.59.3-next.1",
|
|
75
|
+
"@webex/plugin-logger": "^2.59.3-next.1",
|
|
76
|
+
"@webex/plugin-meetings": "^2.59.3-next.1",
|
|
77
|
+
"@webex/plugin-memberships": "^2.59.3-next.1",
|
|
78
|
+
"@webex/plugin-messages": "^2.59.3-next.1",
|
|
79
|
+
"@webex/plugin-people": "^2.59.3-next.1",
|
|
80
|
+
"@webex/plugin-rooms": "^2.59.3-next.1",
|
|
81
|
+
"@webex/plugin-team-memberships": "^2.59.3-next.1",
|
|
82
|
+
"@webex/plugin-teams": "^2.59.3-next.1",
|
|
83
|
+
"@webex/plugin-webhooks": "^2.59.3-next.1",
|
|
84
|
+
"@webex/storage-adapter-local-storage": "^2.59.3-next.1",
|
|
85
|
+
"@webex/webex-core": "^2.59.3-next.1",
|
|
86
86
|
"lodash": "^4.17.21"
|
|
87
87
|
},
|
|
88
|
-
"version": "2.59.3-next.
|
|
88
|
+
"version": "2.59.3-next.4"
|
|
89
89
|
}
|