soff-id 0.2.1 → 0.2.3
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 +13 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soff-id",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "LATAM document validation library - Validate NIT, RUT, CPF, CUIT, and more",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"dev": "tsup --watch",
|
|
88
88
|
"test": "vitest run",
|
|
89
89
|
"test:watch": "vitest",
|
|
90
|
-
"test:coverage": "vitest --coverage",
|
|
90
|
+
"test:coverage": "vitest run --coverage",
|
|
91
91
|
"type-check": "tsc --noEmit",
|
|
92
92
|
"lint": "eslint .",
|
|
93
93
|
"lint:fix": "eslint . --fix",
|
|
@@ -140,17 +140,21 @@
|
|
|
140
140
|
"node": ">=20"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@eslint/js": "^9.39.
|
|
143
|
+
"@eslint/js": "^9.39.2",
|
|
144
144
|
"@soff/tsconfig": "*",
|
|
145
|
-
"@vitest/coverage-v8": "^4.0.
|
|
146
|
-
"eslint": "^9.39.
|
|
145
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
146
|
+
"eslint": "^9.39.2",
|
|
147
147
|
"eslint-config-prettier": "^10.1.8",
|
|
148
148
|
"globals": "^16.5.0",
|
|
149
|
-
"prettier": "^3.7.
|
|
150
|
-
"rimraf": "^6.
|
|
149
|
+
"prettier": "^3.7.4",
|
|
150
|
+
"rimraf": "^6.1.2",
|
|
151
151
|
"tsup": "^8.5.1",
|
|
152
152
|
"typescript": "^5.9.3",
|
|
153
|
-
"typescript-eslint": "^8.
|
|
154
|
-
"vitest": "^4.0.
|
|
153
|
+
"typescript-eslint": "^8.49.0",
|
|
154
|
+
"vitest": "^4.0.15"
|
|
155
|
+
},
|
|
156
|
+
"publishConfig": {
|
|
157
|
+
"access": "public",
|
|
158
|
+
"provenance": true
|
|
155
159
|
}
|
|
156
160
|
}
|