@micromag/screen-conversation 0.3.547 → 0.3.569
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/es/index.js +2 -1
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -417,7 +417,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
417
417
|
|
|
418
418
|
// if the current message has an audio attachment, use the time it takes to record that message
|
|
419
419
|
if (audio) {
|
|
420
|
-
|
|
420
|
+
var _audio$metadata;
|
|
421
|
+
return (_audio$metadata = audio.metadata) === null || _audio$metadata === void 0 ? void 0 : _audio$metadata.duration;
|
|
421
422
|
}
|
|
422
423
|
|
|
423
424
|
// counting words: only keep whitespaces and alphanumeric characters, then split of whitespaces
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-conversation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.569",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.13.10",
|
|
63
|
-
"@micromag/core": "^0.3.
|
|
64
|
-
"@micromag/element-background": "^0.3.
|
|
65
|
-
"@micromag/element-container": "^0.3.
|
|
66
|
-
"@micromag/element-footer": "^0.3.
|
|
67
|
-
"@micromag/element-header": "^0.3.
|
|
68
|
-
"@micromag/element-heading": "^0.3.
|
|
69
|
-
"@micromag/element-layout": "^0.3.
|
|
70
|
-
"@micromag/element-scroll": "^0.3.
|
|
71
|
-
"@micromag/element-text": "^0.3.
|
|
72
|
-
"@micromag/element-visual": "^0.3.
|
|
73
|
-
"@micromag/transforms": "^0.3.
|
|
63
|
+
"@micromag/core": "^0.3.569",
|
|
64
|
+
"@micromag/element-background": "^0.3.569",
|
|
65
|
+
"@micromag/element-container": "^0.3.569",
|
|
66
|
+
"@micromag/element-footer": "^0.3.569",
|
|
67
|
+
"@micromag/element-header": "^0.3.569",
|
|
68
|
+
"@micromag/element-heading": "^0.3.569",
|
|
69
|
+
"@micromag/element-layout": "^0.3.569",
|
|
70
|
+
"@micromag/element-scroll": "^0.3.569",
|
|
71
|
+
"@micromag/element-text": "^0.3.569",
|
|
72
|
+
"@micromag/element-visual": "^0.3.569",
|
|
73
|
+
"@micromag/transforms": "^0.3.569",
|
|
74
74
|
"classnames": "^2.2.6",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"prop-types": "^15.7.2",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public",
|
|
82
82
|
"registry": "https://registry.npmjs.org/"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "ceb71f23a32ab8df4a1563a1e5cd5598e539de4d"
|
|
85
85
|
}
|