@yext/phonenumber-util 0.2.4 → 0.2.6

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/README.md CHANGED
@@ -9,7 +9,7 @@ Utility for extracting and validating phone numbers. Extracts an array of phone
9
9
 
10
10
  ### Scripts
11
11
 
12
- #### Install dependencies
12
+ #### Install devDependencies
13
13
 
14
14
  ```bash
15
15
  npm i
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/phonenumber-util",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "author": "bajohnson@hearsaycorp.com",
5
5
  "license": "BSD-3-Clause",
6
6
  "description": "Utility for extracting and validating phone numbers",
@@ -25,16 +25,16 @@
25
25
  "make-badges": "istanbul-badges-readme"
26
26
  },
27
27
  "devDependencies": {
28
- "@eslint/js": "^9.7.0",
29
- "@vitest/coverage-v8": "^2.1.8",
30
- "eslint": "^9.17.0",
31
- "generate-license-file": "^3.6.0",
32
- "globals": "^15.14.0",
28
+ "@eslint/js": "^9.21.0",
29
+ "@vitest/coverage-v8": "^3.0.7",
30
+ "eslint": "^9.21.0",
31
+ "generate-license-file": "^3.7.0",
32
+ "globals": "^16.0.0",
33
33
  "husky": "^9.1.7",
34
34
  "istanbul-badges-readme": "^1.9.0",
35
- "lint-staged": "^15.2.11",
36
- "prettier": "^3.4.2",
37
- "vitest": "^2.1.1"
35
+ "lint-staged": "^15.4.3",
36
+ "prettier": "^3.5.3",
37
+ "vitest": "^3.0.7"
38
38
  },
39
39
  "eslintConfig": {},
40
40
  "lint-staged": {
@@ -103,6 +103,7 @@ export const AREA_CODE_LIST = [
103
103
  '363',
104
104
  '364',
105
105
  '365',
106
+ '369',
106
107
  '380',
107
108
  '385',
108
109
  '386',
package/src/phoneCodes.js CHANGED
@@ -36,6 +36,7 @@ export const AREA_CODES = {
36
36
  341: { name: 'California', code: 'CA', region: UNITED_STATES },
37
37
  350: { name: 'California', code: 'CA', region: UNITED_STATES },
38
38
  357: { name: 'California', code: 'CA', region: UNITED_STATES },
39
+ 369: { name: 'California', code: 'CA', region: UNITED_STATES },
39
40
  408: { name: 'California', code: 'CA', region: UNITED_STATES },
40
41
  415: { name: 'California', code: 'CA', region: UNITED_STATES },
41
42
  424: { name: 'California', code: 'CA', region: UNITED_STATES },