@ctx-core/logger
Advanced tools
Comparing version 9.0.12 to 9.0.14
# @ctx-core/logger | ||
## 9.0.14 | ||
### Patch Changes | ||
- update dependencies | ||
## 9.0.13 | ||
### Patch Changes | ||
- chalk: ^4.1.1 -> ^4.1.2 | ||
## 9.0.12 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.12", | ||
"description": "ctx-core logger", | ||
"keywords": [ | ||
"ctx-core", | ||
"logger" | ||
], | ||
"homepage": "https://github.com/ctx-core/logger#readme", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/logger/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/logger/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Brian Takita", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.1", | ||
"esm": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"cache": "~/.npm" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run copy-mjs && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo && rm -f src/**/*.js && rm -f src/**/*.d.ts && rm -f src/**/*.map", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
"copy-mjs": "cd dist && echo \"module.exports = (async () => import('./index.js'))()\" > index.cjs", | ||
"exec": "$@" | ||
} | ||
} | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.14", | ||
"description": "ctx-core logger", | ||
"keywords": [ | ||
"ctx-core", | ||
"logger" | ||
], | ||
"homepage": "https://github.com/ctx-core/logger#readme", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/logger/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/logger/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Brian Takita", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2", | ||
"esm": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"cache": "~/.npm" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run copy-mjs && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo && rm -f src/**/*.js && rm -f src/**/*.d.ts && rm -f src/**/*.map", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
"copy-mjs": "cd dist && echo \"module.exports = (async () => import('./index.js'))()\" > index.cjs", | ||
"exec": "$@" | ||
} | ||
} |
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
18569
47
Updatedchalk@^4.1.2