@webex/internal-plugin-metrics 3.0.0-beta.412 → 3.0.0-beta.414

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
@@ -165,7 +165,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
165
165
  });
166
166
  });
167
167
  },
168
- version: "3.0.0-beta.412"
168
+ version: "3.0.0-beta.414"
169
169
  });
170
170
  var _default = Metrics;
171
171
  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.412",
3
+ "version": "3.0.0-beta.414",
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.412",
32
- "@webex/common-timers": "3.0.0-beta.412",
31
+ "@webex/common": "3.0.0-beta.414",
32
+ "@webex/common-timers": "3.0.0-beta.414",
33
33
  "@webex/event-dictionary-ts": "^1.0.1406",
34
- "@webex/internal-plugin-device": "3.0.0-beta.412",
35
- "@webex/internal-plugin-metrics": "3.0.0-beta.412",
36
- "@webex/test-helper-chai": "3.0.0-beta.412",
37
- "@webex/test-helper-mock-webex": "3.0.0-beta.412",
38
- "@webex/webex-core": "3.0.0-beta.412",
34
+ "@webex/internal-plugin-device": "3.0.0-beta.414",
35
+ "@webex/internal-plugin-metrics": "3.0.0-beta.414",
36
+ "@webex/test-helper-chai": "3.0.0-beta.414",
37
+ "@webex/test-helper-mock-webex": "3.0.0-beta.414",
38
+ "@webex/webex-core": "3.0.0-beta.414",
39
39
  "ip-anonymize": "^0.1.0",
40
40
  "lodash": "^4.17.21",
41
41
  "uuid": "^3.3.2"