@webex/internal-plugin-conversation 3.4.0-next.5 → 3.4.0-next.6

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.
@@ -2491,7 +2491,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2491
2491
  });
2492
2492
  }));
2493
2493
  },
2494
- version: "3.4.0-next.5"
2494
+ version: "3.4.0-next.6"
2495
2495
  });
2496
2496
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
2497
2497
  Conversation.prototype[verb] = function submitSimpleActivity(conversation, activity) {
@@ -391,7 +391,7 @@ var ShareActivity = _webexCore.WebexPlugin.extend({
391
391
  return res.body.spaceUrl;
392
392
  });
393
393
  },
394
- version: "3.4.0-next.5"
394
+ version: "3.4.0-next.6"
395
395
  });
396
396
 
397
397
  /**
package/package.json CHANGED
@@ -19,12 +19,12 @@
19
19
  ]
20
20
  },
21
21
  "dependencies": {
22
- "@webex/common": "3.4.0-next.5",
23
- "@webex/helper-html": "3.4.0-next.5",
24
- "@webex/helper-image": "3.4.0-next.5",
25
- "@webex/internal-plugin-encryption": "3.4.0-next.5",
26
- "@webex/internal-plugin-user": "3.4.0-next.5",
27
- "@webex/webex-core": "3.4.0-next.5",
22
+ "@webex/common": "3.4.0-next.6",
23
+ "@webex/helper-html": "3.4.0-next.6",
24
+ "@webex/helper-image": "3.4.0-next.6",
25
+ "@webex/internal-plugin-encryption": "3.4.0-next.6",
26
+ "@webex/internal-plugin-user": "3.4.0-next.6",
27
+ "@webex/webex-core": "3.4.0-next.6",
28
28
  "crypto-js": "^4.1.1",
29
29
  "lodash": "^4.17.21",
30
30
  "node-scr": "^0.3.0",
@@ -36,13 +36,13 @@
36
36
  "@webex/eslint-config-legacy": "0.0.0",
37
37
  "@webex/jest-config-legacy": "0.0.0",
38
38
  "@webex/legacy-tools": "0.0.0",
39
- "@webex/test-helper-chai": "3.4.0-next.5",
40
- "@webex/test-helper-file": "3.4.0-next.5",
41
- "@webex/test-helper-make-local-url": "3.4.0-next.5",
42
- "@webex/test-helper-mocha": "3.4.0-next.5",
43
- "@webex/test-helper-mock-webex": "3.4.0-next.5",
44
- "@webex/test-helper-retry": "3.4.0-next.5",
45
- "@webex/test-helper-test-users": "3.4.0-next.5",
39
+ "@webex/test-helper-chai": "3.4.0-next.6",
40
+ "@webex/test-helper-file": "3.4.0-next.6",
41
+ "@webex/test-helper-make-local-url": "3.4.0-next.6",
42
+ "@webex/test-helper-mocha": "3.4.0-next.6",
43
+ "@webex/test-helper-mock-webex": "3.4.0-next.6",
44
+ "@webex/test-helper-retry": "3.4.0-next.6",
45
+ "@webex/test-helper-test-users": "3.4.0-next.6",
46
46
  "eslint": "^8.24.0",
47
47
  "prettier": "^2.7.1",
48
48
  "sinon": "^9.2.4"
@@ -56,5 +56,5 @@
56
56
  "test:style": "eslint ./src/**/*.*",
57
57
  "test:unit": "webex-legacy-tools test --unit --runner jest"
58
58
  },
59
- "version": "3.4.0-next.5"
59
+ "version": "3.4.0-next.6"
60
60
  }