@vtrbo/utils-log
Advanced tools
+5
-12
| { | ||
| "name": "@vtrbo/utils-log", | ||
| "type": "module", | ||
| "version": "0.4.1-beta.1", | ||
| "version": "0.4.1", | ||
| "description": "Collection of common JavaScript or TypeScript utils.", | ||
@@ -29,12 +29,5 @@ "author": { | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "typesVersions": { | ||
| "*": { | ||
| "*": [ | ||
| "./dist/index.d.ts" | ||
| ] | ||
| } | ||
| }, | ||
| "main": "dist/index.cjs", | ||
| "module": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "files": [ | ||
@@ -45,3 +38,3 @@ "dist" | ||
| "ansi-colors": "^4.1.3", | ||
| "@vtrbo/utils-tool": "0.4.1-beta.1" | ||
| "@vtrbo/utils-tool": "0.4.1" | ||
| }, | ||
@@ -48,0 +41,0 @@ "scripts": { |
5520
-1.97%+ Added
- Removed
Updated