@twilio/conversations 2.2.1-rc.0 → 2.2.1
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/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/builds/browser.js +1 -1
- package/builds/lib.js +1 -1
- package/builds/twilio-conversations.js +1 -1
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/index.html +3 -3
- package/docs/modules.html +2 -2
- package/package.json +2 -2
@@ -130,7 +130,7 @@ This software includes platform.js under the following license.
|
|
130
130
|
|
131
131
|
Object.defineProperty(exports, '__esModule', { value: true });
|
132
132
|
|
133
|
-
var version = "2.2.1
|
133
|
+
var version = "2.2.1";
|
134
134
|
|
135
135
|
exports.version = version;
|
136
136
|
//# sourceMappingURL=package.json.js.map
|
package/docs/index.html
CHANGED
@@ -2863,7 +2863,7 @@ img {
|
|
2863
2863
|
<span style="color: #008000">// Before you use the client, subscribe to the `'initialized'` event.</span>
|
2864
2864
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initialized'</span><span style="color: #000000">, () </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
2865
2865
|
<span style="color: #000000"> </span><span style="color: #008000">// Use the client.</span>
|
2866
|
-
<span style="color: #000000">}
|
2866
|
+
<span style="color: #000000">});</span>
|
2867
2867
|
|
2868
2868
|
<span style="color: #008000">// To catch client initialization errors, subscribe to the `'initFailed'` event.</span>
|
2869
2869
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initFailed'</span><span style="color: #000000">, ({ </span><span style="color: #001080">error</span><span style="color: #000000"> }) </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
@@ -2878,7 +2878,7 @@ img {
|
|
2878
2878
|
<span style="color: #008000">// Before you use the client, subscribe to the `'initialized'` event.</span>
|
2879
2879
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initialized'</span><span style="color: #000000">, () </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
2880
2880
|
<span style="color: #000000"> </span><span style="color: #008000">// Use the client.</span>
|
2881
|
-
<span style="color: #000000">}
|
2881
|
+
<span style="color: #000000">});</span>
|
2882
2882
|
|
2883
2883
|
<span style="color: #008000">// To catch client initialization errors, subscribe to the `'initFailed'` event.</span>
|
2884
2884
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initFailed'</span><span style="color: #000000">, ({ </span><span style="color: #001080">error</span><span style="color: #000000"> }) </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
@@ -2909,7 +2909,7 @@ img {
|
|
2909
2909
|
</code></pre>
|
2910
2910
|
<p>Find the hash of each release published on the <a href="#Changelog">Changelog</a> page.</p>
|
2911
2911
|
<a href="#changelog" id="changelog" style="color: inherit; text-decoration: none;">
|
2912
|
-
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>
|
2912
|
+
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>107</td></tr><tr><td>Firefox for Android</td><td>106</td></tr><tr><td>UC Browser for Android</td><td>13.4</td></tr><tr><td>Chrome</td><td>107, 106, 105</td></tr><tr><td>Edge</td><td>107, 106, 105</td></tr><tr><td>Firefox</td><td>107, 106, 105</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>16.1, 16.0</td></tr><tr><td>Safari</td><td>16.1, 16.0, 15.6</td></tr><tr><td>Samsung Internet</td><td>19.0, 18.0</td></tr></tbody></table><h3>Changelog</h3>
|
2913
2913
|
</a>
|
2914
2914
|
<p>See this <a href="https://www.twilio.com/docs/conversations/javascript/changelog">link</a>.</p>
|
2915
2915
|
</div>
|
package/docs/modules.html
CHANGED
@@ -2865,7 +2865,7 @@ img {
|
|
2865
2865
|
<span style="color: #008000">// Before you use the client, subscribe to the `'initialized'` event.</span>
|
2866
2866
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initialized'</span><span style="color: #000000">, () </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
2867
2867
|
<span style="color: #000000"> </span><span style="color: #008000">// Use the client.</span>
|
2868
|
-
<span style="color: #000000">}
|
2868
|
+
<span style="color: #000000">});</span>
|
2869
2869
|
|
2870
2870
|
<span style="color: #008000">// To catch client initialization errors, subscribe to the `'initFailed'` event.</span>
|
2871
2871
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initFailed'</span><span style="color: #000000">, ({ </span><span style="color: #001080">error</span><span style="color: #000000"> }) </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
@@ -2880,7 +2880,7 @@ img {
|
|
2880
2880
|
<span style="color: #008000">// Before you use the client, subscribe to the `'initialized'` event.</span>
|
2881
2881
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initialized'</span><span style="color: #000000">, () </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
2882
2882
|
<span style="color: #000000"> </span><span style="color: #008000">// Use the client.</span>
|
2883
|
-
<span style="color: #000000">}
|
2883
|
+
<span style="color: #000000">});</span>
|
2884
2884
|
|
2885
2885
|
<span style="color: #008000">// To catch client initialization errors, subscribe to the `'initFailed'` event.</span>
|
2886
2886
|
<span style="color: #001080">client</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">'initFailed'</span><span style="color: #000000">, ({ </span><span style="color: #001080">error</span><span style="color: #000000"> }) </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.2.1
|
3
|
+
"version": "2.2.1",
|
4
4
|
"description": "Twilio Conversations client library",
|
5
5
|
"main": "./builds/lib.js",
|
6
6
|
"browser": "./builds/browser.js",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"async": "^3.0.1",
|
74
74
|
"async-test-tools": "^1.0.7",
|
75
75
|
"backoff": "^2.5.0",
|
76
|
-
"browserslist": "^4.21.
|
76
|
+
"browserslist": "^4.21.4",
|
77
77
|
"chai": "^4.2.0",
|
78
78
|
"chai-as-promised": "^7.1.1",
|
79
79
|
"chai-spies": "^1.0.0",
|