@techor/log
Advanced tools
Comparing version 2.5.17 to 2.5.18
declare const log: Log; | ||
export { log }; | ||
export interface Log { | ||
(strings: TemplateStringsArray | Error, ...messages: any[]): void; | ||
(strings: TemplateStringsArray | Error | string, ...messages: any[]): void; | ||
conflict: Log; | ||
@@ -6,0 +6,0 @@ pass: Log; |
@@ -1,1 +0,1 @@ | ||
export default function processLog(strings: TemplateStringsArray, slots: any[]): string; | ||
export default function processLog(strings: TemplateStringsArray | string, slots: any[]): string; |
@@ -1,1 +0,1 @@ | ||
{"name":"@techor/log","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --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":"pnpm run build:cjs && pnpm run build:esm && pnpm run build:type","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/log"},"keywords":["console","log","chalk","semantic"],"main":"./dist/index.js","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"devDependencies":{"chalk":"^5.2.0","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"2.5.17"} | ||
{"name":"@techor/log","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --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":"pnpm run build:cjs && pnpm run build:esm && pnpm run build:type","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/log"},"keywords":["console","log","chalk","semantic"],"main":"./dist/index.js","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"devDependencies":{"chalk":"^5.2.0","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"2.5.18"} |
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
153458