@radixdlt/util
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.11](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/util@1.0.10...@radixdlt/util@1.0.11) (2021-04-19) | ||
**Note:** Version bump only for package @radixdlt/util | ||
## [1.0.10](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/util@1.0.9...@radixdlt/util@1.0.10) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
@@ -9,2 +9,9 @@ "use strict"; | ||
const logLevelsInfo = { | ||
dev: { | ||
foregroundColor: 'cyan', | ||
fontStyle: 'italic', | ||
emoji: '🔮', | ||
priority: -1, | ||
purpose: 'Used by developer during development', | ||
}, | ||
emerg: { | ||
@@ -69,9 +76,2 @@ foregroundColor: 'white', | ||
}, | ||
dev: { | ||
foregroundColor: 'cyan', | ||
fontStyle: 'italic', | ||
emoji: '🔮', | ||
priority: 9, | ||
purpose: 'Used by developer during development', | ||
}, | ||
}; | ||
@@ -131,2 +131,7 @@ const objectMap = (obj, valSelector, keySelector, ctx) => { | ||
filename: 'combined.log', | ||
level: 'verbose', | ||
}), | ||
new winston_1.default.transports.File({ | ||
format: colorizedEmojiFormat, | ||
filename: 'dev.log', | ||
level: 'dev', | ||
@@ -133,0 +138,0 @@ }), |
{ | ||
"name": "@radixdlt/util", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Shared utility methods", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ab614e64084928260e3cd31ecd07bcaaae134e10" | ||
"gitHead": "10f6f8c5ebbf1290c3ce65f84d00cbfb38e0fb66" | ||
} |
@@ -63,2 +63,10 @@ import winston, { LeveledLogMethod } from '@radixdlt/winston' | ||
const logLevelsInfo: LogLevelsInfo = { | ||
dev: { | ||
foregroundColor: 'cyan', | ||
fontStyle: 'italic', | ||
emoji: '🔮', | ||
priority: -1, | ||
purpose: 'Used by developer during development', | ||
}, | ||
emerg: { | ||
@@ -131,10 +139,2 @@ foregroundColor: 'white', | ||
}, | ||
dev: { | ||
foregroundColor: 'cyan', | ||
fontStyle: 'italic', | ||
emoji: '🔮', | ||
priority: 9, | ||
purpose: 'Used by developer during development', | ||
}, | ||
} | ||
@@ -233,2 +233,7 @@ | ||
filename: 'combined.log', | ||
level: 'verbose', | ||
}), | ||
new winston.transports.File({ | ||
format: colorizedEmojiFormat, | ||
filename: 'dev.log', | ||
level: 'dev', | ||
@@ -235,0 +240,0 @@ }), |
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
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
140778
1177