@webex/plugin-messages 3.10.0-next.4 → 3.10.0-next.5

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/messages.js +1 -1
  2. package/package.json +11 -11
package/dist/messages.js CHANGED
@@ -439,7 +439,7 @@ var Messages = _webexCore.WebexPlugin.extend({
439
439
  });
440
440
  });
441
441
  },
442
- version: "3.10.0-next.4"
442
+ version: "3.10.0-next.5"
443
443
  });
444
444
  var _default = exports.default = Messages;
445
445
  //# sourceMappingURL=messages.js.map
package/package.json CHANGED
@@ -24,9 +24,9 @@
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/plugin-logger": "3.10.0-next.4",
28
- "@webex/plugin-people": "3.10.0-next.4",
29
- "@webex/plugin-rooms": "3.10.0-next.4",
27
+ "@webex/plugin-logger": "3.10.0-next.5",
28
+ "@webex/plugin-people": "3.10.0-next.5",
29
+ "@webex/plugin-rooms": "3.10.0-next.5",
30
30
  "@webex/test-helper-chai": "3.8.1-next.11",
31
31
  "@webex/test-helper-file": "3.8.1-next.11",
32
32
  "@webex/test-helper-mocha": "3.8.1-next.11",
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@webex/common": "3.8.1-next.11",
41
- "@webex/internal-plugin-conversation": "3.10.0-next.4",
42
- "@webex/internal-plugin-device": "3.10.0-next.4",
43
- "@webex/internal-plugin-mercury": "3.10.0-next.4",
44
- "@webex/webex-core": "3.10.0-next.4",
41
+ "@webex/internal-plugin-conversation": "3.10.0-next.5",
42
+ "@webex/internal-plugin-device": "3.10.0-next.5",
43
+ "@webex/internal-plugin-mercury": "3.10.0-next.5",
44
+ "@webex/webex-core": "3.10.0-next.5",
45
45
  "debug": "^4.3.4",
46
46
  "lodash": "^4.17.21"
47
47
  },
48
48
  "peerDependencies": {
49
- "@webex/plugin-logger": "3.10.0-next.4",
50
- "@webex/plugin-people": "3.10.0-next.4",
51
- "@webex/plugin-rooms": "3.10.0-next.4"
49
+ "@webex/plugin-logger": "3.10.0-next.5",
50
+ "@webex/plugin-people": "3.10.0-next.5",
51
+ "@webex/plugin-rooms": "3.10.0-next.5"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "yarn build:src",
@@ -59,5 +59,5 @@
59
59
  "test:integration": "webex-legacy-tools test --integration --runner mocha",
60
60
  "test:style": "eslint ./src/**/*.*"
61
61
  },
62
- "version": "3.10.0-next.4"
62
+ "version": "3.10.0-next.5"
63
63
  }