@drawbridge/drawbridge-utils 0.0.118 → 0.0.121

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/dist/phone.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { AsYouType, isValidPhoneNumber, parsePhoneNumberFromString } from 'libphonenumber-js';
1
+ import { parsePhoneNumberFromString, AsYouType, isValidPhoneNumber } from 'libphonenumber-js';
2
2
 
3
3
  // Canonicalize a phone value to E.164 (e.g. '+15551234567'), or null if it cannot
4
4
  // be parsed. `country` (ISO 3166-1 alpha-2, e.g. 'US') is only needed for
package/dist/phone.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { AsYouType, isValidPhoneNumber, parsePhoneNumberFromString } from 'libphonenumber-js';
1
+ import { parsePhoneNumberFromString, AsYouType, isValidPhoneNumber } from 'libphonenumber-js';
2
2
 
3
3
  // Canonicalize a phone value to E.164 (e.g. '+15551234567'), or null if it cannot
4
4
  // be parsed. `country` (ISO 3166-1 alpha-2, e.g. 'US') is only needed for