marcattacks 2.2.10 → 2.2.11

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/command.js +1 -1
  2. package/package.json +1 -1
package/dist/command.js CHANGED
@@ -128,7 +128,7 @@ async function main() {
128
128
  logger.info(`peak RSS: ${usage.maxRSS / 1024} MB`);
129
129
  }
130
130
  catch (e) {
131
- logger.debug(e);
131
+ logger.error(e);
132
132
  if (e instanceof PipelineError) {
133
133
  logger.error("pipeline error");
134
134
  process.exitCode = e.statusCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marcattacks",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "description": "A powerful streaming MARC21 to RDF converter with JSONata transformation and S3 support.",
5
5
  "keywords": [
6
6
  "marc21",