@webex/internal-plugin-metrics 1.156.1 → 1.156.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.
Files changed (2) hide show
  1. package/dist/metrics.js +1 -1
  2. package/package.json +5 -5
package/dist/metrics.js CHANGED
@@ -191,7 +191,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
191
191
  };
192
192
  return this.callDiagnosticEventsBatcher.request(event);
193
193
  },
194
- version: "1.156.1"
194
+ version: "1.156.4"
195
195
  });
196
196
 
197
197
  var _default = Metrics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-metrics",
3
- "version": "1.156.1",
3
+ "version": "1.156.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
- "@webex/internal-plugin-device": "1.156.1",
21
- "@webex/webex-core": "1.156.1",
22
- "@webex/common": "1.156.1",
23
- "@webex/common-timers": "1.156.1",
20
+ "@webex/internal-plugin-device": "1.156.4",
21
+ "@webex/webex-core": "1.156.4",
22
+ "@webex/common": "1.156.4",
23
+ "@webex/common-timers": "1.156.4",
24
24
  "envify": "^4.1.0"
25
25
  }
26
26
  }