Comparing version 1.0.0-beta.49 to 1.0.0-beta.50
@@ -1,2 +0,1 @@ | ||
import { mark } from './mark'; | ||
import { log } from './log'; | ||
@@ -16,3 +15,4 @@ import { add } from './add'; | ||
import { fail } from './fail'; | ||
import { paint } from './paint'; | ||
export default log; | ||
export { add as a, add, del as d, del, valid as o, valid, invalid as x, invalid, info as i, info, success, error as e, error, fail, warn, pass, conflict, ok, tree, mark }; | ||
export { add as a, add, del as d, del, valid as o, valid, invalid as x, invalid, info as i, info, success, error as e, error, fail, warn, pass, conflict, ok, tree, paint }; |
@@ -1,1 +0,1 @@ | ||
{"name":"aronlog","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","type-check":"tsc --noEmit","lint":"eslint src","test":"jest"},"description":"A set of human-friendly and beautiful terminal log syntax","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/aronlog"},"keywords":["console","log","chalk","semantic","aron"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"devDependencies":{"chalk":"^5.1.2","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"1.0.0-beta.49"} | ||
{"name":"aronlog","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","type-check":"tsc --noEmit","lint":"eslint src","test":"jest"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/aronlog"},"keywords":["console","log","chalk","semantic","aron"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"devDependencies":{"chalk":"^5.1.2","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"1.0.0-beta.50"} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
149301
1
146
26
206