@twilio/conversations 2.0.0-rc.3 → 2.0.1-canary.2
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/README.md +24 -27
- package/{dist → builds}/browser.js +20 -21
- package/builds/browser.js.map +1 -0
- package/{dist → builds}/lib.d.ts +19 -3
- package/{dist → builds}/lib.js +20 -21
- package/builds/lib.js.map +1 -0
- package/{dist → builds}/twilio-conversations.js +1946 -1098
- package/builds/twilio-conversations.min.js +156 -0
- package/dist/aggregated-delivery-receipt.js +227 -0
- package/dist/aggregated-delivery-receipt.js.map +1 -0
- package/dist/client.js +872 -0
- package/dist/client.js.map +1 -0
- package/dist/command-executor.js +203 -0
- package/dist/command-executor.js.map +1 -0
- package/dist/configuration.js +196 -0
- package/dist/configuration.js.map +1 -0
- package/dist/conversation.js +973 -0
- package/dist/conversation.js.map +1 -0
- package/dist/data/conversations.js +443 -0
- package/dist/data/conversations.js.map +1 -0
- package/dist/data/messages.js +341 -0
- package/dist/data/messages.js.map +1 -0
- package/dist/data/participants.js +313 -0
- package/dist/data/participants.js.map +1 -0
- package/dist/data/users.js +228 -0
- package/dist/data/users.js.map +1 -0
- package/dist/detailed-delivery-receipt.js +154 -0
- package/dist/detailed-delivery-receipt.js.map +1 -0
- package/dist/index.js +167 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/notification-types.js +143 -0
- package/dist/interfaces/notification-types.js.map +1 -0
- package/dist/logger.js +190 -0
- package/dist/logger.js.map +1 -0
- package/dist/media.js +213 -0
- package/dist/media.js.map +1 -0
- package/dist/message-builder.js +209 -0
- package/dist/message-builder.js.map +1 -0
- package/dist/message.js +450 -0
- package/dist/message.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +161 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/packages/conversations/package.json.js +136 -0
- package/dist/packages/conversations/package.json.js.map +1 -0
- package/dist/participant.js +346 -0
- package/dist/participant.js.map +1 -0
- package/dist/push-notification.js +152 -0
- package/dist/push-notification.js.map +1 -0
- package/dist/rest-paginator.js +175 -0
- package/dist/rest-paginator.js.map +1 -0
- package/dist/services/network.js +205 -0
- package/dist/services/network.js.map +1 -0
- package/dist/services/typing-indicator.js +235 -0
- package/dist/services/typing-indicator.js.map +1 -0
- package/dist/unsent-message.js +159 -0
- package/dist/unsent-message.js.map +1 -0
- package/dist/user.js +392 -0
- package/dist/user.js.map +1 -0
- package/dist/util/deferred.js +154 -0
- package/dist/util/deferred.js.map +1 -0
- package/dist/util/index.js +206 -0
- package/dist/util/index.js.map +1 -0
- package/{dist/docs → docs}/assets/css/main.css +0 -0
- package/{dist/docs → docs}/assets/images/icons.png +0 -0
- package/{dist/docs → docs}/assets/images/icons@2x.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets@2x.png +0 -0
- package/{dist/docs → docs}/assets/js/main.js +0 -0
- package/{dist/docs → docs}/assets/js/search.js +0 -0
- package/{dist/docs → docs}/classes/AggregatedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Client.html +0 -0
- package/{dist/docs → docs}/classes/Conversation.html +0 -0
- package/{dist/docs → docs}/classes/DetailedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Media.html +0 -0
- package/{dist/docs → docs}/classes/Message.html +0 -0
- package/{dist/docs → docs}/classes/MessageBuilder.html +0 -0
- package/{dist/docs → docs}/classes/Participant.html +0 -0
- package/{dist/docs → docs}/classes/PushNotification.html +0 -0
- package/{dist/docs → docs}/classes/RestPaginator.html +0 -0
- package/{dist/docs → docs}/classes/UnsentMessage.html +0 -0
- package/{dist/docs → docs}/classes/User.html +0 -0
- package/{dist/docs → docs}/index.html +24 -23
- package/{dist/docs → docs}/interfaces/ClientOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/ConversationState.html +0 -0
- package/{dist/docs → docs}/interfaces/CreateConversationOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/LastMessage.html +0 -0
- package/{dist/docs → docs}/interfaces/Paginator.html +0 -0
- package/{dist/docs → docs}/interfaces/PushNotificationData.html +1 -1
- package/{dist/docs → docs}/interfaces/SendEmailOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/SendMediaOptions.html +2 -1
- package/{dist/docs → docs}/modules.html +24 -23
- package/package.json +27 -24
- package/CHANGELOG.md +0 -201
- package/dist/browser.js.map +0 -1
- package/dist/lib.js.map +0 -1
- package/dist/post-install.js +0 -29
- package/dist/react-native.js +0 -4031
- package/dist/react-native.js.map +0 -1
- package/dist/twilio-conversations.min.js +0 -156
package/package.json
CHANGED
@@ -1,52 +1,54 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1-canary.2+5cab4f1",
|
4
4
|
"description": "Twilio Conversations client library",
|
5
|
-
"main": "./
|
6
|
-
"browser": "./
|
7
|
-
"
|
5
|
+
"main": "./builds/lib.js",
|
6
|
+
"browser": "./builds/browser.js",
|
7
|
+
"react-native": "./dist/index.js",
|
8
|
+
"types": "./builds/lib.d.ts",
|
8
9
|
"author": "Twilio",
|
9
10
|
"license": "MIT",
|
10
11
|
"files": [
|
11
|
-
"
|
12
|
+
"docs",
|
12
13
|
"dist/**/*.d.ts",
|
13
14
|
"dist/**/*.js",
|
14
15
|
"dist/**/*.map",
|
15
|
-
"
|
16
|
+
"builds/**/*.d.ts",
|
17
|
+
"builds/**/*.js",
|
18
|
+
"builds/**/*.map",
|
16
19
|
"README.md",
|
17
20
|
"LICENSE"
|
18
21
|
],
|
19
22
|
"scripts": {
|
20
|
-
"clean": "rm -rf ./coverage ./dist",
|
23
|
+
"clean": "rm -rf ./coverage ./dist ./builds ./docs",
|
21
24
|
"lint": "npx tslint -p ./tslint.json",
|
22
25
|
"lint:fix": "npx tslint -p ./tslint.json --fix",
|
23
26
|
"test:unit": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/unit ./node_modules/.bin/mocha test/unit/index.ts",
|
24
27
|
"test:integration": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/integration ./node_modules/.bin/mocha test/integration/index.ts",
|
25
28
|
"build": "npx rollup -c",
|
26
29
|
"ssri": "yarn ssri:bundle && yarn ssri:min",
|
27
|
-
"ssri:bundle": "openssl dgst -sha256 -binary ./
|
28
|
-
"ssri:min": "openssl dgst -sha256 -binary ./
|
29
|
-
"sourceMapReport:html": "npx source-map-explorer@2.5.2 ./
|
30
|
-
"sourceMapReport:json": "npx source-map-explorer@2.5.2 ./
|
30
|
+
"ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-conversations.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-conversations.sri",
|
31
|
+
"ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-conversations.min.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-conversations.min.sri",
|
32
|
+
"sourceMapReport:html": "npx source-map-explorer@2.5.2 ./builds/lib.js --html ./builds/lib.report.html",
|
33
|
+
"sourceMapReport:json": "npx source-map-explorer@2.5.2 ./builds/lib.js --json ./builds/lib.report.json",
|
31
34
|
"docs": "npx typedoc && npx ts-node docs-postprocess.ts",
|
32
|
-
"ci": "yarn clean && yarn lint && yarn build && yarn ssri && yarn sourceMapReport:html && yarn sourceMapReport:json && yarn docs"
|
33
|
-
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi"
|
35
|
+
"ci": "yarn clean && yarn lint && yarn build && yarn ssri && yarn sourceMapReport:html && yarn sourceMapReport:json && yarn docs"
|
34
36
|
},
|
35
37
|
"dependencies": {
|
36
38
|
"@babel/runtime": "^7.14.5",
|
37
|
-
"@twilio/declarative-type-validator": "^0.1.
|
38
|
-
"@twilio/mcs-client": "^0.5.
|
39
|
-
"@twilio/notifications": "^1.0.
|
40
|
-
"@twilio/operation-retrier": "^4.0.
|
41
|
-
"@twilio/replay-event-emitter": "^0.2.
|
39
|
+
"@twilio/declarative-type-validator": "^0.1.10-canary.2+5cab4f1",
|
40
|
+
"@twilio/mcs-client": "^0.5.2-canary.2+5cab4f1",
|
41
|
+
"@twilio/notifications": "^1.0.4-canary.2+5cab4f1",
|
42
|
+
"@twilio/operation-retrier": "^4.0.6-canary.2+5cab4f1",
|
43
|
+
"@twilio/replay-event-emitter": "^0.2.3-canary.2+5cab4f1",
|
42
44
|
"core-js": "^3.17.3",
|
43
45
|
"glob": "^7.1.7",
|
44
46
|
"iso8601-duration": "=1.2.0",
|
47
|
+
"lodash.isequal": "^4.5.0",
|
45
48
|
"loglevel": "^1.6.6",
|
46
49
|
"platform": "^1.3.6",
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"twilsock": "^0.12.0-rc.1",
|
50
|
+
"twilio-sync": "^3.0.6-canary.2+5cab4f1",
|
51
|
+
"twilsock": "^0.12.1-canary.2+5cab4f1",
|
50
52
|
"uuid": "^3.4.0"
|
51
53
|
},
|
52
54
|
"devDependencies": {
|
@@ -59,6 +61,7 @@
|
|
59
61
|
"@types/chai": "^4.2.5",
|
60
62
|
"@types/chai-as-promised": "^7.1.2",
|
61
63
|
"@types/chai-string": "^1.4.1",
|
64
|
+
"@types/lodash.isequal": "^4.5.5",
|
62
65
|
"@types/mocha": "^5.2.7",
|
63
66
|
"@types/node": "^12.12.12",
|
64
67
|
"@types/sinon": "^10.0.0",
|
@@ -82,7 +85,6 @@
|
|
82
85
|
"nyc": "^14.1.1",
|
83
86
|
"path": "^0.12.7",
|
84
87
|
"rollup": "^2.51.1",
|
85
|
-
"rollup-plugin-copy": "^3.4.0",
|
86
88
|
"rollup-plugin-polyfill-node": "^0.6.2",
|
87
89
|
"rollup-plugin-terser": "^7.0.2",
|
88
90
|
"rollup-plugin-ts": "^1.4.0",
|
@@ -97,7 +99,7 @@
|
|
97
99
|
"vinyl-source-stream": "^2.0.0"
|
98
100
|
},
|
99
101
|
"engines": {
|
100
|
-
"node": ">=
|
102
|
+
"node": ">=14"
|
101
103
|
},
|
102
104
|
"browserslist": [
|
103
105
|
"IE 11",
|
@@ -110,5 +112,6 @@
|
|
110
112
|
"last 2 FirefoxAndroid version",
|
111
113
|
"last 2 Samsung versions",
|
112
114
|
"last 2 UCAndroid versions"
|
113
|
-
]
|
115
|
+
],
|
116
|
+
"gitHead": "5cab4f1f545d7b15284e2566ee3f65516ea269a0"
|
114
117
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,201 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
-
|
6
|
-
## [2.0.0-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.2...@twilio/conversations@2.0.0-rc.3) (2021-10-13)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @twilio/conversations
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [2.0.0-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.1...@twilio/conversations@2.0.0-rc.2) (2021-10-13)
|
15
|
-
|
16
|
-
|
17
|
-
### ⚠ BREAKING CHANGES
|
18
|
-
|
19
|
-
* Disallow null Conversation.updateFriendlyName
|
20
|
-
* Disallow null for client options
|
21
|
-
* Remove default exports from Conversations
|
22
|
-
* Client.reachabilityEnabled can now throw an error.
|
23
|
-
|
24
|
-
### Bug Fixes
|
25
|
-
|
26
|
-
* Add missing exports ([74d08ce](https://github.com/twilio/rtd-sdk-monorepo-js/commit/74d08ce00a8a4cf0b961dde3570f5c7bd7a1e1f9))
|
27
|
-
* Allow all JSON values as properties in addNonChatParticipant ([ddbea1c](https://github.com/twilio/rtd-sdk-monorepo-js/commit/ddbea1c0d0d26b488661ef123883316f7926b456))
|
28
|
-
* Disallow null Conversation.updateFriendlyName ([7e4b556](https://github.com/twilio/rtd-sdk-monorepo-js/commit/7e4b5563e2a016f1904d9b37cfc063592712f0a6))
|
29
|
-
* Disallow null for client options ([c5435f9](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c5435f9fb9dadf11483e2c7884c334a040c06330))
|
30
|
-
* Fix client user initialization problem ([043546d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/043546d872300fda4db70d9c04461f944dfa5936))
|
31
|
-
* Remove default exports from Conversations ([38e2e24](https://github.com/twilio/rtd-sdk-monorepo-js/commit/38e2e24512425da4ba0f1670dcf37d8ccf1ac67e))
|
32
|
-
* Reset currentState on push unregister ([590991c](https://github.com/twilio/rtd-sdk-monorepo-js/commit/590991c841a78b3c7e88a05629090a2de5a8f9da))
|
33
|
-
* Resubscribe to push notification on re-register ([709847f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/709847f8462890214197cf1af769f41b56bfbccc))
|
34
|
-
* Throw an error if reachabilityEnabled was accessed before client init ([3fd3293](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3fd32937d7e42d6df815efab35ded3b93a671556))
|
35
|
-
* UnsentMessage.send now returns a proper value ([c71a0a9](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c71a0a9a9618c09f5d02dbee6bc2d122d9008383))
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
## [2.0.0-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.0...@twilio/conversations@2.0.0-rc.1) (2021-10-04)
|
40
|
-
|
41
|
-
|
42
|
-
### ⚠ BREAKING CHANGES
|
43
|
-
|
44
|
-
* User.updateFriendlyName no longer accepts
|
45
|
-
null as the value.
|
46
|
-
* Passing null to Conversation.sendMessage
|
47
|
-
will result with the message body being empty.
|
48
|
-
|
49
|
-
### Features
|
50
|
-
|
51
|
-
* Add getCachedTemporaryUrl() ([c453e70](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c453e70d0e0bc8bb6f0cd80ef0e2a3309b5ba804))
|
52
|
-
* Add limits support ([b471295](https://github.com/twilio/rtd-sdk-monorepo-js/commit/b4712954bf6f0cf82c47c77b96a98ed1ebe9c158))
|
53
|
-
* Add Media category field ([0672c20](https://github.com/twilio/rtd-sdk-monorepo-js/commit/0672c202d000736dda37be66387692e2befe24bd))
|
54
|
-
* Add mediaSet GET operation support ([424bd4a](https://github.com/twilio/rtd-sdk-monorepo-js/commit/424bd4abe42312ea01740bc142ed1c6ec3b1913d))
|
55
|
-
* Add multiple media accessors ([99e78e6](https://github.com/twilio/rtd-sdk-monorepo-js/commit/99e78e6239b87d36b23e6bbbd0bc68f19b869f85))
|
56
|
-
* Add sendMessageV2 and prepareMessage() builder ([fd5ae39](https://github.com/twilio/rtd-sdk-monorepo-js/commit/fd5ae39816e45cce83a37120bfff3f2d530f09d3))
|
57
|
-
* Allow specifying filename when uploading media file ([abd6126](https://github.com/twilio/rtd-sdk-monorepo-js/commit/abd61266135b14c27c3d076c009a3fd331a0f810))
|
58
|
-
* Dispose of session in favour of the sessionless protocol ([8b46fbd](https://github.com/twilio/rtd-sdk-monorepo-js/commit/8b46fbdac04d7e2cf55a74fb13b3016661f869b8))
|
59
|
-
* Do not filter out body for media messages ([3eeeabc](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3eeeabc7c32b2798bef40e50466610d155aa68e5))
|
60
|
-
|
61
|
-
|
62
|
-
### Bug Fixes
|
63
|
-
|
64
|
-
* Add token update for notificationClient ([5cda351](https://github.com/twilio/rtd-sdk-monorepo-js/commit/5cda3513c0df4aac8df01034d2764bb0e970a476))
|
65
|
-
* Default addNonChatParticipant options to empty if not provided ([84e205b](https://github.com/twilio/rtd-sdk-monorepo-js/commit/84e205b7e4c4c2faebce6fe79521751765dde8c5))
|
66
|
-
* Deprecate unsetPushRegistrationId and add removePushRegistrations ([82ef892](https://github.com/twilio/rtd-sdk-monorepo-js/commit/82ef892537942efd1e47302dad33086a2d8a5f22))
|
67
|
-
* Fix setPushRegistrationId and unsetPushRegistrationId impls ([9120a65](https://github.com/twilio/rtd-sdk-monorepo-js/commit/9120a65834c9fb38c184c55bfa961d2e1cddb8ca))
|
68
|
-
* Return correct type from function ([5353810](https://github.com/twilio/rtd-sdk-monorepo-js/commit/5353810e32de201415f1e93d25d1b679eac2d974))
|
69
|
-
* Streamline Message state initialization ([a29331f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a29331f3d7e75ed85d4919efd67a5766482af06b))
|
70
|
-
|
71
|
-
|
72
|
-
### Code Refactoring
|
73
|
-
|
74
|
-
* Migrate to Sessionless EditUser command ([060b96b](https://github.com/twilio/rtd-sdk-monorepo-js/commit/060b96b5019311a47e7fdb71b12cbdd4996f3e44))
|
75
|
-
* Migrate to Sessionless SendMessage command ([997e17f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/997e17fd04426aebe04e1fa734752aee4ddecaf5))
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
## [2.0.0-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.12...@twilio/conversations@2.0.0-rc.0) (2021-09-23)
|
80
|
-
|
81
|
-
|
82
|
-
### ⚠ BREAKING CHANGES
|
83
|
-
|
84
|
-
* Add init registrations
|
85
|
-
* Use twilsock connection state
|
86
|
-
|
87
|
-
### Features
|
88
|
-
|
89
|
-
* Add init registrations ([d09c52d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/d09c52d2b1894fb0db2e3a084937350ee1a73f01))
|
90
|
-
* Export Telemetry from Twilsock ([eb261ec](https://github.com/twilio/rtd-sdk-monorepo-js/commit/eb261ecdb366b6381462c377431735c5c09f1094))
|
91
|
-
* Use twilsock connection state ([2a6a4be](https://github.com/twilio/rtd-sdk-monorepo-js/commit/2a6a4be6384037ca80f1a02663cb126cbff3797a))
|
92
|
-
|
93
|
-
|
94
|
-
### Bug Fixes
|
95
|
-
|
96
|
-
* Fix getMessages()' usage of sync pagination ([4563227](https://github.com/twilio/rtd-sdk-monorepo-js/commit/45632271337affeb3af7dcf8bec78b555b5db6b1))
|
97
|
-
* Start client connection state in 'unknown' ([a78acd1](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a78acd1e5dde7532cfd64ed6ed09178d5009399e))
|
98
|
-
* Use Transport from Twilsock ([7f0ce1e](https://github.com/twilio/rtd-sdk-monorepo-js/commit/7f0ce1e8e74b39d38cb4feff685e19807cba5ff0))
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
### [1.2.4-rc.12](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.11...@twilio/conversations@1.2.4-rc.12) (2021-09-12)
|
103
|
-
|
104
|
-
**Note:** Version bump only for package @twilio/conversations
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
### [1.2.4-rc.11](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.10...@twilio/conversations@1.2.4-rc.11) (2021-09-12)
|
111
|
-
|
112
|
-
**Note:** Version bump only for package @twilio/conversations
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
### [1.2.4-rc.10](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.9...@twilio/conversations@1.2.4-rc.10) (2021-09-12)
|
119
|
-
|
120
|
-
**Note:** Version bump only for package @twilio/conversations
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
### [1.2.4-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.8...@twilio/conversations@1.2.4-rc.9) (2021-09-12)
|
127
|
-
|
128
|
-
**Note:** Version bump only for package @twilio/conversations
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
### [1.2.4-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.7...@twilio/conversations@1.2.4-rc.8) (2021-09-12)
|
135
|
-
|
136
|
-
**Note:** Version bump only for package @twilio/conversations
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
### [1.2.4-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.5...@twilio/conversations@1.2.4-rc.7) (2021-09-12)
|
143
|
-
|
144
|
-
**Note:** Version bump only for package @twilio/conversations
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
### [1.2.4-rc.6](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.5...@twilio/conversations@1.2.4-rc.6) (2021-09-12)
|
151
|
-
|
152
|
-
**Note:** Version bump only for package @twilio/conversations
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
### [1.2.4-rc.5](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.4...@twilio/conversations@1.2.4-rc.5) (2021-09-10)
|
159
|
-
|
160
|
-
**Note:** Version bump only for package @twilio/conversations
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
### [1.2.4-rc.4](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.3...@twilio/conversations@1.2.4-rc.4) (2021-09-10)
|
167
|
-
|
168
|
-
**Note:** Version bump only for package @twilio/conversations
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
### [1.2.4-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.2...@twilio/conversations@1.2.4-rc.3) (2021-09-09)
|
175
|
-
|
176
|
-
|
177
|
-
### Bug Fixes
|
178
|
-
|
179
|
-
* Fix Rollup type export issue ([02f9d73](https://github.com/twilio/rtd-sdk-monorepo-js/commit/02f9d7307ce982afbd1a8e92f8e8bdd6646b74f0))
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
### [1.2.4-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.3-rc.1...@twilio/conversations@1.2.4-rc.2) (2021-09-07)
|
184
|
-
|
185
|
-
**Note:** Version bump only for package @twilio/conversations
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
### [1.2.3-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.3-rc.0...@twilio/conversations@1.2.3-rc.1) (2021-08-23)
|
192
|
-
|
193
|
-
**Note:** Version bump only for package @twilio/conversations
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
### 1.2.3-rc.0 (2021-08-23)
|
200
|
-
|
201
|
-
**Note:** Version bump only for package @twilio/conversations
|