@twilio/conversations 2.6.1 → 2.6.3-rc.2
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/README.md +1 -1
- 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 +472 -926
- package/builds/twilio-conversations.js.map +1 -1
- 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 +2 -2
- package/docs/modules.html +1 -1
- package/package.json +8 -8
package/docs/index.html
CHANGED
@@ -2973,14 +2973,14 @@ img {
|
|
2973
2973
|
number. While less flexible it is significantly more secure, which is required by some applications.</p>
|
2974
2974
|
<p>To consume securely use the following script snippet format:</p>
|
2975
2975
|
<pre><code class="language-html"><span style="color: #800000"><script</span>
|
2976
|
-
<span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://sdk.twilio.com/js/conversations/releases/2.6.
|
2976
|
+
<span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://sdk.twilio.com/js/conversations/releases/2.6.3/twilio-conversations.min.js"</span>
|
2977
2977
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">integrity</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"sha256-<HASH FROM THE CHANGELOGS PAGE>"</span>
|
2978
2978
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">crossorigin</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"anonymous"</span>
|
2979
2979
|
<span style="color: #800000">></script></span>
|
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>
|
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, 138</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/docs/modules.html
CHANGED
@@ -2975,7 +2975,7 @@ img {
|
|
2975
2975
|
number. While less flexible it is significantly more secure, which is required by some applications.</p>
|
2976
2976
|
<p>To consume securely use the following script snippet format:</p>
|
2977
2977
|
<pre><code class="language-html"><span style="color: #800000"><script</span>
|
2978
|
-
<span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://sdk.twilio.com/js/conversations/releases/2.6.
|
2978
|
+
<span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://sdk.twilio.com/js/conversations/releases/2.6.3/twilio-conversations.min.js"</span>
|
2979
2979
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">integrity</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"sha256-<HASH FROM THE CHANGELOGS PAGE>"</span>
|
2980
2980
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">crossorigin</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"anonymous"</span>
|
2981
2981
|
<span style="color: #800000">></script></span>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.3-rc.2",
|
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.
|
40
|
-
"@twilio/deprecation-decorator": "^0.2.
|
41
|
-
"@twilio/mcs-client": "^0.6.
|
42
|
-
"@twilio/notifications": "^2.0.
|
43
|
-
"@twilio/operation-retrier": "^4.0.
|
44
|
-
"@twilio/replay-event-emitter": "^0.3.
|
39
|
+
"@twilio/declarative-type-validator": "^0.2.11-rc.2",
|
40
|
+
"@twilio/deprecation-decorator": "^0.2.9-rc.2",
|
41
|
+
"@twilio/mcs-client": "^0.6.11-rc.2",
|
42
|
+
"@twilio/notifications": "^2.0.10-rc.2",
|
43
|
+
"@twilio/operation-retrier": "^4.0.19-rc.2",
|
44
|
+
"@twilio/replay-event-emitter": "^0.3.11-rc.2",
|
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": "
|
53
|
+
"twilsock": "^0.13.10-rc.2",
|
54
54
|
"uuid": "^3.4.0",
|
55
55
|
"xmlhttprequest": "^1.8.0"
|
56
56
|
},
|