@twilio/conversations 2.6.3-rc.9 → 2.6.3
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/builds/browser.esm.js +1 -1
- package/builds/browser.js +1 -1
- package/builds/lib.esm.js +1 -1
- package/builds/lib.js +1 -1
- package/builds/twilio-conversations.js +3 -3
- package/builds/twilio-conversations.min.js +1 -1
- package/builds/twilio-conversations.min.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/index.html +1 -1
- package/package.json +8 -8
package/docs/index.html
CHANGED
@@ -2980,7 +2980,7 @@ img {
|
|
2980
2980
|
</code></pre>
|
2981
2981
|
<p>Find the hash of each release published on the <a href="#changelog">Changelog</a> page.</p>
|
2982
2982
|
<a href="#changelog" id="changelog" style="color: inherit; text-decoration: none;">
|
2983
|
-
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>138</td></tr><tr><td>Firefox for Android</td><td>140</td></tr><tr><td>UC Browser for Android</td><td>15.5</td></tr><tr><td>Chrome</td><td>138, 137, 136</td></tr><tr><td>Edge</td><td>138, 137, 136</td></tr><tr><td>Firefox</td><td>140, 139
|
2983
|
+
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>138</td></tr><tr><td>Firefox for Android</td><td>140</td></tr><tr><td>UC Browser for Android</td><td>15.5</td></tr><tr><td>Chrome</td><td>138, 137, 136</td></tr><tr><td>Edge</td><td>138, 137, 136</td></tr><tr><td>Firefox</td><td>141, 140, 139</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>18.5, 18.4</td></tr><tr><td>Safari</td><td>18.5, 18.4, 18.3</td></tr><tr><td>Samsung Internet</td><td>28, 27</td></tr></tbody></table><h3>Changelog</h3>
|
2984
2984
|
</a>
|
2985
2985
|
<p>See this <a href="https://www.twilio.com/docs/conversations/javascript/changelog">link</a>.</p>
|
2986
2986
|
</div>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.6.3
|
3
|
+
"version": "2.6.3",
|
4
4
|
"description": "Twilio Conversations client library",
|
5
5
|
"main": "./builds/lib.js",
|
6
6
|
"browser": "./builds/browser.js",
|
@@ -36,12 +36,12 @@
|
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"@babel/runtime": "^7.17.0",
|
39
|
-
"@twilio/declarative-type-validator": "^0.2.11
|
40
|
-
"@twilio/deprecation-decorator": "^0.2.9
|
41
|
-
"@twilio/mcs-client": "^0.6.11
|
42
|
-
"@twilio/notifications": "^2.0.10
|
43
|
-
"@twilio/operation-retrier": "^4.0.19
|
44
|
-
"@twilio/replay-event-emitter": "^0.3.11
|
39
|
+
"@twilio/declarative-type-validator": "^0.2.11",
|
40
|
+
"@twilio/deprecation-decorator": "^0.2.9",
|
41
|
+
"@twilio/mcs-client": "^0.6.11",
|
42
|
+
"@twilio/notifications": "^2.0.10",
|
43
|
+
"@twilio/operation-retrier": "^4.0.19",
|
44
|
+
"@twilio/replay-event-emitter": "^0.3.11",
|
45
45
|
"core-js": "^3.17.3",
|
46
46
|
"iso8601-duration": "=1.2.0",
|
47
47
|
"isomorphic-form-data": "^2.0.0",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"platform": "^1.3.6",
|
51
51
|
"quick-lru": "^5.1.1",
|
52
52
|
"twilio-sync": "~3.1.0",
|
53
|
-
"twilsock": "^0.13.10
|
53
|
+
"twilsock": "^0.13.10",
|
54
54
|
"uuid": "^3.4.0",
|
55
55
|
"xmlhttprequest": "^1.8.0"
|
56
56
|
},
|