@yext/phonenumber-util 0.2.1 → 0.2.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/package.json +1 -1
- package/src/areaCodeList.js +1 -0
- package/src/phoneCodes.js +1 -0
package/package.json
CHANGED
package/src/areaCodeList.js
CHANGED
package/src/phoneCodes.js
CHANGED
|
@@ -389,6 +389,7 @@ export const AREA_CODES = {
|
|
|
389
389
|
state: 'NS/PE',
|
|
390
390
|
region: CANADA,
|
|
391
391
|
},
|
|
392
|
+
226: { name: 'Ontario', code: 'ON', region: CANADA },
|
|
392
393
|
289: { name: 'Ontario', code: 'ON', region: CANADA },
|
|
393
394
|
343: { name: 'Ontario', code: 'ON', region: CANADA },
|
|
394
395
|
365: { name: 'Ontario', code: 'ON', region: CANADA },
|