@webex/internal-plugin-metrics 2.60.1-next.2 → 2.60.1-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
@@ -163,7 +163,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
163
163
  });
164
164
  });
165
165
  },
166
- version: "2.60.1-next.2"
166
+ version: "2.60.1-next.4"
167
167
  });
168
168
  var _default = exports.default = Metrics;
169
169
  //# 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": "2.60.1-next.2",
30
- "@webex/test-helper-mocha": "2.60.1-next.2",
31
- "@webex/test-helper-mock-webex": "2.60.1-next.2",
32
- "@webex/test-helper-test-users": "2.60.1-next.2",
29
+ "@webex/test-helper-chai": "2.60.1-next.4",
30
+ "@webex/test-helper-mocha": "2.60.1-next.4",
31
+ "@webex/test-helper-mock-webex": "2.60.1-next.4",
32
+ "@webex/test-helper-test-users": "2.60.1-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": "2.60.1-next.2",
39
- "@webex/common-timers": "2.60.1-next.2",
38
+ "@webex/common": "2.60.1-next.4",
39
+ "@webex/common-timers": "2.60.1-next.4",
40
40
  "@webex/event-dictionary-ts": "^1.0.1329",
41
- "@webex/internal-plugin-device": "2.60.1-next.2",
42
- "@webex/internal-plugin-metrics": "2.60.1-next.2",
43
- "@webex/test-helper-chai": "2.60.1-next.2",
44
- "@webex/test-helper-mock-webex": "2.60.1-next.2",
45
- "@webex/webex-core": "2.60.1-next.2"
41
+ "@webex/internal-plugin-device": "2.60.1-next.4",
42
+ "@webex/internal-plugin-metrics": "2.60.1-next.4",
43
+ "@webex/test-helper-chai": "2.60.1-next.4",
44
+ "@webex/test-helper-mock-webex": "2.60.1-next.4",
45
+ "@webex/webex-core": "2.60.1-next.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": " yarn run -T tsc --declaration true --declarationDir ./dist/types",
@@ -54,5 +54,5 @@
54
54
  "test:style": "eslint ./src/**/*.*",
55
55
  "test:unit": "webex-legacy-tools test --unit --runner jest"
56
56
  },
57
- "version": "2.60.1-next.2"
57
+ "version": "2.60.1-next.4"
58
58
  }