diff --git a/.changeset/ninety-pumas-study.md b/.changeset/ninety-pumas-study.md new file mode 100644 index 000000000..48b1e3204 --- /dev/null +++ b/.changeset/ninety-pumas-study.md @@ -0,0 +1,8 @@ +--- +'@flatfile/plugin-delimiter-extractor': patch +'@flatfile/plugin-json-extractor': patch +'@flatfile/plugin-xlsx-extractor': patch +'@flatfile/plugin-xml-extractor': patch +--- + +Update to use the latest @flatfile/util-extractor@2.1.1 diff --git a/package-lock.json b/package-lock.json index b6868c0a6..d6e0a2911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22719,10 +22719,10 @@ }, "plugins/delimiter-extractor": { "name": "@flatfile/plugin-delimiter-extractor", - "version": "2.0.1", + "version": "2.1.0", "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "papaparse": "^5.4.1", "remeda": "^1.14.0" }, @@ -22830,10 +22830,10 @@ }, "plugins/json-extractor": { "name": "@flatfile/plugin-json-extractor", - "version": "0.7.7", + "version": "0.8.0", "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0" + "@flatfile/util-extractor": "^2.1.1" }, "devDependencies": { "@flatfile/rollup-config": "0.1.1" @@ -23094,10 +23094,10 @@ }, "plugins/xlsx-extractor": { "name": "@flatfile/plugin-xlsx-extractor", - "version": "3.0.1", + "version": "3.1.0", "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, @@ -23110,10 +23110,10 @@ }, "plugins/xml-extractor": { "name": "@flatfile/plugin-xml-extractor", - "version": "0.5.20", + "version": "0.6.0", "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "remeda": "^1.24.0", "xml-json-format": "^1.0.8" }, @@ -23220,7 +23220,7 @@ }, "utils/extractor": { "name": "@flatfile/util-extractor", - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "@flatfile/util-common": "^1.3.2", @@ -23262,7 +23262,7 @@ }, "utils/response-rejection": { "name": "@flatfile/util-response-rejection", - "version": "1.3.3", + "version": "1.3.4", "license": "ISC", "dependencies": { "@flatfile/util-common": "^1.3.2" diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 33833b283..289218903 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -32,7 +32,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "papaparse": "^5.4.1", "remeda": "^1.14.0" }, diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index 54ffb72c1..b1ea4bb3b 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -52,7 +52,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0" + "@flatfile/util-extractor": "^2.1.1" }, "devDependencies": { "@flatfile/rollup-config": "0.1.1" diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 655268f7d..a7f89cba6 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -32,7 +32,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index feea0bfe9..54722d5cc 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -31,7 +31,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.0", + "@flatfile/util-extractor": "^2.1.1", "remeda": "^1.24.0", "xml-json-format": "^1.0.8" },