modality-kit 0.0.6 → 0.0.7

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -119,7 +119,8 @@ class ModalityLogger {
119
119
  if (categroy) {
120
120
  prefix += ` [${categroy}]`;
121
121
  }
122
- return [prefix, payload];
122
+ console.log(prefix);
123
+ return payload;
123
124
  }
124
125
  log(level, payload, categroy) {
125
126
  if (!this.shouldLog(level))
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.6",
2
+ "version": "0.0.7",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",