@webex/internal-plugin-presence 3.5.0-next.8 → 3.5.0-next.9

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/presence.js +1 -1
  2. package/package.json +12 -12
package/dist/presence.js CHANGED
@@ -255,7 +255,7 @@ var Presence = _webexCore.WebexPlugin.extend({
255
255
  dequeue: function dequeue(id) {
256
256
  return this.worker.dequeue(id);
257
257
  },
258
- version: "3.5.0-next.8"
258
+ version: "3.5.0-next.9"
259
259
  });
260
260
  var _default2 = exports.default = Presence;
261
261
  //# sourceMappingURL=presence.js.map
package/package.json CHANGED
@@ -24,22 +24,22 @@
24
24
  "@webex/eslint-config-legacy": "0.0.0",
25
25
  "@webex/jest-config-legacy": "0.0.0",
26
26
  "@webex/legacy-tools": "0.0.0",
27
- "@webex/test-helper-chai": "3.5.0-next.8",
28
- "@webex/test-helper-mocha": "3.5.0-next.8",
29
- "@webex/test-helper-mock-webex": "3.5.0-next.8",
30
- "@webex/test-helper-test-users": "3.5.0-next.8",
27
+ "@webex/test-helper-chai": "3.5.0-next.9",
28
+ "@webex/test-helper-mocha": "3.5.0-next.9",
29
+ "@webex/test-helper-mock-webex": "3.5.0-next.9",
30
+ "@webex/test-helper-test-users": "3.5.0-next.9",
31
31
  "eslint": "^8.24.0",
32
32
  "prettier": "^2.7.1",
33
33
  "sinon": "^9.2.4"
34
34
  },
35
35
  "dependencies": {
36
- "@webex/internal-plugin-device": "3.5.0-next.8",
37
- "@webex/internal-plugin-mercury": "3.5.0-next.8",
38
- "@webex/test-helper-chai": "3.5.0-next.8",
39
- "@webex/test-helper-mocha": "3.5.0-next.8",
40
- "@webex/test-helper-mock-webex": "3.5.0-next.8",
41
- "@webex/test-helper-test-users": "3.5.0-next.8",
42
- "@webex/webex-core": "3.5.0-next.8",
36
+ "@webex/internal-plugin-device": "3.5.0-next.9",
37
+ "@webex/internal-plugin-mercury": "3.5.0-next.9",
38
+ "@webex/test-helper-chai": "3.5.0-next.9",
39
+ "@webex/test-helper-mocha": "3.5.0-next.9",
40
+ "@webex/test-helper-mock-webex": "3.5.0-next.9",
41
+ "@webex/test-helper-test-users": "3.5.0-next.9",
42
+ "@webex/webex-core": "3.5.0-next.9",
43
43
  "lodash": "^4.17.21"
44
44
  },
45
45
  "scripts": {
@@ -51,5 +51,5 @@
51
51
  "test:style": "eslint ./src/**/*.*",
52
52
  "test:unit": "webex-legacy-tools test --unit --runner jest"
53
53
  },
54
- "version": "3.5.0-next.8"
54
+ "version": "3.5.0-next.9"
55
55
  }