@twilio/conversations 2.4.0-rc.1 → 2.4.0

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.
@@ -139,7 +139,7 @@ var global =
139
139
 
140
140
  Object.defineProperty(exports, '__esModule', { value: true });
141
141
 
142
- var version = "2.4.0-rc.1";
142
+ var version = "2.4.0";
143
143
 
144
144
  exports.version = version;
145
145
  //# sourceMappingURL=package.json.js.map
package/docs/index.html CHANGED
@@ -2968,7 +2968,7 @@ img {
2968
2968
  </code></pre>
2969
2969
  <p>Find the hash of each release published on the <a href="#changelog">Changelog</a> page.</p>
2970
2970
  <a href="#changelog" id="changelog" style="color: inherit; text-decoration: none;">
2971
- <h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>110</td></tr><tr><td>Firefox for Android</td><td>110</td></tr><tr><td>UC Browser for Android</td><td>13.4</td></tr><tr><td>Chrome</td><td>110, 109, 108</td></tr><tr><td>Edge</td><td>110, 109, 108</td></tr><tr><td>Firefox</td><td>110, 109, 108</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>16.3, 16.2</td></tr><tr><td>Safari</td><td>16.3, 16.2, 16.1</td></tr><tr><td>Samsung Internet</td><td>20, 19.0</td></tr></tbody></table><h3>Changelog</h3>
2971
+ <h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>112</td></tr><tr><td>Firefox for Android</td><td>110</td></tr><tr><td>UC Browser for Android</td><td>13.4</td></tr><tr><td>Chrome</td><td>112, 111, 110</td></tr><tr><td>Edge</td><td>112, 111, 110</td></tr><tr><td>Firefox</td><td>112, 111, 110</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>16.4, 16.3</td></tr><tr><td>Safari</td><td>16.4, 16.3, 16.2</td></tr><tr><td>Samsung Internet</td><td>20, 19.0</td></tr></tbody></table><h3>Changelog</h3>
2972
2972
  </a>
2973
2973
  <p>See this <a href="https://www.twilio.com/docs/conversations/javascript/changelog">link</a>.</p>
2974
2974
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twilio/conversations",
3
- "version": "2.4.0-rc.1",
3
+ "version": "2.4.0",
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.5-rc.0",
40
- "@twilio/deprecation-decorator": "^0.2.3-rc.0",
41
- "@twilio/mcs-client": "^0.6.5-rc.0",
42
- "@twilio/notifications": "^2.0.4-rc.0",
43
- "@twilio/operation-retrier": "^4.0.13-rc.0",
44
- "@twilio/replay-event-emitter": "^0.3.5-rc.0",
39
+ "@twilio/declarative-type-validator": "^0.2.5",
40
+ "@twilio/deprecation-decorator": "^0.2.3",
41
+ "@twilio/mcs-client": "^0.6.5",
42
+ "@twilio/notifications": "^2.0.4",
43
+ "@twilio/operation-retrier": "^4.0.13",
44
+ "@twilio/replay-event-emitter": "^0.3.5",
45
45
  "core-js": "^3.17.3",
46
46
  "iso8601-duration": "=1.2.0",
47
47
  "isomorphic-form-data": "^2.0.0",