@twilio/conversations 3.0.0-rc.8 → 3.0.0-rc.9

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.
@@ -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 = "3.0.0-rc.8";
133
+ var version = "3.0.0-rc.9";
134
134
 
135
135
  exports.version = version;
136
136
  //# sourceMappingURL=package.json.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twilio/conversations",
3
- "version": "3.0.0-rc.8",
3
+ "version": "3.0.0-rc.9",
4
4
  "description": "Twilio Conversations client library",
5
5
  "main": "./builds/lib.js",
6
6
  "browser": "./builds/browser.js",
@@ -47,7 +47,7 @@
47
47
  "lodash.isequal": "^4.5.0",
48
48
  "loglevel": "^1.6.6",
49
49
  "platform": "^1.3.6",
50
- "twilio-sync": "^4.0.0-rc.0",
50
+ "twilio-sync": "^4.0.0-rc.1",
51
51
  "twilsock": "^0.13.0-rc.3",
52
52
  "uuid": "^3.4.0"
53
53
  },