@lavalogic/scoria 0.18.0 → 0.18.1

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.
@@ -244,7 +244,7 @@ export async function asyncFilter(array, asyncCallback) {
244
244
  }
245
245
  export function devCatch(e) {
246
246
  if (dev) {
247
- console.log(e);
247
+ console.log($state.snapshot(e));
248
248
  }
249
249
  }
250
250
  export function hasQuery(customFilter) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.18.0",
4
+ "version": "0.18.1",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },