@rarible/logger
Advanced tools
Comparing version 0.10.0-alpha.14 to 0.10.0-alpha.15
{ | ||
"name": "@rarible/logger", | ||
"version": "0.10.0-alpha.14", | ||
"version": "0.10.0-alpha.15", | ||
"private": false, | ||
@@ -11,4 +11,5 @@ "description": "Logging utility for ts projects", | ||
"license": "MIT", | ||
"main": "build/lib/index.js", | ||
"types": "build/lib/index.d.ts", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"files": [ | ||
@@ -18,3 +19,3 @@ "/build" | ||
"scripts": { | ||
"build": "tsc --project tsconfig-build.json", | ||
"build": "tsc -b tsconfig-build-cjs.json tsconfig-build-esm.json", | ||
"clean": "rimraf ./build", | ||
@@ -25,2 +26,3 @@ "test": "jest --passWithNoTests", | ||
"dependencies": { | ||
"@rarible/utils": "^0.10.0-alpha.15", | ||
"generic-type-guard": "^3.7.2", | ||
@@ -47,3 +49,3 @@ "json-stringify-safe": "^5.0.1", | ||
}, | ||
"gitHead": "c169f0960cf610481c428a8fa4b884de4cdf1996" | ||
"gitHead": "063a8255659ddfd35ce67f78dffb8dbd8ad6c898" | ||
} |
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
89795
33
689
6
1
+ Added@rarible/utils@0.10.0-beta.5(transitive)
+ Addedbignumber.js@9.1.2(transitive)
+ Addedts-custom-error@3.3.1(transitive)