@twilio/conversations 2.1.0-rc.0 → 2.1.0-rc.7

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.
Files changed (86) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/NOTICE.txt +679 -0
  3. package/builds/browser.js +675 -588
  4. package/builds/browser.js.map +1 -1
  5. package/builds/lib.d.ts +301 -122
  6. package/builds/lib.js +675 -588
  7. package/builds/lib.js.map +1 -1
  8. package/builds/twilio-conversations.js +853 -910
  9. package/builds/twilio-conversations.min.js +2 -14
  10. package/dist/aggregated-delivery-receipt.js +6 -1
  11. package/dist/aggregated-delivery-receipt.js.map +1 -1
  12. package/dist/client.js +165 -142
  13. package/dist/client.js.map +1 -1
  14. package/dist/command-executor.js +16 -14
  15. package/dist/command-executor.js.map +1 -1
  16. package/dist/configuration.js +14 -10
  17. package/dist/configuration.js.map +1 -1
  18. package/dist/conversation.js +212 -153
  19. package/dist/conversation.js.map +1 -1
  20. package/dist/data/conversations.js +82 -78
  21. package/dist/data/conversations.js.map +1 -1
  22. package/dist/data/messages.js +42 -38
  23. package/dist/data/messages.js.map +1 -1
  24. package/dist/data/participants.js +93 -75
  25. package/dist/data/participants.js.map +1 -1
  26. package/dist/data/users.js +24 -22
  27. package/dist/data/users.js.map +1 -1
  28. package/dist/detailed-delivery-receipt.js +1 -1
  29. package/dist/detailed-delivery-receipt.js.map +1 -1
  30. package/dist/interfaces/attributes.js +4 -4
  31. package/dist/interfaces/attributes.js.map +1 -1
  32. package/dist/interfaces/notification-types.js +5 -5
  33. package/dist/interfaces/notification-types.js.map +1 -1
  34. package/dist/logger.js +36 -15
  35. package/dist/logger.js.map +1 -1
  36. package/dist/media.js +21 -9
  37. package/dist/media.js.map +1 -1
  38. package/dist/message-builder.js +10 -9
  39. package/dist/message-builder.js.map +1 -1
  40. package/dist/message.js +131 -83
  41. package/dist/message.js.map +1 -1
  42. package/dist/packages/conversations/package.json.js +1 -1
  43. package/dist/participant.js +85 -51
  44. package/dist/participant.js.map +1 -1
  45. package/dist/push-notification.js.map +1 -1
  46. package/dist/rest-paginator.js +16 -6
  47. package/dist/rest-paginator.js.map +1 -1
  48. package/dist/services/network.js +18 -14
  49. package/dist/services/network.js.map +1 -1
  50. package/dist/services/typing-indicator.js +20 -17
  51. package/dist/services/typing-indicator.js.map +1 -1
  52. package/dist/unsent-message.js.map +1 -1
  53. package/dist/user.js +85 -59
  54. package/dist/user.js.map +1 -1
  55. package/dist/util/deferred.js +3 -1
  56. package/dist/util/deferred.js.map +1 -1
  57. package/dist/util/index.js +6 -6
  58. package/dist/util/index.js.map +1 -1
  59. package/docs/assets/js/search.js +1 -1
  60. package/docs/classes/AggregatedDeliveryReceipt.html +0 -117
  61. package/docs/classes/Client.html +24 -147
  62. package/docs/classes/Conversation.html +30 -147
  63. package/docs/classes/DetailedDeliveryReceipt.html +1 -118
  64. package/docs/classes/Media.html +0 -117
  65. package/docs/classes/Message.html +7 -124
  66. package/docs/classes/MessageBuilder.html +2 -119
  67. package/docs/classes/Participant.html +7 -124
  68. package/docs/classes/PushNotification.html +0 -117
  69. package/docs/classes/RestPaginator.html +0 -117
  70. package/docs/classes/UnsentMessage.html +0 -117
  71. package/docs/classes/User.html +7 -124
  72. package/docs/index.html +56 -0
  73. package/docs/interfaces/ClientOptions.html +0 -117
  74. package/docs/interfaces/ConversationBindings.html +0 -117
  75. package/docs/interfaces/ConversationEmailBinding.html +0 -117
  76. package/docs/interfaces/ConversationState.html +0 -117
  77. package/docs/interfaces/CreateConversationOptions.html +1 -118
  78. package/docs/interfaces/LastMessage.html +0 -117
  79. package/docs/interfaces/Paginator.html +0 -117
  80. package/docs/interfaces/ParticipantBindings.html +0 -117
  81. package/docs/interfaces/ParticipantEmailBinding.html +0 -117
  82. package/docs/interfaces/PushNotificationData.html +0 -117
  83. package/docs/interfaces/SendEmailOptions.html +0 -117
  84. package/docs/interfaces/SendMediaOptions.html +0 -117
  85. package/docs/modules.html +56 -0
  86. package/package.json +23 -17
@@ -2702,75 +2702,6 @@ img {
2702
2702
  </header>
2703
2703
  <nav class="tsd-navigation secondary">
2704
2704
  <ul>
2705
- <li class=" tsd-kind-class">
2706
- <a href="../classes/AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
2707
- </li>
2708
- <li class=" tsd-kind-class">
2709
- <a href="../classes/Client.html" class="tsd-kind-icon">Client</a>
2710
- </li>
2711
- <li class=" tsd-kind-class">
2712
- <a href="../classes/Conversation.html" class="tsd-kind-icon">Conversation</a>
2713
- </li>
2714
- <li class=" tsd-kind-class">
2715
- <a href="../classes/DetailedDeliveryReceipt.html" class="tsd-kind-icon">Detailed<wbr>Delivery<wbr>Receipt</a>
2716
- </li>
2717
- <li class=" tsd-kind-class">
2718
- <a href="../classes/Media.html" class="tsd-kind-icon">Media</a>
2719
- </li>
2720
- <li class=" tsd-kind-class">
2721
- <a href="../classes/Message.html" class="tsd-kind-icon">Message</a>
2722
- </li>
2723
- <li class=" tsd-kind-class">
2724
- <a href="../classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
2725
- </li>
2726
- <li class=" tsd-kind-class">
2727
- <a href="../classes/Participant.html" class="tsd-kind-icon">Participant</a>
2728
- </li>
2729
- <li class=" tsd-kind-class">
2730
- <a href="../classes/PushNotification.html" class="tsd-kind-icon">Push<wbr>Notification</a>
2731
- </li>
2732
- <li class=" tsd-kind-class tsd-has-type-parameter">
2733
- <a href="../classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
2734
- </li>
2735
- <li class=" tsd-kind-class">
2736
- <a href="../classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
2737
- </li>
2738
- <li class=" tsd-kind-class">
2739
- <a href="../classes/User.html" class="tsd-kind-icon">User</a>
2740
- </li>
2741
- <li class=" tsd-kind-interface">
2742
- <a href="ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
2743
- </li>
2744
- <li class=" tsd-kind-interface">
2745
- <a href="ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
2746
- </li>
2747
- <li class=" tsd-kind-interface">
2748
- <a href="ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
2749
- </li>
2750
- <li class=" tsd-kind-interface">
2751
- <a href="ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
2752
- </li>
2753
- <li class=" tsd-kind-interface">
2754
- <a href="CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a>
2755
- </li>
2756
- <li class=" tsd-kind-interface">
2757
- <a href="LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
2758
- </li>
2759
- <li class=" tsd-kind-interface tsd-has-type-parameter">
2760
- <a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
2761
- </li>
2762
- <li class=" tsd-kind-interface">
2763
- <a href="ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
2764
- </li>
2765
- <li class=" tsd-kind-interface">
2766
- <a href="ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
2767
- </li>
2768
- <li class=" tsd-kind-interface">
2769
- <a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
2770
- </li>
2771
- <li class=" tsd-kind-interface">
2772
- <a href="SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
2773
- </li>
2774
2705
  <li class="current tsd-kind-interface">
2775
2706
  <a href="SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a>
2776
2707
  <ul>
@@ -2785,54 +2716,6 @@ img {
2785
2716
  </li>
2786
2717
  </ul>
2787
2718
  </li>
2788
- <li class=" tsd-kind-type-alias">
2789
- <a href="../modules.html#ConnectionState" class="tsd-kind-icon">Connection<wbr>State</a>
2790
- </li>
2791
- <li class=" tsd-kind-type-alias">
2792
- <a href="../modules.html#ConversationStatus" class="tsd-kind-icon">Conversation<wbr>Status</a>
2793
- </li>
2794
- <li class=" tsd-kind-type-alias">
2795
- <a href="../modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a>
2796
- </li>
2797
- <li class=" tsd-kind-type-alias">
2798
- <a href="../modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a>
2799
- </li>
2800
- <li class=" tsd-kind-type-alias">
2801
- <a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
2802
- </li>
2803
- <li class=" tsd-kind-type-alias">
2804
- <a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
2805
- </li>
2806
- <li class=" tsd-kind-type-alias">
2807
- <a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
2808
- </li>
2809
- <li class=" tsd-kind-type-alias">
2810
- <a href="../modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a>
2811
- </li>
2812
- <li class=" tsd-kind-type-alias">
2813
- <a href="../modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a>
2814
- </li>
2815
- <li class=" tsd-kind-type-alias">
2816
- <a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
2817
- </li>
2818
- <li class=" tsd-kind-type-alias">
2819
- <a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
2820
- </li>
2821
- <li class=" tsd-kind-type-alias">
2822
- <a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
2823
- </li>
2824
- <li class=" tsd-kind-type-alias">
2825
- <a href="../modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a>
2826
- </li>
2827
- <li class=" tsd-kind-type-alias">
2828
- <a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
2829
- </li>
2830
- <li class=" tsd-kind-type-alias">
2831
- <a href="../modules.html#State" class="tsd-kind-icon">State</a>
2832
- </li>
2833
- <li class=" tsd-kind-type-alias">
2834
- <a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
2835
- </li>
2836
2719
  </ul>
2837
2720
  </nav>
2838
2721
  <div class="container container-main">
package/docs/modules.html CHANGED
@@ -2789,6 +2789,15 @@ img {
2789
2789
  <li class=" tsd-kind-type-alias">
2790
2790
  <a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
2791
2791
  </li>
2792
+ <li class=" tsd-kind-type-alias">
2793
+ <a href="modules.html#JSONArray" class="tsd-kind-icon">JSONArray</a>
2794
+ </li>
2795
+ <li class=" tsd-kind-type-alias">
2796
+ <a href="modules.html#JSONObject" class="tsd-kind-icon">JSONObject</a>
2797
+ </li>
2798
+ <li class=" tsd-kind-type-alias">
2799
+ <a href="modules.html#JSONValue" class="tsd-kind-icon">JSONValue</a>
2800
+ </li>
2792
2801
  <li class=" tsd-kind-type-alias">
2793
2802
  <a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
2794
2803
  </li>
@@ -2938,6 +2947,9 @@ img {
2938
2947
  <li class="tsd-kind-type-alias"><a href="modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a></li>
2939
2948
  <li class="tsd-kind-type-alias"><a href="modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a></li>
2940
2949
  <li class="tsd-kind-type-alias"><a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a></li>
2950
+ <li class="tsd-kind-type-alias"><a href="modules.html#JSONArray" class="tsd-kind-icon">JSONArray</a></li>
2951
+ <li class="tsd-kind-type-alias"><a href="modules.html#JSONObject" class="tsd-kind-icon">JSONObject</a></li>
2952
+ <li class="tsd-kind-type-alias"><a href="modules.html#JSONValue" class="tsd-kind-icon">JSONValue</a></li>
2941
2953
  <li class="tsd-kind-type-alias"><a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a></li>
2942
2954
  <li class="tsd-kind-type-alias"><a href="modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a></li>
2943
2955
  <li class="tsd-kind-type-alias"><a href="modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a></li>
@@ -3025,6 +3037,50 @@ img {
3025
3037
  </div>
3026
3038
  </div>
3027
3039
  </section>
3040
+ <section class="tsd-panel tsd-member tsd-kind-type-alias">
3041
+ <a name="JSONArray" class="tsd-anchor"></a>
3042
+ <h3>JSONArray</h3>
3043
+ <div class="tsd-signature tsd-kind-icon">JSONArray<span class="tsd-signature-symbol">:</span> <a href="modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol">[]</span></div>
3044
+ <aside class="tsd-sources">
3045
+ </aside>
3046
+ <div class="tsd-comment tsd-typography">
3047
+ <div class="lead">
3048
+ <p>Represents a JSON array.</p>
3049
+ </div>
3050
+ </div>
3051
+ </section>
3052
+ <section class="tsd-panel tsd-member tsd-kind-type-alias">
3053
+ <a name="JSONObject" class="tsd-anchor"></a>
3054
+ <h3>JSONObject</h3>
3055
+ <div class="tsd-signature tsd-kind-icon">JSONObject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span></div>
3056
+ <aside class="tsd-sources">
3057
+ </aside>
3058
+ <div class="tsd-comment tsd-typography">
3059
+ <div class="lead">
3060
+ <p>Represents a JSON object.</p>
3061
+ </div>
3062
+ </div>
3063
+ <div class="tsd-type-declaration">
3064
+ <h4>Type declaration</h4>
3065
+ <ul class="tsd-parameters">
3066
+ <li class="tsd-parameter-index-signature">
3067
+ <h5><span class="tsd-signature-symbol">[</span>x: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
3068
+ </li>
3069
+ </ul>
3070
+ </div>
3071
+ </section>
3072
+ <section class="tsd-panel tsd-member tsd-kind-type-alias">
3073
+ <a name="JSONValue" class="tsd-anchor"></a>
3074
+ <h3>JSONValue</h3>
3075
+ <div class="tsd-signature tsd-kind-icon">JSONValue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="modules.html#JSONObject" class="tsd-signature-type" data-tsd-kind="Type alias">JSONObject</a><span class="tsd-signature-symbol"> | </span><a href="modules.html#JSONArray" class="tsd-signature-type" data-tsd-kind="Type alias">JSONArray</a></div>
3076
+ <aside class="tsd-sources">
3077
+ </aside>
3078
+ <div class="tsd-comment tsd-typography">
3079
+ <div class="lead">
3080
+ <p>Represents a JSON value.</p>
3081
+ </div>
3082
+ </div>
3083
+ </section>
3028
3084
  <section class="tsd-panel tsd-member tsd-kind-type-alias">
3029
3085
  <a name="MediaCategory" class="tsd-anchor"></a>
3030
3086
  <h3>Media<wbr>Category</h3>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twilio/conversations",
3
- "version": "2.1.0-rc.0",
3
+ "version": "2.1.0-rc.7",
4
4
  "description": "Twilio Conversations client library",
5
5
  "main": "./builds/lib.js",
6
6
  "browser": "./builds/browser.js",
@@ -15,18 +15,20 @@
15
15
  "builds/**/*.js",
16
16
  "builds/**/*.map",
17
17
  "README.md",
18
- "LICENSE"
18
+ "LICENSE",
19
+ "NOTICE.txt"
19
20
  ],
20
21
  "scripts": {
21
22
  "clean": "rm -rf ./coverage ./dist ./builds ./docs",
22
- "lint": "npx tslint -p ./tslint.json",
23
- "lint:fix": "npx tslint -p ./tslint.json --fix",
23
+ "lint:strict": "npx tsc-strict",
24
+ "lint": "yarn lint:strict && npx eslint src test --ext .ts",
25
+ "lint:fix": "yarn lint:strict && npx eslint src test --ext .ts --fix",
24
26
  "test:unit": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/unit ./node_modules/.bin/mocha test/unit/index.ts",
25
27
  "test:integration": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/integration ./node_modules/.bin/mocha test/integration/index.ts",
26
28
  "build": "npx rollup -c",
27
29
  "ssri": "yarn ssri:bundle && yarn ssri:min",
28
- "ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-conversations.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-conversations.sri",
29
- "ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-conversations.min.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-conversations.min.sri",
30
+ "ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-conversations.js | openssl base64 -A | (printf \"sha256-\" && cat) | tee ./builds/twilio-conversations.sri",
31
+ "ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-conversations.min.js | openssl base64 -A | (printf \"sha256-\" && cat) | tee ./builds/twilio-conversations.min.sri",
30
32
  "sourceMapReport:html": "npx source-map-explorer@2.5.2 ./builds/lib.js --html ./builds/lib.report.html",
31
33
  "sourceMapReport:json": "npx source-map-explorer@2.5.2 ./builds/lib.js --json ./builds/lib.report.json",
32
34
  "docs": "npx typedoc && npx ts-node docs-postprocess.ts",
@@ -34,20 +36,19 @@
34
36
  },
35
37
  "dependencies": {
36
38
  "@babel/runtime": "^7.14.5",
37
- "@twilio/declarative-type-validator": "^0.1.10-rc.4",
38
- "@twilio/mcs-client": "^0.5.2-rc.4",
39
- "@twilio/notifications": "^1.0.4-rc.6",
40
- "@twilio/operation-retrier": "^4.0.6-rc.4",
41
- "@twilio/replay-event-emitter": "^0.2.3-rc.4",
39
+ "@twilio/declarative-type-validator": "^0.1.11-rc.0",
40
+ "@twilio/mcs-client": "^0.5.3-rc.0",
41
+ "@twilio/notifications": "^1.0.5-rc.0",
42
+ "@twilio/operation-retrier": "^4.0.7-rc.0",
43
+ "@twilio/replay-event-emitter": "^0.2.4-rc.0",
42
44
  "core-js": "^3.17.3",
43
- "glob": "^7.1.7",
44
45
  "iso8601-duration": "=1.2.0",
45
46
  "isomorphic-form-data": "^2.0.0",
46
47
  "lodash.isequal": "^4.5.0",
47
48
  "loglevel": "^1.6.6",
48
49
  "platform": "^1.3.6",
49
- "twilio-sync": "^3.0.6-rc.6",
50
- "twilsock": "^0.12.1-rc.6",
50
+ "twilio-sync": "^3.0.7-rc.0",
51
+ "twilsock": "^0.12.2-rc.0",
51
52
  "uuid": "^3.4.0"
52
53
  },
53
54
  "devDependencies": {
@@ -65,6 +66,8 @@
65
66
  "@types/node": "^12.12.12",
66
67
  "@types/sinon": "^10.0.0",
67
68
  "@types/sinon-chai": "^3.2.2",
69
+ "@typescript-eslint/eslint-plugin": "5.4.0",
70
+ "@typescript-eslint/parser": "5.4.0",
68
71
  "async": "^3.0.1",
69
72
  "async-test-tools": "^1.0.7",
70
73
  "backoff": "^2.5.0",
@@ -75,6 +78,9 @@
75
78
  "cheerio": "^1.0.0-rc.2",
76
79
  "cross-env": "^5.2.0",
77
80
  "dotenv": "^10.0.0",
81
+ "eslint": "8.3.0",
82
+ "eslint-config-prettier": "8.3.0",
83
+ "eslint-plugin-prettier": "4.0.0",
78
84
  "fancy-log": "^1.3.3",
79
85
  "fs": "0.0.2",
80
86
  "mocha": "^6.2.2",
@@ -82,19 +88,19 @@
82
88
  "node-fetch": "^2.6.1",
83
89
  "nyc": "^14.1.1",
84
90
  "path": "^0.12.7",
91
+ "prettier": "2.4.1",
85
92
  "rollup": "^2.51.1",
93
+ "rollup-plugin-copy": "^3.4.0",
86
94
  "rollup-plugin-polyfill-node": "^0.6.2",
87
95
  "rollup-plugin-terser": "^7.0.2",
88
96
  "rollup-plugin-ts": "^1.4.0",
89
97
  "sinon": "^9.2.4",
90
98
  "sinon-chai": "^3.3.0",
91
99
  "ts-node": "^8.5.2",
92
- "tslint": "^5.20.1",
93
100
  "twilio": "^3.37.1",
94
101
  "typedoc": "^0.21.4",
95
102
  "typescript": "^4.3.2",
96
- "vinyl-buffer": "^1.0.1",
97
- "vinyl-source-stream": "^2.0.0"
103
+ "typescript-strict-plugin": "1.1.2"
98
104
  },
99
105
  "engines": {
100
106
  "node": ">=14"