@webex/internal-plugin-metrics 3.10.0-next.4 → 3.10.0-next.6

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 +2 -2
package/dist/metrics.js CHANGED
@@ -147,7 +147,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
147
147
  }
148
148
  });
149
149
  },
150
- version: "3.10.0-next.4"
150
+ version: "3.10.0-next.6"
151
151
  });
152
152
  var _default = exports.default = Metrics;
153
153
  //# sourceMappingURL=metrics.js.map
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "@webex/event-dictionary-ts": "^1.0.1930",
41
41
  "@webex/test-helper-chai": "3.8.1-next.11",
42
42
  "@webex/test-helper-mock-webex": "3.8.1-next.11",
43
- "@webex/webex-core": "3.10.0-next.4",
43
+ "@webex/webex-core": "3.10.0-next.6",
44
44
  "ip-anonymize": "^0.1.0",
45
45
  "lodash": "^4.17.21",
46
46
  "uuid": "^3.3.2"
@@ -53,5 +53,5 @@
53
53
  "test:style": "eslint ./src/**/*.*",
54
54
  "test:unit": "webex-legacy-tools test --unit --runner mocha"
55
55
  },
56
- "version": "3.10.0-next.4"
56
+ "version": "3.10.0-next.6"
57
57
  }