@ctx-core/logger
Advanced tools
Comparing version 9.0.49 to 9.1.0
# @ctx-core/logger | ||
## 9.1.0 | ||
### Minor Changes | ||
- extract _.js & _.d.ts into directories | ||
## 9.0.49 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.49", | ||
"version": "9.1.0", | ||
"description": "ctx-core logger", | ||
@@ -20,12 +20,14 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"types": "./src/index.d.ts", | ||
"svelte": "./src/index.js", | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": "./src/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "^0.1.60", | ||
"@swc/core": "^1.3.32", | ||
"rimraf": "^4.1.2", | ||
"typescript": "next" | ||
"c8": "^7.13.0", | ||
"check-dts": "^0.7.0", | ||
"tsx": "^3.12.3", | ||
"typescript": "next", | ||
"uvu": "^0.5.6" | ||
}, | ||
@@ -36,13 +38,11 @@ "publishConfig": { | ||
}, | ||
"svelte": "./lib/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "npm run compile", | ||
"clean": "rimraf lib && npm run clean:tsbuildinfo", | ||
"clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts", | ||
"compile": "npm run compile:source && npm run compile:declaration", | ||
"compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc", | ||
"compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib", | ||
"exec": "$@" | ||
"build": ":", | ||
"clean": ":", | ||
"exec": "$@", | ||
"test": "pnpm test-unit && check-dts", | ||
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
"test-unit-coverage": "c8 pnpm test-unit" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
13375
5
25
198
1