modality-kit 0.12.4 → 0.12.5

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -123,7 +123,7 @@ class ModalityLogger {
123
123
  }
124
124
  case "warn": {
125
125
  const { message, ...restPayload } = payload;
126
- console.warn(payload);
126
+ console.warn(message);
127
127
  console.dir(restPayload, {
128
128
  depth: null,
129
129
  colors: true,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.4",
2
+ "version": "0.12.5",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",