@twilio/conversations 2.0.1-rc.9 → 2.0.1

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/builds/lib.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import { SyncClient } from "twilio-sync";
2
3
  import { Transport, TwilsockClient, InitRegistration } from "twilsock";
3
4
  import { ConnectionState as TwilsockConnectionState } from "twilsock";
package/builds/lib.js CHANGED
@@ -130,6 +130,7 @@ This software includes platform.js under the following license.
130
130
 
131
131
  Object.defineProperty(exports, '__esModule', { value: true });
132
132
 
133
+ require('isomorphic-form-data');
133
134
  require('core-js/modules/es.reflect.construct.js');
134
135
  require('core-js/modules/es.object.keys.js');
135
136
  require('core-js/modules/es.symbol.js');
@@ -6599,7 +6600,7 @@ function PushNotification(data) {
6599
6600
  this.data = data.data || {};
6600
6601
  };
6601
6602
 
6602
- var version = "2.0.1-rc.9";
6603
+ var version = "2.0.1";
6603
6604
 
6604
6605
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
6605
6606