@rarible/logger
Advanced tools
Comparing version 0.10.0-alpha.14 to 0.11.0-alpha.1
{ | ||
"name": "@rarible/logger", | ||
"version": "0.10.0-alpha.14", | ||
"version": "0.11.0-alpha.1", | ||
"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", | ||
@@ -46,3 +47,3 @@ "test": "jest --passWithNoTests", | ||
}, | ||
"gitHead": "c169f0960cf610481c428a8fa4b884de4cdf1996" | ||
"gitHead": "b705399f98d79c421c8782b2f26487c9db6f354e" | ||
} |
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
89480
33
689
1