@ctx-core/logger
Advanced tools
Comparing version 9.0.44 to 9.0.45
# @ctx-core/logger | ||
## 9.0.45 | ||
### Patch Changes | ||
- package.json: exports: update | ||
## 9.0.44 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.44", | ||
"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.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Brian Takita", | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "^0.1.55", | ||
"@swc/core": "^1.2.127", | ||
"rimraf": "^3.0.2", | ||
"typescript": "next" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"cache": "~/.npm" | ||
}, | ||
"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": "$@" | ||
} | ||
} | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.45", | ||
"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.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Brian Takita", | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"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": "$@", | ||
"prepublishOnly": "npm run clean && npm run build" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "^0.1.57", | ||
"@swc/core": "^1.2.165", | ||
"rimraf": "^3.0.2", | ||
"typescript": "next" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"cache": "~/.npm" | ||
}, | ||
"svelte": "./lib/index.js", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
32837
47
1