soff-id 0.2.2 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soff-id",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "LATAM document validation library - Validate NIT, RUT, CPF, CUIT, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -140,17 +140,17 @@
140
140
  "node": ">=20"
141
141
  },
142
142
  "devDependencies": {
143
- "@eslint/js": "^9.39.1",
143
+ "@eslint/js": "^9.39.2",
144
144
  "@soff/tsconfig": "*",
145
- "@vitest/coverage-v8": "^4.0.15",
146
- "eslint": "^9.39.1",
145
+ "@vitest/coverage-v8": "^4.0.16",
146
+ "eslint": "^9.39.2",
147
147
  "eslint-config-prettier": "^10.1.8",
148
148
  "globals": "^16.5.0",
149
149
  "prettier": "^3.7.4",
150
150
  "rimraf": "^6.1.2",
151
151
  "tsup": "^8.5.1",
152
152
  "typescript": "^5.9.3",
153
- "typescript-eslint": "^8.49.0",
153
+ "typescript-eslint": "^8.50.0",
154
154
  "vitest": "^4.0.15"
155
155
  },
156
156
  "publishConfig": {