@larsgw/formica 0.11.0 → 0.11.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.
@@ -408,6 +408,7 @@ function parseFile(file, id, old) {
408
408
  catch (error) {
409
409
  if (error instanceof SyntaxError) {
410
410
  errors.push(error);
411
+ continue;
411
412
  }
412
413
  throw error;
413
414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@larsgw/formica",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "SDK and tools for data from the Library of Identification Resources",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",