modality-kit 0.1.5 → 0.1.6

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 +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -151,11 +151,13 @@ class ModalityLogger {
151
151
  if (stack) {
152
152
  if (Object.keys(result).length) {
153
153
  console.error(`
154
- `, prefix, result, stack, `
154
+ `, prefix, result, `
155
+ `, stack, `
155
156
  `);
156
157
  } else {
157
158
  console.error(`
158
- `, prefix, stack, `
159
+ `, prefix, `
160
+ `, stack, `
159
161
  `);
160
162
  }
161
163
  } else {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.5",
2
+ "version": "0.1.6",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",