soff-money 0.2.2 → 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 +10 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soff-money",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
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",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"dev": "tsup --watch",
|
|
128
128
|
"test": "vitest run",
|
|
129
129
|
"test:watch": "vitest",
|
|
130
|
-
"test:coverage": "vitest --coverage",
|
|
130
|
+
"test:coverage": "vitest run --coverage",
|
|
131
131
|
"type-check": "tsc --noEmit",
|
|
132
132
|
"lint": "eslint .",
|
|
133
133
|
"lint:fix": "eslint . --fix",
|
|
@@ -162,14 +162,18 @@
|
|
|
162
162
|
"devDependencies": {
|
|
163
163
|
"@eslint/js": "^9.39.1",
|
|
164
164
|
"@soff/tsconfig": "*",
|
|
165
|
-
"@vitest/coverage-v8": "^4.0.
|
|
165
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
166
166
|
"eslint": "^9.39.1",
|
|
167
167
|
"eslint-config-prettier": "^10.1.8",
|
|
168
168
|
"globals": "^16.5.0",
|
|
169
|
-
"rimraf": "^6.
|
|
169
|
+
"rimraf": "^6.1.2",
|
|
170
170
|
"tsup": "^8.5.1",
|
|
171
171
|
"typescript": "^5.9.3",
|
|
172
|
-
"typescript-eslint": "^8.
|
|
173
|
-
"vitest": "^4.0.
|
|
172
|
+
"typescript-eslint": "^8.49.0",
|
|
173
|
+
"vitest": "^4.0.15"
|
|
174
|
+
},
|
|
175
|
+
"publishConfig": {
|
|
176
|
+
"access": "public",
|
|
177
|
+
"provenance": true
|
|
174
178
|
}
|
|
175
179
|
}
|