@webex/internal-plugin-metrics 3.0.0-beta.370 → 3.0.0-beta.371

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
@@ -161,7 +161,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
161
161
  });
162
162
  });
163
163
  },
164
- version: "3.0.0-beta.370"
164
+ version: "3.0.0-beta.371"
165
165
  });
166
166
  var _default = Metrics;
167
167
  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.370",
3
+ "version": "3.0.0-beta.371",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -28,14 +28,14 @@
28
28
  "build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
29
29
  },
30
30
  "dependencies": {
31
- "@webex/common": "3.0.0-beta.370",
32
- "@webex/common-timers": "3.0.0-beta.370",
31
+ "@webex/common": "3.0.0-beta.371",
32
+ "@webex/common-timers": "3.0.0-beta.371",
33
33
  "@webex/event-dictionary-ts": "^1.0.1329",
34
- "@webex/internal-plugin-device": "3.0.0-beta.370",
35
- "@webex/internal-plugin-metrics": "3.0.0-beta.370",
36
- "@webex/test-helper-chai": "3.0.0-beta.370",
37
- "@webex/test-helper-mock-webex": "3.0.0-beta.370",
38
- "@webex/webex-core": "3.0.0-beta.370",
34
+ "@webex/internal-plugin-device": "3.0.0-beta.371",
35
+ "@webex/internal-plugin-metrics": "3.0.0-beta.371",
36
+ "@webex/test-helper-chai": "3.0.0-beta.371",
37
+ "@webex/test-helper-mock-webex": "3.0.0-beta.371",
38
+ "@webex/webex-core": "3.0.0-beta.371",
39
39
  "ip-anonymize": "^0.1.0",
40
40
  "lodash": "^4.17.21",
41
41
  "uuid": "^3.3.2"