@ctx-core/logger
Advanced tools
Comparing version 9.0.35 to 9.0.37
# @ctx-core/logger | ||
## 9.0.37 | ||
### Patch Changes | ||
- fix: build | ||
## 9.0.36 | ||
### Patch Changes | ||
- \*.d.ts export | ||
## 9.0.35 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.35", | ||
"version": "9.0.37", | ||
"description": "ctx-core logger", | ||
@@ -20,6 +20,6 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"types": "./src/index.ts" | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -41,6 +41,9 @@ "./package.json": "./package.json" | ||
"build": "npm run compile", | ||
"clean": "rimraf dist", | ||
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc", | ||
"clean": "rimraf dist && npm run clean_tsbuildinfo", | ||
"clean_tsbuildinfo": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.d.ts", | ||
"compile": "npm run compile_source && npm run compile_declaration", | ||
"compile_source": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc", | ||
"compile_declaration": "npm run clean_tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir dist", | ||
"exec": "$@" | ||
} | ||
} |
@@ -24,5 +24,4 @@ { | ||
], | ||
"rootDir": ".", | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"mapRoot": "", | ||
"declarationDir": "dist", | ||
@@ -29,0 +28,0 @@ "lib": ["dom", "ESNext"], |
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
25266
46
294