@webex/internal-plugin-metrics 1.153.2 → 1.153.3

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
@@ -135,7 +135,7 @@ var Metrics = _webexCore.WebexPlugin.extend((_dec = (0, _common.deprecated)('Met
135
135
  };
136
136
  return this.callDiagnosticEventsBatcher.request(event);
137
137
  },
138
- version: "1.153.2"
138
+ version: "1.153.3"
139
139
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "sendUnstructured", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "sendUnstructured"), _obj)), _obj)));
140
140
 
141
141
  var _default = Metrics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-metrics",
3
- "version": "1.153.2",
3
+ "version": "1.153.3",
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.153.2",
21
- "@webex/webex-core": "1.153.2",
22
- "@webex/common": "1.153.2",
23
- "@webex/common-timers": "1.153.2",
20
+ "@webex/internal-plugin-device": "1.153.3",
21
+ "@webex/webex-core": "1.153.3",
22
+ "@webex/common": "1.153.3",
23
+ "@webex/common-timers": "1.153.3",
24
24
  "envify": "^4.1.0"
25
25
  }
26
26
  }