Skip to content

Commit

Permalink
3.2.0 (#22)
Browse files Browse the repository at this point in the history
* release: 3.2.0

* fix: JsonStreamStringify import (#21)

---------

Co-authored-by: Carla Delgado <[email protected]>
  • Loading branch information
CarlosCarmona and carladev authored Sep 7, 2023
1 parent 66693e1 commit 9ab5ba1
Show file tree
Hide file tree
Showing 4 changed files with 3,348 additions and 223 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Runnerty Tech S.L.
Copyright (c) 2023 Runnerty Tech S.L.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Excel = require('exceljs');
const csv = require('fast-csv');
const fs = require('fs');
const fsp = require('fs').promises;
const JsonStreamStringify = require('json-stream-stringify');
const { JsonStreamStringify } = require('json-stream-stringify');
const path = require('path');

const Executor = require('@runnerty/module-core').Executor;
Expand Down
Loading

0 comments on commit 9ab5ba1

Please sign in to comment.