@webex/internal-plugin-board 1.143.2 → 1.144.2

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/board.js CHANGED
@@ -700,7 +700,7 @@ var Board = _webexCore.WebexPlugin.extend({
700
700
  });
701
701
  });
702
702
  },
703
- version: "1.143.2"
703
+ version: "1.144.2"
704
704
  });
705
705
 
706
706
  var _default = Board;
package/dist/realtime.js CHANGED
@@ -264,7 +264,7 @@ var RealtimeService = _webexCore.WebexPlugin.extend({
264
264
  return _this7.realtimeChannels.remove(channel.channelId);
265
265
  }));
266
266
  },
267
- version: "1.143.2"
267
+ version: "1.144.2"
268
268
  });
269
269
 
270
270
  var _default = RealtimeService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-board",
3
- "version": "1.143.2",
3
+ "version": "1.144.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Greg Hewett <ghewett@cisco.com>",
@@ -18,14 +18,14 @@
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
20
  "lodash": "^4.17.21",
21
- "@webex/internal-plugin-mercury": "1.143.2",
22
- "@webex/internal-plugin-encryption": "1.143.2",
23
- "@webex/internal-plugin-conversation": "1.143.2",
24
- "@webex/internal-plugin-feature": "1.143.2",
25
- "@webex/webex-core": "1.143.2",
21
+ "@webex/internal-plugin-mercury": "1.144.2",
22
+ "@webex/internal-plugin-encryption": "1.144.2",
23
+ "@webex/internal-plugin-conversation": "1.144.2",
24
+ "@webex/internal-plugin-feature": "1.144.2",
25
+ "@webex/webex-core": "1.144.2",
26
26
  "es6-promise-series": "^0.2.2",
27
27
  "uuid": "^3.3.2",
28
- "@webex/common": "1.143.2",
28
+ "@webex/common": "1.144.2",
29
29
  "ampersand-collection": "^2.0.2",
30
30
  "envify": "^4.1.0"
31
31
  }