soff-phone 0.0.3 → 0.0.5

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soff-phone",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Lightweight phone number validation and formatting library for global markets",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -270,7 +270,7 @@
270
270
  "devDependencies": {
271
271
  "@eslint/js": "^9.39.2",
272
272
  "@soff/tsconfig": "*",
273
- "@vitest/coverage-v8": "^4.0.15",
273
+ "@vitest/coverage-v8": "^4.0.16",
274
274
  "eslint": "^9.39.2",
275
275
  "eslint-config-prettier": "^10.1.8",
276
276
  "globals": "^16.5.0",
@@ -278,7 +278,7 @@
278
278
  "rimraf": "^6.1.2",
279
279
  "tsup": "^8.5.1",
280
280
  "typescript": "^5.9.3",
281
- "typescript-eslint": "^8.49.0",
281
+ "typescript-eslint": "^8.51.0",
282
282
  "vitest": "^4.0.15"
283
283
  },
284
284
  "publishConfig": {