@webex/internal-plugin-metrics 3.9.0-multi-llms.2 → 3.9.0-multi-llms.3

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
@@ -148,7 +148,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
148
148
  }
149
149
  });
150
150
  },
151
- version: "3.9.0-multi-llms.2"
151
+ version: "3.9.0-multi-llms.3"
152
152
  });
153
153
  var _default = exports.default = Metrics;
154
154
  //# 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.9.0-multi-llms.0",
42
42
  "@webex/test-helper-mock-webex": "3.9.0-multi-llms.0",
43
- "@webex/webex-core": "3.9.0-multi-llms.2",
43
+ "@webex/webex-core": "3.9.0-multi-llms.3",
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.9.0-multi-llms.2"
56
+ "version": "3.9.0-multi-llms.3"
57
57
  }