@webex/internal-plugin-metrics 3.0.0-next.3 → 3.0.0-next.4

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 +12 -12
package/dist/metrics.js CHANGED
@@ -167,7 +167,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
167
167
  });
168
168
  });
169
169
  },
170
- version: "3.0.0-next.3"
170
+ version: "3.0.0-next.4"
171
171
  });
172
172
  var _default = exports.default = Metrics;
173
173
  //# sourceMappingURL=metrics.js.map
package/package.json CHANGED
@@ -26,23 +26,23 @@
26
26
  "@webex/eslint-config-legacy": "0.0.0",
27
27
  "@webex/jest-config-legacy": "0.0.0",
28
28
  "@webex/legacy-tools": "0.0.0",
29
- "@webex/test-helper-chai": "3.0.0-next.3",
30
- "@webex/test-helper-mocha": "3.0.0-next.3",
31
- "@webex/test-helper-mock-webex": "3.0.0-next.3",
32
- "@webex/test-helper-test-users": "3.0.0-next.3",
29
+ "@webex/test-helper-chai": "3.0.0-next.4",
30
+ "@webex/test-helper-mocha": "3.0.0-next.4",
31
+ "@webex/test-helper-mock-webex": "3.0.0-next.4",
32
+ "@webex/test-helper-test-users": "3.0.0-next.4",
33
33
  "eslint": "^8.24.0",
34
34
  "prettier": "^2.7.1",
35
35
  "sinon": "^9.2.4"
36
36
  },
37
37
  "dependencies": {
38
- "@webex/common": "3.0.0-next.3",
39
- "@webex/common-timers": "3.0.0-next.3",
38
+ "@webex/common": "3.0.0-next.4",
39
+ "@webex/common-timers": "3.0.0-next.4",
40
40
  "@webex/event-dictionary-ts": "^1.0.1329",
41
- "@webex/internal-plugin-device": "3.0.0-next.3",
42
- "@webex/internal-plugin-metrics": "3.0.0-next.3",
43
- "@webex/test-helper-chai": "3.0.0-next.3",
44
- "@webex/test-helper-mock-webex": "3.0.0-next.3",
45
- "@webex/webex-core": "3.0.0-next.3",
41
+ "@webex/internal-plugin-device": "3.0.0-next.4",
42
+ "@webex/internal-plugin-metrics": "3.0.0-next.4",
43
+ "@webex/test-helper-chai": "3.0.0-next.4",
44
+ "@webex/test-helper-mock-webex": "3.0.0-next.4",
45
+ "@webex/webex-core": "3.0.0-next.4",
46
46
  "ip-anonymize": "^0.1.0",
47
47
  "lodash": "^4.17.21",
48
48
  "uuid": "^3.3.2"
@@ -55,5 +55,5 @@
55
55
  "test:style": "eslint ./src/**/*.*",
56
56
  "test:unit": "webex-legacy-tools test --unit --runner mocha"
57
57
  },
58
- "version": "3.0.0-next.3"
58
+ "version": "3.0.0-next.4"
59
59
  }