Skip to content

Commit 9ab5ba1

Browse files
3.2.0 (#22)
* release: 3.2.0 * fix: JsonStreamStringify import (#21) --------- Co-authored-by: Carla Delgado <68850175+carladev@users.noreply.github.com>
1 parent 66693e1 commit 9ab5ba1

File tree

4 files changed

+3348
-223
lines changed

4 files changed

+3348
-223
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Runnerty Tech S.L.
3+
Copyright (c) 2023 Runnerty Tech S.L.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Excel = require('exceljs');
55
const csv = require('fast-csv');
66
const fs = require('fs');
77
const fsp = require('fs').promises;
8-
const JsonStreamStringify = require('json-stream-stringify');
8+
const { JsonStreamStringify } = require('json-stream-stringify');
99
const path = require('path');
1010

1111
const Executor = require('@runnerty/module-core').Executor;

0 commit comments

Comments
 (0)