soff-phone 0.0.2 → 0.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soff-phone",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Lightweight phone number validation and formatting library for global markets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -268,17 +268,17 @@
|
|
|
268
268
|
"node": ">=20"
|
|
269
269
|
},
|
|
270
270
|
"devDependencies": {
|
|
271
|
-
"@eslint/js": "^9.39.
|
|
271
|
+
"@eslint/js": "^9.39.2",
|
|
272
272
|
"@soff/tsconfig": "*",
|
|
273
|
-
"@vitest/coverage-v8": "^4.0.
|
|
274
|
-
"eslint": "^9.39.
|
|
273
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
274
|
+
"eslint": "^9.39.2",
|
|
275
275
|
"eslint-config-prettier": "^10.1.8",
|
|
276
276
|
"globals": "^16.5.0",
|
|
277
277
|
"prettier": "^3.7.4",
|
|
278
278
|
"rimraf": "^6.1.2",
|
|
279
279
|
"tsup": "^8.5.1",
|
|
280
280
|
"typescript": "^5.9.3",
|
|
281
|
-
"typescript-eslint": "^8.
|
|
281
|
+
"typescript-eslint": "^8.50.0",
|
|
282
282
|
"vitest": "^4.0.15"
|
|
283
283
|
},
|
|
284
284
|
"publishConfig": {
|