@webex/internal-plugin-metrics 3.0.0-beta.8 → 3.0.0-beta.9

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
@@ -197,7 +197,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
197
197
  };
198
198
  return this.callDiagnosticEventsBatcher.request(event);
199
199
  },
200
- version: "3.0.0-beta.8"
200
+ version: "3.0.0-beta.9"
201
201
  });
202
202
 
203
203
  var _default = Metrics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-metrics",
3
- "version": "3.0.0-beta.8",
3
+ "version": "3.0.0-beta.9",
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.8",
28
- "@webex/common-timers": "3.0.0-beta.8",
29
- "@webex/internal-plugin-device": "3.0.0-beta.8",
30
- "@webex/internal-plugin-metrics": "3.0.0-beta.8",
31
- "@webex/test-helper-chai": "3.0.0-beta.8",
32
- "@webex/test-helper-mock-webex": "3.0.0-beta.8",
33
- "@webex/webex-core": "3.0.0-beta.8"
27
+ "@webex/common": "3.0.0-beta.9",
28
+ "@webex/common-timers": "3.0.0-beta.9",
29
+ "@webex/internal-plugin-device": "3.0.0-beta.9",
30
+ "@webex/internal-plugin-metrics": "3.0.0-beta.9",
31
+ "@webex/test-helper-chai": "3.0.0-beta.9",
32
+ "@webex/test-helper-mock-webex": "3.0.0-beta.9",
33
+ "@webex/webex-core": "3.0.0-beta.9"
34
34
  }
35
35
  }