@bloks/numbers
Advanced tools
Comparing version 26.4.0 to 27.0.0
{ | ||
"name": "@bloks/numbers", | ||
"version": "26.4.0", | ||
"version": "27.0.0", | ||
"author": "jafri", | ||
@@ -16,3 +16,3 @@ "module": "dist/api.esm.js", | ||
"dayjs": "^1.8.18", | ||
"@proton/tsconfig": "0.3.0" | ||
"@proton/tsconfig": "1.0.0" | ||
}, | ||
@@ -24,4 +24,5 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs --dts" | ||
"build": "tsup src/index.ts --format cjs --dts", | ||
"dev": "tsup src/index.ts --watch" | ||
} | ||
} |
30536
+ Added@proton/tsconfig@1.0.0(transitive)
- Removed@proton/tsconfig@0.3.0(transitive)
Updated@proton/tsconfig@1.0.0