@webex/internal-plugin-metrics 3.0.0-beta.160 → 3.0.0-beta.161

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 +8 -8
package/dist/metrics.js CHANGED
@@ -170,7 +170,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
170
170
  };
171
171
  return this.callDiagnosticEventsBatcher.request(event);
172
172
  },
173
- version: "3.0.0-beta.160"
173
+ version: "3.0.0-beta.161"
174
174
  });
175
175
  var _default = Metrics;
176
176
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-metrics",
3
- "version": "3.0.0-beta.160",
3
+ "version": "3.0.0-beta.161",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -24,12 +24,12 @@
24
24
  "sinon": "^9.2.4"
25
25
  },
26
26
  "dependencies": {
27
- "@webex/common": "3.0.0-beta.160",
28
- "@webex/common-timers": "3.0.0-beta.160",
29
- "@webex/internal-plugin-device": "3.0.0-beta.160",
30
- "@webex/internal-plugin-metrics": "3.0.0-beta.160",
31
- "@webex/test-helper-chai": "3.0.0-beta.160",
32
- "@webex/test-helper-mock-webex": "3.0.0-beta.160",
33
- "@webex/webex-core": "3.0.0-beta.160"
27
+ "@webex/common": "3.0.0-beta.161",
28
+ "@webex/common-timers": "3.0.0-beta.161",
29
+ "@webex/internal-plugin-device": "3.0.0-beta.161",
30
+ "@webex/internal-plugin-metrics": "3.0.0-beta.161",
31
+ "@webex/test-helper-chai": "3.0.0-beta.161",
32
+ "@webex/test-helper-mock-webex": "3.0.0-beta.161",
33
+ "@webex/webex-core": "3.0.0-beta.161"
34
34
  }
35
35
  }