@webex/internal-plugin-conversation 3.6.0-next.8 → 3.7.0

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.
@@ -2504,7 +2504,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2504
2504
  });
2505
2505
  }));
2506
2506
  },
2507
- version: "3.6.0-next.8"
2507
+ version: "3.7.0"
2508
2508
  });
2509
2509
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
2510
2510
  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.6.0-next.8"
394
+ version: "3.7.0"
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.6.0-next.4",
23
- "@webex/helper-html": "3.6.0-next.4",
24
- "@webex/helper-image": "3.6.0-next.4",
25
- "@webex/internal-plugin-encryption": "3.6.0-next.6",
26
- "@webex/internal-plugin-user": "3.6.0-next.4",
27
- "@webex/webex-core": "3.6.0-next.4",
22
+ "@webex/common": "3.7.0",
23
+ "@webex/helper-html": "3.7.0",
24
+ "@webex/helper-image": "3.7.0",
25
+ "@webex/internal-plugin-encryption": "3.7.0",
26
+ "@webex/internal-plugin-user": "3.7.0",
27
+ "@webex/webex-core": "3.7.0",
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.6.0-next.4",
40
- "@webex/test-helper-file": "3.6.0-next.4",
41
- "@webex/test-helper-make-local-url": "3.6.0-next.4",
42
- "@webex/test-helper-mocha": "3.6.0-next.4",
43
- "@webex/test-helper-mock-webex": "3.6.0-next.4",
44
- "@webex/test-helper-retry": "3.6.0-next.4",
45
- "@webex/test-helper-test-users": "3.6.0-next.4",
39
+ "@webex/test-helper-chai": "3.7.0",
40
+ "@webex/test-helper-file": "3.7.0",
41
+ "@webex/test-helper-make-local-url": "3.7.0",
42
+ "@webex/test-helper-mocha": "3.7.0",
43
+ "@webex/test-helper-mock-webex": "3.7.0",
44
+ "@webex/test-helper-retry": "3.7.0",
45
+ "@webex/test-helper-test-users": "3.7.0",
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.6.0-next.8"
59
+ "version": "3.7.0"
60
60
  }