@webex/internal-plugin-metrics 3.0.0-beta.45 → 3.0.0-beta.46

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
@@ -166,7 +166,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
166
166
  };
167
167
  return this.callDiagnosticEventsBatcher.request(event);
168
168
  },
169
- version: "3.0.0-beta.45"
169
+ version: "3.0.0-beta.46"
170
170
  });
171
171
  var _default = Metrics;
172
172
  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.45",
3
+ "version": "3.0.0-beta.46",
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.45",
28
- "@webex/common-timers": "3.0.0-beta.45",
29
- "@webex/internal-plugin-device": "3.0.0-beta.45",
30
- "@webex/internal-plugin-metrics": "3.0.0-beta.45",
31
- "@webex/test-helper-chai": "3.0.0-beta.45",
32
- "@webex/test-helper-mock-webex": "3.0.0-beta.45",
33
- "@webex/webex-core": "3.0.0-beta.45"
27
+ "@webex/common": "3.0.0-beta.46",
28
+ "@webex/common-timers": "3.0.0-beta.46",
29
+ "@webex/internal-plugin-device": "3.0.0-beta.46",
30
+ "@webex/internal-plugin-metrics": "3.0.0-beta.46",
31
+ "@webex/test-helper-chai": "3.0.0-beta.46",
32
+ "@webex/test-helper-mock-webex": "3.0.0-beta.46",
33
+ "@webex/webex-core": "3.0.0-beta.46"
34
34
  }
35
35
  }