@webex/plugin-device-manager 3.8.1-web-workers-keepalive.1 → 3.9.0-webinar5k.1
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/device-manager.js +1 -1
- package/package.json +13 -13
package/dist/device-manager.js
CHANGED
|
@@ -524,7 +524,7 @@ var DeviceManager = _webexCore.WebexPlugin.extend({
|
|
|
524
524
|
}
|
|
525
525
|
return _promise.default.resolve();
|
|
526
526
|
},
|
|
527
|
-
version: "3.
|
|
527
|
+
version: "3.9.0-webinar5k.1"
|
|
528
528
|
});
|
|
529
529
|
var _default = exports.default = DeviceManager;
|
|
530
530
|
//# sourceMappingURL=device-manager.js.map
|
package/package.json
CHANGED
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@webex/internal-plugin-calendar": "3.
|
|
26
|
-
"@webex/internal-plugin-device": "3.
|
|
27
|
-
"@webex/internal-plugin-lyra": "3.
|
|
28
|
-
"@webex/internal-plugin-search": "3.
|
|
29
|
-
"@webex/plugin-authorization": "3.
|
|
30
|
-
"@webex/plugin-logger": "3.
|
|
31
|
-
"@webex/test-helper-chai": "3.
|
|
32
|
-
"@webex/webex-core": "3.
|
|
25
|
+
"@webex/internal-plugin-calendar": "3.9.0-webinar5k.1",
|
|
26
|
+
"@webex/internal-plugin-device": "3.9.0-webinar5k.1",
|
|
27
|
+
"@webex/internal-plugin-lyra": "3.9.0-webinar5k.1",
|
|
28
|
+
"@webex/internal-plugin-search": "3.9.0-webinar5k.1",
|
|
29
|
+
"@webex/plugin-authorization": "3.9.0-webinar5k.1",
|
|
30
|
+
"@webex/plugin-logger": "3.9.0-webinar5k.1",
|
|
31
|
+
"@webex/test-helper-chai": "3.9.0-webinar5k.1",
|
|
32
|
+
"@webex/webex-core": "3.9.0-webinar5k.1",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"uuid": "^3.3.2"
|
|
35
35
|
},
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
49
49
|
"@webex/jest-config-legacy": "0.0.0",
|
|
50
50
|
"@webex/legacy-tools": "0.0.0",
|
|
51
|
-
"@webex/test-helper-chai": "3.
|
|
52
|
-
"@webex/test-helper-mocha": "3.
|
|
53
|
-
"@webex/test-helper-mock-webex": "3.
|
|
54
|
-
"@webex/test-helper-test-users": "3.
|
|
51
|
+
"@webex/test-helper-chai": "3.9.0-webinar5k.1",
|
|
52
|
+
"@webex/test-helper-mocha": "3.9.0-webinar5k.1",
|
|
53
|
+
"@webex/test-helper-mock-webex": "3.9.0-webinar5k.1",
|
|
54
|
+
"@webex/test-helper-test-users": "3.9.0-webinar5k.1",
|
|
55
55
|
"eslint": "^8.24.0",
|
|
56
56
|
"prettier": "^2.7.1"
|
|
57
57
|
},
|
|
58
|
-
"version": "3.
|
|
58
|
+
"version": "3.9.0-webinar5k.1"
|
|
59
59
|
}
|