modality-kit 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -113,6 +113,9 @@ class ModalityLogger {
113
113
  if (timestamp) {
114
114
  prefix += ` [${timestamp}]`;
115
115
  }
116
+ if (this.options.name) {
117
+ prefix += ` [${this.options.name}]`;
118
+ }
116
119
  if (categroy) {
117
120
  prefix += ` [${categroy}]`;
118
121
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.3",
2
+ "version": "0.0.4",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",