@twilio/conversations 2.5.0-rc.8 → 2.5.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.
@@ -2966,7 +2966,7 @@ img {
2966
2966
  </aside>
2967
2967
  <div class="tsd-comment tsd-typography">
2968
2968
  <div class="lead">
2969
- <p>Returned Conversations instance is not yet fully initialized. Calling any
2969
+ <p>Returned Conversations Client instance is not yet fully initialized. Calling any
2970
2970
  operations will block until it is. Use connection events to monitor when
2971
2971
  client becomes fully available (connectionStateChanged with state
2972
2972
  &#39;connected&#39;) or not available (connectionStateChange with state &#39;denied&#39;,
@@ -3422,7 +3422,7 @@ img {
3422
3422
  </aside>
3423
3423
  <div class="tsd-comment tsd-typography">
3424
3424
  <div class="lead">
3425
- <p>Current version of the Conversations client.</p>
3425
+ <p>Parse a push notification payload.</p>
3426
3426
  </div>
3427
3427
  </div>
3428
3428
  <div class="tsd-type-declaration">
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>117</td></tr><tr><td>Firefox for Android</td><td>117</td></tr><tr><td>UC Browser for Android</td><td>15.5</td></tr><tr><td>Chrome</td><td>117, 116, 115</td></tr><tr><td>Edge</td><td>117, 116, 115</td></tr><tr><td>Firefox</td><td>117, 116, 115</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>17.0, 16.6</td></tr><tr><td>Safari</td><td>16.6, 16.5, 16.4</td></tr><tr><td>Samsung Internet</td><td>22, 21</td></tr></tbody></table><h3>Changelog</h3>
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>118</td></tr><tr><td>Firefox for Android</td><td>118</td></tr><tr><td>UC Browser for Android</td><td>15.5</td></tr><tr><td>Chrome</td><td>118, 117, 116</td></tr><tr><td>Edge</td><td>118, 117, 116</td></tr><tr><td>Firefox</td><td>118, 117, 116</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>17.0, 16.6</td></tr><tr><td>Safari</td><td>17.0, 16.6, 16.5</td></tr><tr><td>Samsung Internet</td><td>22, 21</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.5.0-rc.8",
3
+ "version": "2.5.0",
4
4
  "description": "Twilio Conversations client library",
5
5
  "main": "./builds/lib.js",
6
6
  "browser": "./builds/browser.js",
@@ -24,7 +24,7 @@
24
24
  "lint": "yarn lint:strict && npx eslint src test --ext .ts && node ../../tools/check-readme.js conversations",
25
25
  "lint:fix": "yarn lint:strict && npx eslint src test --ext .ts --fix",
26
26
  "test:unit": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/unit ./node_modules/.bin/mocha test/unit/index.ts",
27
- "test:integration": "echo ok",
27
+ "test:integration": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/integration ./node_modules/.bin/mocha test/integration/index.ts",
28
28
  "build": "npx rollup -c",
29
29
  "ssri": "yarn ssri:bundle && yarn ssri:min",
30
30
  "ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-conversations.js | openssl base64 -A | (printf \"sha256-\" && cat) | tee ./builds/twilio-conversations.sri",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.17.0",
39
- "@twilio/declarative-type-validator": "^0.2.7-rc.0",
40
- "@twilio/deprecation-decorator": "^0.2.5-rc.0",
41
- "@twilio/mcs-client": "^0.6.7-rc.1",
42
- "@twilio/notifications": "^2.0.6-rc.6",
43
- "@twilio/operation-retrier": "^4.0.15-rc.0",
44
- "@twilio/replay-event-emitter": "^0.3.7-rc.0",
39
+ "@twilio/declarative-type-validator": "^0.2.7",
40
+ "@twilio/deprecation-decorator": "^0.2.5",
41
+ "@twilio/mcs-client": "^0.6.7",
42
+ "@twilio/notifications": "^2.0.6",
43
+ "@twilio/operation-retrier": "^4.0.15",
44
+ "@twilio/replay-event-emitter": "^0.3.7",
45
45
  "core-js": "^3.17.3",
46
46
  "iso8601-duration": "=1.2.0",
47
47
  "isomorphic-form-data": "^2.0.0",
@@ -49,8 +49,8 @@
49
49
  "loglevel": "^1.8.0",
50
50
  "platform": "^1.3.6",
51
51
  "quick-lru": "^5.1.1",
52
- "twilio-sync": "^3.3.4-rc.11",
53
- "twilsock": "^0.13.6-rc.5",
52
+ "twilio-sync": "~3.1.0",
53
+ "twilsock": "~0.12.2",
54
54
  "uuid": "^3.4.0",
55
55
  "xmlhttprequest": "^1.8.0"
56
56
  },