@vtrbo/utils-log
Advanced tools
+10
-5
| { | ||
| "name": "@vtrbo/utils-log", | ||
| "type": "module", | ||
| "version": "0.4.0-beta.4", | ||
| "version": "0.4.0-beta.5", | ||
| "description": "Collection of common JavaScript or TypeScript utils.", | ||
@@ -19,2 +19,3 @@ "author": { | ||
| "react", | ||
| "svelte", | ||
| "vite" | ||
@@ -42,13 +43,17 @@ ], | ||
| "README.md", | ||
| "index.cjs", | ||
| "index.d.cts", | ||
| "index.d.ts", | ||
| "index.cjs", | ||
| "index.js" | ||
| ], | ||
| "devDependencies": { | ||
| "ansi-colors": "^4.1.3" | ||
| "dependencies": { | ||
| "ansi-colors": "^4.1.3", | ||
| "@vtrbo/utils-tool": "0.4.0-beta.5" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup" | ||
| "build": "tsup", | ||
| "clean": "pnpm clean:dist && pnpm clean:deps", | ||
| "clean:dist": "rimraf dist", | ||
| "clean:deps": "rimraf node_modules" | ||
| } | ||
| } |
2194
8.78%0
-100%2
Infinity%+ Added
+ Added
+ Added