@webex/plugin-device-manager 1.157.0 → 1.157.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.
@@ -623,7 +623,7 @@ var DeviceManager = _webexCore.WebexPlugin.extend({
623
623
 
624
624
  return _promise.default.resolve();
625
625
  },
626
- version: "1.157.0"
626
+ version: "1.157.1"
627
627
  });
628
628
 
629
629
  var _default = DeviceManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-device-manager",
3
- "version": "1.157.0",
3
+ "version": "1.157.1",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@babel/runtime-corejs2": "^7.14.8",
22
- "@webex/internal-plugin-device": "1.157.0",
23
- "@webex/webex-core": "1.157.0",
22
+ "@webex/internal-plugin-device": "1.157.1",
23
+ "@webex/webex-core": "1.157.1",
24
24
  "lodash": "^4.17.21",
25
- "@webex/internal-plugin-lyra": "1.157.0",
26
- "@webex/internal-plugin-search": "1.157.0",
25
+ "@webex/internal-plugin-lyra": "1.157.1",
26
+ "@webex/internal-plugin-search": "1.157.1",
27
27
  "uuid": "^3.3.2",
28
28
  "envify": "^4.1.0"
29
29
  }
package/sample/index.html CHANGED
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
  </div>
116
116
 
117
- <script src="/webex.min.js"></script>
117
+ <script src="../webex.min.js"></script>
118
118
  <!-- app.js is your application code -->
119
119
  <script src="app.js"></script>
120
120
  </body>