Skip to content

Commit

Permalink
fix lint; increase version in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDurman committed Jan 17, 2025
1 parent 14e39a2 commit adb9066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/appmixer/utils/converters/bundle.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.utils.converters",
"version": "1.3.2",
"version": "1.4.0",
"changelog": {
"1.1.0": [
"FileId inputs changed from 'text' to 'filepicker'. Requires Appmixer 4.4.4 or higher."
Expand All @@ -17,6 +17,9 @@
"1.3.2": [
"improve CSV2HTML, CSV2JSON and JSON2CSV, JSON2HTML converters to use streams.",
"JSON2HTML, CSV2HTML: added support for custom HTML renderers."
],
"1.4.0": [
"PDF2Text: new component to extract text from a PDF file."
]
}
}
2 changes: 1 addition & 1 deletion src/appmixer/utils/converters/converters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { pipeline, Readable } = require('stream');
const { pipeline } = require('stream');
const customHtmlTransforms = require('./htmlTransforms');
const JSONStream = require('JSONStream');
const { arrayBuffer } = require('node:stream/consumers');
Expand Down

0 comments on commit adb9066

Please sign in to comment.