@twilio/conversations 2.6.3-rc.2 → 2.6.3-rc.5

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.
@@ -135,7 +135,7 @@ var global =
135
135
  ? window
136
136
  : {};
137
137
 
138
- var version = "2.6.3-rc.2";
138
+ var version = "2.6.3-rc.5";
139
139
 
140
140
  export { version };
141
141
  //# sourceMappingURL=package.json.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twilio/conversations",
3
- "version": "2.6.3-rc.2",
3
+ "version": "2.6.3-rc.5",
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.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",
39
+ "@twilio/declarative-type-validator": "^0.2.11-rc.5",
40
+ "@twilio/deprecation-decorator": "^0.2.9-rc.5",
41
+ "@twilio/mcs-client": "^0.6.11-rc.5",
42
+ "@twilio/notifications": "^2.0.10-rc.5",
43
+ "@twilio/operation-retrier": "^4.0.19-rc.5",
44
+ "@twilio/replay-event-emitter": "^0.3.11-rc.5",
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": "^0.13.10-rc.2",
53
+ "twilsock": "^0.13.10-rc.5",
54
54
  "uuid": "^3.4.0",
55
55
  "xmlhttprequest": "^1.8.0"
56
56
  },