@webex/internal-plugin-metrics 3.0.0-beta.423 → 3.0.0-beta.424

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 +7 -7
package/dist/metrics.js CHANGED
@@ -146,7 +146,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
146
146
  }
147
147
  });
148
148
  },
149
- version: "3.0.0-beta.423"
149
+ version: "3.0.0-beta.424"
150
150
  });
151
151
  var _default = Metrics;
152
152
  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.423",
3
+ "version": "3.0.0-beta.424",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -28,13 +28,13 @@
28
28
  "build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
29
29
  },
30
30
  "dependencies": {
31
- "@webex/common": "3.0.0-beta.423",
32
- "@webex/common-timers": "3.0.0-beta.423",
31
+ "@webex/common": "3.0.0-beta.424",
32
+ "@webex/common-timers": "3.0.0-beta.424",
33
33
  "@webex/event-dictionary-ts": "^1.0.1406",
34
- "@webex/internal-plugin-metrics": "3.0.0-beta.423",
35
- "@webex/test-helper-chai": "3.0.0-beta.423",
36
- "@webex/test-helper-mock-webex": "3.0.0-beta.423",
37
- "@webex/webex-core": "3.0.0-beta.423",
34
+ "@webex/internal-plugin-metrics": "3.0.0-beta.424",
35
+ "@webex/test-helper-chai": "3.0.0-beta.424",
36
+ "@webex/test-helper-mock-webex": "3.0.0-beta.424",
37
+ "@webex/webex-core": "3.0.0-beta.424",
38
38
  "ip-anonymize": "^0.1.0",
39
39
  "lodash": "^4.17.21",
40
40
  "uuid": "^3.3.2"