@webex/internal-plugin-conversation 3.10.0-next.5 → 3.10.0-next.7
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
|
@@ -2526,7 +2526,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
|
|
|
2526
2526
|
});
|
|
2527
2527
|
}));
|
|
2528
2528
|
},
|
|
2529
|
-
version: "3.10.0-next.
|
|
2529
|
+
version: "3.10.0-next.7"
|
|
2530
2530
|
});
|
|
2531
2531
|
['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
|
|
2532
2532
|
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.10.0-next.
|
|
26
|
-
"@webex/internal-plugin-user": "3.10.0-next.
|
|
27
|
-
"@webex/webex-core": "3.10.0-next.
|
|
22
|
+
"@webex/common": "3.10.0-next.1",
|
|
23
|
+
"@webex/helper-html": "3.10.0-next.1",
|
|
24
|
+
"@webex/helper-image": "3.10.0-next.1",
|
|
25
|
+
"@webex/internal-plugin-encryption": "3.10.0-next.7",
|
|
26
|
+
"@webex/internal-plugin-user": "3.10.0-next.7",
|
|
27
|
+
"@webex/webex-core": "3.10.0-next.7",
|
|
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.10.0-next.1",
|
|
40
|
+
"@webex/test-helper-file": "3.10.0-next.1",
|
|
41
|
+
"@webex/test-helper-make-local-url": "3.10.0-next.1",
|
|
42
|
+
"@webex/test-helper-mocha": "3.10.0-next.1",
|
|
43
|
+
"@webex/test-helper-mock-webex": "3.10.0-next.1",
|
|
44
|
+
"@webex/test-helper-retry": "3.10.0-next.1",
|
|
45
|
+
"@webex/test-helper-test-users": "3.10.0-next.1",
|
|
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.10.0-next.
|
|
59
|
+
"version": "3.10.0-next.7"
|
|
60
60
|
}
|