@webex/internal-plugin-conversation 3.6.0-next.2 → 3.6.0-next.4
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.
- package/dist/conversation.js +1 -1
- package/dist/share-activity.js +1 -1
- package/package.json +14 -14
package/dist/conversation.js
CHANGED
|
@@ -2503,7 +2503,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
|
|
|
2503
2503
|
});
|
|
2504
2504
|
}));
|
|
2505
2505
|
},
|
|
2506
|
-
version: "3.6.0-next.
|
|
2506
|
+
version: "3.6.0-next.4"
|
|
2507
2507
|
});
|
|
2508
2508
|
['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
|
|
2509
2509
|
Conversation.prototype[verb] = function submitSimpleActivity(conversation, activity) {
|
package/dist/share-activity.js
CHANGED
package/package.json
CHANGED
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@webex/common": "3.
|
|
23
|
-
"@webex/helper-html": "3.
|
|
24
|
-
"@webex/helper-image": "3.
|
|
25
|
-
"@webex/internal-plugin-encryption": "3.6.0-next.
|
|
26
|
-
"@webex/internal-plugin-user": "3.
|
|
27
|
-
"@webex/webex-core": "3.
|
|
22
|
+
"@webex/common": "3.6.0-next.2",
|
|
23
|
+
"@webex/helper-html": "3.6.0-next.2",
|
|
24
|
+
"@webex/helper-image": "3.6.0-next.2",
|
|
25
|
+
"@webex/internal-plugin-encryption": "3.6.0-next.3",
|
|
26
|
+
"@webex/internal-plugin-user": "3.6.0-next.2",
|
|
27
|
+
"@webex/webex-core": "3.6.0-next.2",
|
|
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.
|
|
40
|
-
"@webex/test-helper-file": "3.
|
|
41
|
-
"@webex/test-helper-make-local-url": "3.
|
|
42
|
-
"@webex/test-helper-mocha": "3.
|
|
43
|
-
"@webex/test-helper-mock-webex": "3.
|
|
44
|
-
"@webex/test-helper-retry": "3.
|
|
45
|
-
"@webex/test-helper-test-users": "3.
|
|
39
|
+
"@webex/test-helper-chai": "3.6.0-next.2",
|
|
40
|
+
"@webex/test-helper-file": "3.6.0-next.2",
|
|
41
|
+
"@webex/test-helper-make-local-url": "3.6.0-next.2",
|
|
42
|
+
"@webex/test-helper-mocha": "3.6.0-next.2",
|
|
43
|
+
"@webex/test-helper-mock-webex": "3.6.0-next.2",
|
|
44
|
+
"@webex/test-helper-retry": "3.6.0-next.2",
|
|
45
|
+
"@webex/test-helper-test-users": "3.6.0-next.2",
|
|
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.
|
|
59
|
+
"version": "3.6.0-next.4"
|
|
60
60
|
}
|