@ctx-core/logger
Advanced tools
Comparing version 9.0.5 to 9.0.6
# @ctx-core/logger | ||
## 9.0.6 | ||
### Patch Changes | ||
- fix: index.cjs: module.exports = require('./index.js') | ||
## 9.0.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"description": "ctx-core logger", | ||
@@ -42,5 +42,5 @@ "keywords": [ | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
"copy-mjs": "cd dist && echo \"require = require('esm')(module/*, options*/)\nmodule.exports = require('./main.js')\nexport * from './index.js'\" > index.cjs", | ||
"copy-mjs": "cd dist && echo \"require = require('esm')(module)\nmodule.exports = require('./index.js')\" > index.cjs", | ||
"exec": "$@" | ||
} | ||
} |
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
18040
283