soff-money 0.2.3 → 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.
- 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.4",
|
|
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",
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
"node": ">=20"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@eslint/js": "^9.39.
|
|
163
|
+
"@eslint/js": "^9.39.2",
|
|
164
164
|
"@soff/tsconfig": "*",
|
|
165
165
|
"@vitest/coverage-v8": "^4.0.15",
|
|
166
|
-
"eslint": "^9.39.
|
|
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",
|