@twilio/conversations 2.0.1-rc.3 → 2.0.1-rc.4
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/CHANGELOG.md +10 -0
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/lib.js +2 -2
- package/dist/lib.js.map +1 -1
- package/dist/react-native.js +2 -2
- package/dist/react-native.js.map +1 -1
- package/dist/twilio-conversations.js +5 -5
- package/dist/twilio-conversations.min.js +2 -2
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.0.1-rc.
|
3
|
+
"version": "2.0.1-rc.4",
|
4
4
|
"description": "Twilio Conversations client library",
|
5
5
|
"main": "./dist/lib.js",
|
6
6
|
"browser": "./dist/browser.js",
|
@@ -30,23 +30,23 @@
|
|
30
30
|
"sourceMapReport:json": "npx source-map-explorer@2.5.2 ./dist/lib.js --json ./dist/lib.report.json",
|
31
31
|
"docs": "npx typedoc && npx ts-node docs-postprocess.ts",
|
32
32
|
"ci": "yarn clean && yarn lint && yarn build && yarn ssri && yarn sourceMapReport:html && yarn sourceMapReport:json && yarn docs",
|
33
|
-
"postinstall": "
|
33
|
+
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('./dist/post-install.js');\""
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@babel/runtime": "^7.14.5",
|
37
|
-
"@twilio/declarative-type-validator": "^0.1.10-rc.
|
38
|
-
"@twilio/mcs-client": "^0.5.2-rc.
|
39
|
-
"@twilio/notifications": "^1.0.4-rc.
|
40
|
-
"@twilio/operation-retrier": "^4.0.6-rc.
|
41
|
-
"@twilio/replay-event-emitter": "^0.2.3-rc.
|
37
|
+
"@twilio/declarative-type-validator": "^0.1.10-rc.1",
|
38
|
+
"@twilio/mcs-client": "^0.5.2-rc.1",
|
39
|
+
"@twilio/notifications": "^1.0.4-rc.1",
|
40
|
+
"@twilio/operation-retrier": "^4.0.6-rc.1",
|
41
|
+
"@twilio/replay-event-emitter": "^0.2.3-rc.1",
|
42
42
|
"core-js": "^3.17.3",
|
43
43
|
"glob": "^7.1.7",
|
44
44
|
"iso8601-duration": "=1.2.0",
|
45
45
|
"lodash.isequal": "^4.5.0",
|
46
46
|
"loglevel": "^1.6.6",
|
47
47
|
"platform": "^1.3.6",
|
48
|
-
"twilio-sync": "^3.0.6-rc.
|
49
|
-
"twilsock": "^0.12.1-rc.
|
48
|
+
"twilio-sync": "^3.0.6-rc.1",
|
49
|
+
"twilsock": "^0.12.1-rc.1",
|
50
50
|
"uuid": "^3.4.0"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|