soff-money 0.2.4 → 0.2.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soff-money",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Safe money handling for JavaScript with integer-based arithmetic and LATAM locale formatting",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -162,14 +162,14 @@
|
|
|
162
162
|
"devDependencies": {
|
|
163
163
|
"@eslint/js": "^9.39.2",
|
|
164
164
|
"@soff/tsconfig": "*",
|
|
165
|
-
"@vitest/coverage-v8": "^4.0.
|
|
165
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
166
166
|
"eslint": "^9.39.2",
|
|
167
167
|
"eslint-config-prettier": "^10.1.8",
|
|
168
168
|
"globals": "^16.5.0",
|
|
169
169
|
"rimraf": "^6.1.2",
|
|
170
170
|
"tsup": "^8.5.1",
|
|
171
171
|
"typescript": "^5.9.3",
|
|
172
|
-
"typescript-eslint": "^8.
|
|
172
|
+
"typescript-eslint": "^8.50.0",
|
|
173
173
|
"vitest": "^4.0.15"
|
|
174
174
|
},
|
|
175
175
|
"publishConfig": {
|