@webex/internal-plugin-metrics 3.0.0-beta.97 → 3.0.0-beta.99

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
@@ -160,7 +160,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
160
160
  };
161
161
  return this.callDiagnosticEventsBatcher.request(event);
162
162
  },
163
- version: "3.0.0-beta.97"
163
+ version: "3.0.0-beta.99"
164
164
  });
165
165
  var _default = Metrics;
166
166
  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.97",
3
+ "version": "3.0.0-beta.99",
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.97",
28
- "@webex/common-timers": "3.0.0-beta.97",
29
- "@webex/internal-plugin-device": "3.0.0-beta.97",
30
- "@webex/internal-plugin-metrics": "3.0.0-beta.97",
31
- "@webex/test-helper-chai": "3.0.0-beta.97",
32
- "@webex/test-helper-mock-webex": "3.0.0-beta.97",
33
- "@webex/webex-core": "3.0.0-beta.97"
27
+ "@webex/common": "3.0.0-beta.99",
28
+ "@webex/common-timers": "3.0.0-beta.99",
29
+ "@webex/internal-plugin-device": "3.0.0-beta.99",
30
+ "@webex/internal-plugin-metrics": "3.0.0-beta.99",
31
+ "@webex/test-helper-chai": "3.0.0-beta.99",
32
+ "@webex/test-helper-mock-webex": "3.0.0-beta.99",
33
+ "@webex/webex-core": "3.0.0-beta.99"
34
34
  }
35
35
  }