diff --git a/.changeset/five-hounds-wash.md b/.changeset/five-hounds-wash.md deleted file mode 100644 index 9128cc306..000000000 --- a/.changeset/five-hounds-wash.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -'@flatfile/plugin-webhook-event-forwarder': minor -'@flatfile/plugin-foreign-db-extractor': minor -'@flatfile/plugin-delimiter-extractor': minor -'@flatfile/plugin-convert-sql-ddl': minor -'@flatfile/plugin-connect-via-merge': minor -'@flatfile/util-response-rejection': minor -'@flatfile/plugin-export-workbook': minor -'@flatfile/plugin-space-configure': minor -'@flatfile/bundler-config-rollup': minor -'@flatfile/plugin-graphql-schema': minor -'@flatfile/plugin-json-extractor': minor -'@flatfile/plugin-convert-openapi-schema': minor -'@flatfile/plugin-webhook-egress': minor -'@flatfile/plugin-xlsx-extractor': minor -'@flatfile/plugin-dxp-configure': minor -'@flatfile/plugin-pdf-extractor': minor -'@flatfile/plugin-psv-extractor': minor -'@flatfile/plugin-tsv-extractor': minor -'@flatfile/plugin-xml-extractor': minor -'@flatfile/plugin-zip-extractor': minor -'@flatfile/bundler-config-tsup': minor -'@flatfile/common-plugin-utils': minor -'@flatfile/plugin-constraints': minor -'@flatfile/plugin-job-handler': minor -'@flatfile/plugin-convert-json-schema': minor -'@flatfile/plugin-record-hook': minor -'@flatfile/plugin-view-mapped': minor -'@flatfile/plugin-convert-yaml-schema': minor -'@flatfile/plugin-convert-what3words': minor -'@flatfile/plugin-export-pivot-table': minor -'@flatfile/plugin-extract-html-table': minor -'@flatfile/plugin-import-llm-records': minor -'@flatfile/util-fetch-schema': minor -'@flatfile/plugin-convert-translate': minor -'@flatfile/util-file-buffer': minor -'@flatfile/plugin-convert-currency': minor -'@flatfile/plugin-enrich-sentiment': minor -'@flatfile/plugin-enrich-summarize': minor -'@flatfile/plugin-extract-markdown': minor -'@flatfile/plugin-autocast': minor -'@flatfile/plugin-validate-boolean': minor -'@flatfile/plugin-automap': minor -'@flatfile/plugin-rollout': minor -'@flatfile/util-extractor': minor -'@flatfile/plugin-validate-number': minor -'@flatfile/plugin-validate-string': minor -'@flatfile/plugin-enrich-geocode': minor -'@flatfile/plugin-dedupe': minor -'@flatfile/plugin-validate-email': minor -'@flatfile/plugin-validate-phone': minor -'@flatfile/utils-testing': minor -'@flatfile/plugin-validate-date': minor -'@flatfile/plugin-validate-isbn': minor -'@flatfile/plugin-import-faker': minor -'@flatfile/util-common': minor -'@flatfile/plugin-enrich-gpx': minor -'@flatfile/plugin-import-rss': minor ---- - -The release swaps the package's bundler to tsup. diff --git a/.changeset/slow-bottles-roll.md b/.changeset/slow-bottles-roll.md deleted file mode 100644 index 77b521563..000000000 --- a/.changeset/slow-bottles-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-json-extractor': minor ---- - -This release introduces multi-sheet extraction to the JSON extractor plugin. diff --git a/bundlers/rollup-config/CHANGELOG.md b/bundlers/rollup-config/CHANGELOG.md index a644cdbc8..075b9040d 100644 --- a/bundlers/rollup-config/CHANGELOG.md +++ b/bundlers/rollup-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/bundler-config-rollup +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.3.0 ### Minor Changes diff --git a/bundlers/rollup-config/package.json b/bundlers/rollup-config/package.json index 81d369882..6e509e852 100644 --- a/bundlers/rollup-config/package.json +++ b/bundlers/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/bundler-config-rollup", - "version": "0.3.0", + "version": "0.4.0", "description": "", "private": true, "main": "index.mjs", diff --git a/bundlers/tsup-config/CHANGELOG.md b/bundlers/tsup-config/CHANGELOG.md index 99e066028..f811ffd9a 100644 --- a/bundlers/tsup-config/CHANGELOG.md +++ b/bundlers/tsup-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/bundler-config-tsup +## 0.2.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.1.0 ### Minor Changes diff --git a/bundlers/tsup-config/package.json b/bundlers/tsup-config/package.json index 1c1c841eb..5d0f9c1e2 100644 --- a/bundlers/tsup-config/package.json +++ b/bundlers/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/bundler-config-tsup", - "version": "0.1.0", + "version": "0.2.0", "description": "", "private": true, "main": "index.mjs", diff --git a/convert/currency/CHANGELOG.md b/convert/currency/CHANGELOG.md index 76f1372b9..f9ecdeec5 100644 --- a/convert/currency/CHANGELOG.md +++ b/convert/currency/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-currency +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/convert/currency/package.json b/convert/currency/package.json index 63d713037..f6eedfabe 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-currency", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/currency", "description": "A Flatfile plugin for currency conversion using Open Exchange Rates API", "registryMetadata": { @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "cross-fetch": "^3.1.5" }, "peerDependencies": { @@ -64,7 +64,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" }, "repository": { diff --git a/convert/translate/CHANGELOG.md b/convert/translate/CHANGELOG.md index e41378549..715623325 100644 --- a/convert/translate/CHANGELOG.md +++ b/convert/translate/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-translate +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/convert/translate/package.json b/convert/translate/package.json index daf130942..ba3c5ed1f 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-translate", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/translate", "description": "A Flatfile Listener plugin for field translation using the Google Translate API", "registryMetadata": { @@ -66,14 +66,14 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "@google-cloud/translate": "^8.5.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/convert/what3words/CHANGELOG.md b/convert/what3words/CHANGELOG.md index 18b94e97e..195092daf 100644 --- a/convert/what3words/CHANGELOG.md +++ b/convert/what3words/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-what3words +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.3.0 ### Minor Changes diff --git a/convert/what3words/package.json b/convert/what3words/package.json index f095d06a2..f24f4a098 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-what3words", - "version": "0.3.0", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/what3words", "description": "A Flatfile plugin for converting What3Words addresses to standard addresses and coordinates", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "cross-fetch": "^4.0.0", "modern-async": "^2.0.4" }, @@ -69,7 +69,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/enrich/geocode/CHANGELOG.md b/enrich/geocode/CHANGELOG.md index 175dc08ad..5dd3eb20d 100644 --- a/enrich/geocode/CHANGELOG.md +++ b/enrich/geocode/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-enrich-geocode +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index 0558ea440..99a725ceb 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-enrich-geocode", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/geocode", "description": "A Flatfile plugin for geocoding addresses using the Google Maps Geocoding API", "registryMetadata": { @@ -66,14 +66,14 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "cross-fetch": "^4.0.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/enrich/gpx/CHANGELOG.md b/enrich/gpx/CHANGELOG.md index bbe63edf5..bd74b629f 100644 --- a/enrich/gpx/CHANGELOG.md +++ b/enrich/gpx/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-enrich-gpx +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index 40d866de7..76aa30e9e 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-enrich-gpx", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/gpx", "description": "A Flatfile plugin for parsing GPX files and extracting relevant data", "registryMetadata": { @@ -66,14 +66,14 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "xml2js": "^0.6.2" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/enrich/sentiment/CHANGELOG.md b/enrich/sentiment/CHANGELOG.md index c83e97bac..ad6d447f8 100644 --- a/enrich/sentiment/CHANGELOG.md +++ b/enrich/sentiment/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-enrich-sentiment +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index dd63f818e..bbe22bbe0 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-enrich-sentiment", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/sentiment", "description": "A Flatfile plugin for sentiment analysis of text fields in records", "registryMetadata": { @@ -56,14 +56,14 @@ "author": "Flatfile, Inc.", "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "sentiment": "^5.0.2" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", "@types/sentiment": "^5.0.4" }, diff --git a/enrich/summarize/CHANGELOG.md b/enrich/summarize/CHANGELOG.md index 84fc28f83..1e4c20666 100644 --- a/enrich/summarize/CHANGELOG.md +++ b/enrich/summarize/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-enrich-summarize +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index ae710304d..d16c56a9b 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-enrich-summarize", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/summarize", "description": "A Flatfile plugin for text summarization and key phrase extraction", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "compromise": "^14.14.0" }, "peerDependencies": { @@ -69,7 +69,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } \ No newline at end of file diff --git a/export/delimited-zip/CHANGELOG.md b/export/delimited-zip/CHANGELOG.md index 01fa6bc2d..beb2ec59c 100644 --- a/export/delimited-zip/CHANGELOG.md +++ b/export/delimited-zip/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-export-delimited-zip +## 0.1.1 + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 0.1.0 ### Minor Changes diff --git a/export/delimited-zip/package.json b/export/delimited-zip/package.json index 79866ad89..f6485576b 100644 --- a/export/delimited-zip/package.json +++ b/export/delimited-zip/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-delimited-zip", - "version": "0.1.0", + "version": "0.1.1", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/delimited-zip", "description": "A Flatfile plugin for exporting Workbooks to delimited files and zipping them together", "registryMetadata": { @@ -66,8 +66,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0", + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0", "adm-zip": "^0.5.16", "csv-stringify": "^6.5.1" }, @@ -76,6 +76,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0" + "@flatfile/bundler-config-tsup": "^0.2.0" } } diff --git a/export/pivot-table/CHANGELOG.md b/export/pivot-table/CHANGELOG.md index e4aacafcc..f1c396d3b 100644 --- a/export/pivot-table/CHANGELOG.md +++ b/export/pivot-table/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-export-pivot-table +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.3.0 ### Minor Changes diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index ffb7558c4..abb2311e2 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-pivot-table", - "version": "0.3.0", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/pivot-table", "description": "A Flatfile plugin for generating pivot tables from sheet data and saving as Markdown documents", "registryMetadata": { @@ -72,7 +72,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } \ No newline at end of file diff --git a/extract/html-table/CHANGELOG.md b/extract/html-table/CHANGELOG.md index d4d8b7e41..11183780e 100644 --- a/extract/html-table/CHANGELOG.md +++ b/extract/html-table/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-extract-html-table +## 1.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 1.2.1 ### Patch Changes diff --git a/extract/html-table/package.json b/extract/html-table/package.json index 0e032a2b2..c48eea6b2 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-extract-html-table", - "version": "1.2.1", + "version": "1.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/extract/html-table", "description": "A Flatfile plugin for extracting table data from HTML files", "registryMetadata": { @@ -59,11 +59,11 @@ "author": "Flatfile", "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1", + "@flatfile/util-extractor": "^2.3.0", "node-html-parser": "^6.1.13" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" }, "repository": { diff --git a/extract/markdown/CHANGELOG.md b/extract/markdown/CHANGELOG.md index 0bbd0a49d..7f8feda27 100644 --- a/extract/markdown/CHANGELOG.md +++ b/extract/markdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-extract-markdown +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 0.2.1 ### Patch Changes diff --git a/extract/markdown/package.json b/extract/markdown/package.json index a53be3d6d..4502d8ac7 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-extract-markdown", - "version": "0.2.1", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/extract/markdown", "description": "A plugin for parsing markdown files in Flatfile.", "registryMetadata": { @@ -61,10 +61,10 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1" + "@flatfile/util-extractor": "^2.3.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/import/faker/CHANGELOG.md b/import/faker/CHANGELOG.md index b535abbd4..db6f7737a 100644 --- a/import/faker/CHANGELOG.md +++ b/import/faker/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-import-faker +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 0.2.0 ### Minor Changes diff --git a/import/faker/package.json b/import/faker/package.json index e4a360824..519f2f118 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-import-faker", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/import/faker", "description": "A Flatfile plugin that generates example records using Faker", "registryMetadata": { @@ -67,13 +67,13 @@ "license": "ISC", "dependencies": { "@faker-js/faker": "^9.0.2", - "@flatfile/util-common": "^1.5.0" + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/import/llm-records/CHANGELOG.md b/import/llm-records/CHANGELOG.md index eb8bf41d1..bad7568f1 100644 --- a/import/llm-records/CHANGELOG.md +++ b/import/llm-records/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-import-llm-records +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 0.2.0 ### Minor Changes diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 5757492bb..b2b448e4a 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-import-llm-records", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/import/llm-records", "description": "A Flatfile plugin that generates example records using AI", "registryMetadata": { @@ -66,8 +66,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0" + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", @@ -78,7 +78,7 @@ "@langchain/openai": "^0.3.8" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/import/rss/CHANGELOG.md b/import/rss/CHANGELOG.md index d0f9874ac..3116cdaa1 100644 --- a/import/rss/CHANGELOG.md +++ b/import/rss/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-import-rss +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 0.2.0 ### Minor Changes diff --git a/import/rss/package.json b/import/rss/package.json index d94b0fe0f..2f9ff6191 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-import-rss", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/import/rss", "description": "A Flatfile plugin for importing RSS feed data", "registryMetadata": { @@ -67,14 +67,14 @@ "license": "ISC", "dependencies": { "@flatfile/api": "^1.9.19", - "@flatfile/util-common": "^1.5.0", + "@flatfile/util-common": "^1.6.0", "rss-parser": "^3.13.0" }, "peerDependencies": { "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } \ No newline at end of file diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 8c45d1547..8587863f7 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-autocast +## 5.0.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + - @flatfile/util-common@1.6.0 + ## 4.0.0 ### Patch Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index f40eb0086..398cd61d1 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "4.0.0", + "version": "5.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { @@ -63,16 +63,16 @@ "license": "ISC", "dependencies": { "@flatfile/hooks": "^1.4.1", - "@flatfile/util-common": "^1.5.0" + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-record-hook": "^1.9.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.9.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/plugin-record-hook": "^1.10.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/automap/CHANGELOG.md b/plugins/automap/CHANGELOG.md index 98115c976..d2a2b7fd8 100644 --- a/plugins/automap/CHANGELOG.md +++ b/plugins/automap/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-automap +## 0.8.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 0.7.0 ### Minor Changes diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 08a68fd55..32bf38f30 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-automap", - "version": "0.7.0", + "version": "0.8.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/automap", "description": "A plugin to provide automapping imported files for headless workflows.", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0", + "@flatfile/util-common": "^1.6.0", "modern-async": "^2.0.4" }, "peerDependencies": { @@ -69,8 +69,8 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/utils-testing": "^0.4.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/utils-testing": "^0.5.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/constraints/CHANGELOG.md b/plugins/constraints/CHANGELOG.md index a6f1f5c79..c75baac51 100644 --- a/plugins/constraints/CHANGELOG.md +++ b/plugins/constraints/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-constraints +## 6.0.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 5.0.0 ### Patch Changes diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 40a23f3de..d7426b559 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-constraints", - "version": "5.0.0", + "version": "6.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/constraints", "description": "A plugin for extending blueprint with external constraints", "type": "module", @@ -61,11 +61,11 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-record-hook": "^1.9.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.9.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/plugin-record-hook": "^1.10.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/dedupe/CHANGELOG.md b/plugins/dedupe/CHANGELOG.md index 7ab0707f9..f26884150 100644 --- a/plugins/dedupe/CHANGELOG.md +++ b/plugins/dedupe/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-dedupe +## 1.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 1.4.0 ### Minor Changes diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index 39242c3ac..7f3335489 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-dedupe", - "version": "1.4.0", + "version": "1.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dedupe", "description": "Dedupe records in a sheet via a sheet level custom action.", "registryMetadata": { @@ -61,8 +61,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0" + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", @@ -70,7 +70,7 @@ }, "devDependencies": { "@faker-js/faker": "^7.6.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/delimiter-extractor/CHANGELOG.md b/plugins/delimiter-extractor/CHANGELOG.md index b9b0eaa0f..94cf86c52 100644 --- a/plugins/delimiter-extractor/CHANGELOG.md +++ b/plugins/delimiter-extractor/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-delimiter-extractor +## 2.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 2.4.0 ### Minor Changes diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 4a2cf581b..5b11b8796 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-delimiter-extractor", - "version": "2.4.0", + "version": "2.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor", "description": "A plugin for parsing .delimiter files in Flatfile.", "registryMetadata": { @@ -53,7 +53,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1", + "@flatfile/util-extractor": "^2.3.0", "papaparse": "^5.4.1", "remeda": "^1.14.0" }, @@ -63,7 +63,7 @@ "devDependencies": { "@types/flat": "^5.0.2", "@types/papaparse": "^5.3.7", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/dxp-configure/CHANGELOG.md b/plugins/dxp-configure/CHANGELOG.md index c42d99724..92bb1bf27 100644 --- a/plugins/dxp-configure/CHANGELOG.md +++ b/plugins/dxp-configure/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-dxp-config +## 1.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 1.3.0 ### Minor Changes diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 85ea6dbd9..3f0899b97 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-dxp-configure", - "version": "1.3.0", + "version": "1.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dxp-configure", "description": "A plugin for using DXP class-based configurations.", "registryMetadata": { @@ -72,7 +72,7 @@ }, "devDependencies": { "@flatfile/configure": "^1.0.1", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/export-workbook/CHANGELOG.md b/plugins/export-workbook/CHANGELOG.md index 8f638e480..c749774ce 100644 --- a/plugins/export-workbook/CHANGELOG.md +++ b/plugins/export-workbook/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-export-workbook +## 3.0.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 2.1.0 ### Minor Changes diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 3e2afa046..a81b262f5 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-workbook", - "version": "2.1.0", + "version": "3.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/export-workbook", "description": "A plugin for exporting data in Flatfile to Workbooks.", "registryMetadata": { @@ -55,15 +55,15 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0", + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, "devDependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/foreign-db-extractor/CHANGELOG.md b/plugins/foreign-db-extractor/CHANGELOG.md index 52d921a5e..e0c3795e9 100644 --- a/plugins/foreign-db-extractor/CHANGELOG.md +++ b/plugins/foreign-db-extractor/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-foreign-db-extractor +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.3.0 ### Minor Changes diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index a71bb0c55..16f63644b 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-foreign-db-extractor", - "version": "0.3.0", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/foreign-db-extractor", "description": "A plugin for extracting MSSQL DBs from a .bak file.", "registryMetadata": { @@ -66,7 +66,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/graphql-schema/CHANGELOG.md b/plugins/graphql-schema/CHANGELOG.md index 9248de1f4..5161af149 100644 --- a/plugins/graphql-schema/CHANGELOG.md +++ b/plugins/graphql-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-graphql-schema +## 1.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-space-configure@0.8.0 + ## 1.4.0 ### Minor Changes diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index a8580cfea..a857aec7c 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-graphql-schema", - "version": "1.4.0", + "version": "1.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/graphql-schema", "description": "A plugin for converting GraphQL to Flatfile blueprint.", "registryMetadata": { @@ -58,7 +58,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-space-configure": "^0.7.0", + "@flatfile/plugin-space-configure": "^0.8.0", "change-case": "^5.4.3", "cross-fetch": "^4.0.0", "graphql": "^16.8.1" @@ -67,7 +67,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/job-handler/CHANGELOG.md b/plugins/job-handler/CHANGELOG.md index e3829b2d6..7873a5339 100644 --- a/plugins/job-handler/CHANGELOG.md +++ b/plugins/job-handler/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-job-handler +## 0.8.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 0.7.0 ### Minor Changes diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 7ae9e51e0..9e77553fd 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-job-handler", - "version": "0.7.0", + "version": "0.8.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/job-handler", "description": "A plugin for handling Flatfile Jobs.", "registryMetadata": { @@ -61,15 +61,15 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0" + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", - "@flatfile/utils-testing": "^0.4.0", + "@flatfile/bundler-config-tsup": "^0.2.0", + "@flatfile/utils-testing": "^0.5.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/json-extractor/CHANGELOG.md b/plugins/json-extractor/CHANGELOG.md index 7deb5581b..04e1ee61a 100644 --- a/plugins/json-extractor/CHANGELOG.md +++ b/plugins/json-extractor/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-json-extractor +## 0.10.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. +- 25836cc: This release introduces multi-sheet extraction to the JSON extractor plugin. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 0.9.1 ### Patch Changes diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index 1c6f7f913..3fba28d25 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-json-extractor", - "version": "0.9.1", + "version": "0.10.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-extractor", "description": "A plugin for parsing json files in Flatfile.", "registryMetadata": { @@ -61,10 +61,10 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1" + "@flatfile/util-extractor": "^2.3.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/json-schema/CHANGELOG.md b/plugins/json-schema/CHANGELOG.md index ef7aaea10..c866394a7 100644 --- a/plugins/json-schema/CHANGELOG.md +++ b/plugins/json-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-json-schema +## 0.7.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-space-configure@0.8.0 + ## 0.6.0 ### Minor Changes diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 39771aa30..0f81cb16e 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-json-schema", - "version": "0.6.0", + "version": "0.7.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-schema", "description": "A plugin for converting JSON Schema to Flatfile Blueprint and configuring a Flatfile Space.", "registryMetadata": { @@ -62,7 +62,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-space-configure": "^0.7.0", + "@flatfile/plugin-space-configure": "^0.8.0", "cross-fetch": "^4.0.0" }, "peerDependencies": { @@ -70,7 +70,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/merge-connection/CHANGELOG.md b/plugins/merge-connection/CHANGELOG.md index 101cb6fc0..aa8c58418 100644 --- a/plugins/merge-connection/CHANGELOG.md +++ b/plugins/merge-connection/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-connect-via-merge +## 0.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-convert-openapi-schema@0.6.0 + - @flatfile/plugin-job-handler@0.8.0 + ## 0.5.1 ### Patch Changes diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 8ba159fa0..80a8cafaa 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-connect-via-merge", - "version": "0.5.1", + "version": "0.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/merge-connection", "description": "A connect plugin for Merge.dev", "registryMetadata": { @@ -58,8 +58,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-openapi-schema": "^0.5.0", - "@flatfile/plugin-job-handler": "^0.7.0", + "@flatfile/plugin-convert-openapi-schema": "^0.6.0", + "@flatfile/plugin-job-handler": "^0.8.0", "@mergeapi/merge-node-client": "^1.0.4" }, "peerDependencies": { @@ -67,8 +67,8 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/plugin-space-configure": "^0.7.0", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/plugin-space-configure": "^0.8.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/openapi-schema/CHANGELOG.md b/plugins/openapi-schema/CHANGELOG.md index f35c4461c..b7e7cd4d6 100644 --- a/plugins/openapi-schema/CHANGELOG.md +++ b/plugins/openapi-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-openapi-schema +## 0.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-space-configure@0.8.0 + ## 0.5.0 ### Minor Changes diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 6a39a6e8f..c735c1cd7 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-openapi-schema", - "version": "0.5.0", + "version": "0.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/openapi-schema", "description": "A plugin for converting OpenAPI schema to Flatfile Blueprint.", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-space-configure": "^0.7.0", + "@flatfile/plugin-space-configure": "^0.8.0", "cross-fetch": "^4.0.0" }, "peerDependencies": { @@ -69,7 +69,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/pdf-extractor/CHANGELOG.md b/plugins/pdf-extractor/CHANGELOG.md index df309f655..9a900fee2 100644 --- a/plugins/pdf-extractor/CHANGELOG.md +++ b/plugins/pdf-extractor/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-pdf-extractor +## 0.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-file-buffer@0.6.0 + - @flatfile/util-common@1.6.0 + ## 0.4.0 ### Minor Changes diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index d232bebc7..d73f8ccbe 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-pdf-extractor", - "version": "0.4.0", + "version": "0.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/pdf-extractor", "description": "A plugin for parsing PDF files in Flatfile.", "registryMetadata": { @@ -61,8 +61,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0", - "@flatfile/util-file-buffer": "^0.5.0", + "@flatfile/util-common": "^1.6.0", + "@flatfile/util-file-buffer": "^0.6.0", "cross-fetch": "^4.0.0", "form-data": "^4.0.0", "fs-extra": "^11.1.1", @@ -74,7 +74,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.1", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/psv-extractor/CHANGELOG.md b/plugins/psv-extractor/CHANGELOG.md index 67130a34c..bc6e9f181 100644 --- a/plugins/psv-extractor/CHANGELOG.md +++ b/plugins/psv-extractor/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-psv-extractor +## 1.11.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 1.10.0 ### Minor Changes diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 3451ce01e..ed0c45e44 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-psv-extractor", - "version": "1.10.0", + "version": "1.11.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/psv-extractor", "description": "A plugin for parsing a psv file and extracting it into Flatfile.", "registryMetadata": { @@ -63,7 +63,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index f6da6067d..42739caa7 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-record-hook +## 1.10.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 1.9.0 ### Minor Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 50974c606..bb8107fd1 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.9.0", + "version": "1.10.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/record-hook", "description": "A plugin for running custom logic on individual data records in Flatfile.", "registryMetadata": { @@ -68,7 +68,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0" + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", @@ -76,7 +76,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } \ No newline at end of file diff --git a/plugins/rollout/CHANGELOG.md b/plugins/rollout/CHANGELOG.md index ce2007cb2..ce43462e9 100644 --- a/plugins/rollout/CHANGELOG.md +++ b/plugins/rollout/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-rollout +## 1.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 1.3.0 ### Minor Changes diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index efd924da3..a20796aa4 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-rollout", - "version": "1.3.0", + "version": "1.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/rollout", "description": "A plugin for automatically rolling out new changes to workbooks in flatfile.", "registryMetadata": { @@ -54,8 +54,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0", - "@flatfile/plugin-job-handler": "^0.7.0", + "@flatfile/util-common": "^1.6.0", + "@flatfile/plugin-job-handler": "^0.8.0", "async": "^3.2.5", "modern-async": "^2.0.0" }, @@ -64,7 +64,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/space-configure/CHANGELOG.md b/plugins/space-configure/CHANGELOG.md index 6785ff1af..958d9c29c 100644 --- a/plugins/space-configure/CHANGELOG.md +++ b/plugins/space-configure/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-space-configure +## 0.8.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + ## 0.7.0 ### Minor Changes diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index c6ac0ea26..410df3dc5 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-space-configure", - "version": "0.7.0", + "version": "0.8.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/space-configure", "description": "A plugin for configuring a Flatfile Space.", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0" + "@flatfile/plugin-job-handler": "^0.8.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", @@ -69,8 +69,8 @@ }, "devDependencies": { "@flatfile/api": "^1.9.19", - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0" + "@flatfile/utils-testing": "^0.5.0" } } diff --git a/plugins/sql-ddl-converter/CHANGELOG.md b/plugins/sql-ddl-converter/CHANGELOG.md index aaac04196..787008ac7 100644 --- a/plugins/sql-ddl-converter/CHANGELOG.md +++ b/plugins/sql-ddl-converter/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-convert-sql-ddl +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-space-configure@0.8.0 + - @flatfile/plugin-convert-json-schema@0.7.0 + ## 0.3.1 ### Patch Changes diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index fec5b3d2f..9e47b11c7 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-sql-ddl", - "version": "0.3.1", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/sql-ddl-converter", "description": "A plugin for converting SQL DDL into Flatfile Blueprint.", "registryMetadata": { @@ -53,8 +53,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.6.0", - "@flatfile/plugin-space-configure": "^0.7.0", + "@flatfile/plugin-convert-json-schema": "^0.7.0", + "@flatfile/plugin-space-configure": "^0.8.0", "sql-ddl-to-json-schema": "^4.1.0" }, "peerDependencies": { @@ -62,7 +62,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/tsv-extractor/CHANGELOG.md b/plugins/tsv-extractor/CHANGELOG.md index 4b61acc23..26bf89365 100644 --- a/plugins/tsv-extractor/CHANGELOG.md +++ b/plugins/tsv-extractor/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-tsv-extractor +## 1.10.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 1.9.0 ### Minor Changes diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 3d0a460f0..6deefba7e 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-tsv-extractor", - "version": "1.9.0", + "version": "1.10.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/tsv-extractor", "description": "A plugin for parsing a tsv file and extracting it into Flatfile.", "registryMetadata": { @@ -63,7 +63,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/view-mapped/CHANGELOG.md b/plugins/view-mapped/CHANGELOG.md index 93f1b6733..f1c7ede48 100644 --- a/plugins/view-mapped/CHANGELOG.md +++ b/plugins/view-mapped/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-view-mapped +## 1.2.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 1.1.0 ### Minor Changes diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index 864bbe94b..e80303ea5 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-view-mapped", - "version": "1.1.0", + "version": "1.2.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/view-mapped", "description": "A plugin for making the view post mapping show only mapped columns.", "registryMetadata": { @@ -63,12 +63,12 @@ "dependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0" + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0" + "@flatfile/utils-testing": "^0.5.0" } } diff --git a/plugins/webhook-egress/CHANGELOG.md b/plugins/webhook-egress/CHANGELOG.md index b3286cea5..0915c600d 100644 --- a/plugins/webhook-egress/CHANGELOG.md +++ b/plugins/webhook-egress/CHANGELOG.md @@ -1,5 +1,18 @@ # @flatfile/plugin-webhook-egress +## 1.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-response-rejection@1.6.0 + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-common@1.6.0 + ## 1.5.0 ### Minor Changes diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index bd9ce12b8..7a4bc6db8 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-webhook-egress", - "version": "1.5.0", + "version": "1.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/webhook-egress", "description": "A plugin for egressing data from a Flatfile Workbook to a webhook.", "registryMetadata": { @@ -61,9 +61,9 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0", - "@flatfile/util-response-rejection": "^1.5.0", + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0", + "@flatfile/util-response-rejection": "^1.6.0", "cross-fetch": "^4.0.0" }, "peerDependencies": { @@ -71,8 +71,8 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0" + "@flatfile/utils-testing": "^0.5.0" } } diff --git a/plugins/webhook-event-forwarder/CHANGELOG.md b/plugins/webhook-event-forwarder/CHANGELOG.md index d18918bc1..9fe752f45 100644 --- a/plugins/webhook-event-forwarder/CHANGELOG.md +++ b/plugins/webhook-event-forwarder/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-webhook-event-forwarder +## 0.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.5.0 ### Minor Changes diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index e6a18307f..62011147f 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-webhook-event-forwarder", - "version": "0.5.0", + "version": "0.6.0", "description": "A plugin to forward events via webhook for clients to manipulate at their endpoints in a language-agnostic way.", "registryMetadata": { "category": "automation" @@ -68,7 +68,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/xlsx-extractor/CHANGELOG.md b/plugins/xlsx-extractor/CHANGELOG.md index e69476987..fc7424ddc 100644 --- a/plugins/xlsx-extractor/CHANGELOG.md +++ b/plugins/xlsx-extractor/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-xlsx-extractor +## 3.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 3.3.1 ### Patch Changes diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index f10b0515c..c4b6c0050 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-xlsx-extractor", - "version": "3.3.1", + "version": "3.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xlsx-extractor", "description": "A plugin for parsing xlsx files in Flatfile.", "registryMetadata": { @@ -53,7 +53,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1", + "@flatfile/util-extractor": "^2.3.0", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, @@ -61,7 +61,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/xml-extractor/CHANGELOG.md b/plugins/xml-extractor/CHANGELOG.md index 4cb4aa627..beaef371e 100644 --- a/plugins/xml-extractor/CHANGELOG.md +++ b/plugins/xml-extractor/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-dxp-config +## 0.9.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-extractor@2.3.0 + ## 0.8.1 ### Patch Changes diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index 66676a890..d159d4ef8 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-xml-extractor", - "version": "0.8.1", + "version": "0.9.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xml-extractor", "description": "A plugin for parsing .xml files in Flatfile.", "registryMetadata": { @@ -61,7 +61,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.2.1", + "@flatfile/util-extractor": "^2.3.0", "remeda": "^1.24.0", "xml-json-format": "^1.0.8" }, @@ -69,7 +69,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/plugins/yaml-schema/CHANGELOG.md b/plugins/yaml-schema/CHANGELOG.md index 163074605..5bc5c0fef 100644 --- a/plugins/yaml-schema/CHANGELOG.md +++ b/plugins/yaml-schema/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-convert-yaml-schema +## 0.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-space-configure@0.8.0 + - @flatfile/plugin-convert-json-schema@0.7.0 + ## 0.4.1 ### Patch Changes diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 56642227e..bcdb68a7b 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-convert-yaml-schema", - "version": "0.4.1", + "version": "0.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/yaml-schema", "description": "A plugin for converting YAML Schema definitions to Flatfile Blueprint.", "registryMetadata": { @@ -61,8 +61,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.6.0", - "@flatfile/plugin-space-configure": "^0.7.0", + "@flatfile/plugin-convert-json-schema": "^0.7.0", + "@flatfile/plugin-space-configure": "^0.8.0", "cross-fetch": "^4.0.0", "js-yaml": "^4.1.0" }, @@ -71,9 +71,9 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0", + "@flatfile/utils-testing": "^0.5.0", "express": "^4.18.2" } } diff --git a/plugins/zip-extractor/CHANGELOG.md b/plugins/zip-extractor/CHANGELOG.md index 240359fbe..c5f6ea13d 100644 --- a/plugins/zip-extractor/CHANGELOG.md +++ b/plugins/zip-extractor/CHANGELOG.md @@ -1,5 +1,18 @@ # @flatfile/plugin-zip-extractor +## 0.8.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-job-handler@0.8.0 + - @flatfile/util-file-buffer@0.6.0 + - @flatfile/util-common@1.6.0 + ## 0.7.0 ### Minor Changes diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index 3a4f308fb..4a6166278 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-zip-extractor", - "version": "0.7.0", + "version": "0.8.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/zip-extractor", "description": "A plugin for unzipping zip files and uploading content back in Flatfile.", "registryMetadata": { @@ -53,9 +53,9 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.7.0", - "@flatfile/util-common": "^1.5.0", - "@flatfile/util-file-buffer": "^0.5.0", + "@flatfile/plugin-job-handler": "^0.8.0", + "@flatfile/util-common": "^1.6.0", + "@flatfile/util-file-buffer": "^0.6.0", "adm-zip": "^0.5.10", "modern-async": "^2.0.0" }, @@ -64,9 +64,9 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0", + "@flatfile/utils-testing": "^0.5.0", "@types/adm-zip": "^0.4.3" } } diff --git a/support/common-utils/CHANGELOG.md b/support/common-utils/CHANGELOG.md index 9904680f5..dc01f2d71 100644 --- a/support/common-utils/CHANGELOG.md +++ b/support/common-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/common-plugin-utils +## 1.2.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 1.1.0 ### Minor Changes diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 048cc10e7..5a32fae67 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/common-plugin-utils", - "version": "1.1.0", + "version": "1.2.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/support/common-utils", "description": "A library containing common utilities and helpers for plugins", "keywords": [], @@ -60,7 +60,7 @@ }, "license": "ISC", "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/common/CHANGELOG.md b/utils/common/CHANGELOG.md index aa73e2b2f..9c8d81150 100644 --- a/utils/common/CHANGELOG.md +++ b/utils/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-common +## 1.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 1.5.0 ### Minor Changes diff --git a/utils/common/package.json b/utils/common/package.json index 5004dcde7..36c847944 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-common", - "version": "1.5.0", + "version": "1.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/common", "description": "A library containing common utilities and helpers for plugins.", "keywords": [], @@ -63,7 +63,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/extractor/CHANGELOG.md b/utils/extractor/CHANGELOG.md index 5745ef0a8..e5bbe0b24 100644 --- a/utils/extractor/CHANGELOG.md +++ b/utils/extractor/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-extractor-utils +## 2.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-file-buffer@0.6.0 + - @flatfile/util-common@1.6.0 + ## 2.2.1 ### Patch Changes diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 700e3ff1d..628ef6395 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-extractor", - "version": "2.2.1", + "version": "2.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor", "description": "A library containing common utilities and helpers for extractors.", "keywords": [ @@ -58,15 +58,15 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0", - "@flatfile/util-file-buffer": "^0.5.0" + "@flatfile/util-common": "^1.6.0", + "@flatfile/util-file-buffer": "^0.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/fetch-schema/CHANGELOG.md b/utils/fetch-schema/CHANGELOG.md index 667298982..16cfc3c77 100644 --- a/utils/fetch-schema/CHANGELOG.md +++ b/utils/fetch-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-fetch-schema +## 0.4.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.3.0 ### Minor Changes diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index 81c05e220..15a856916 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-fetch-schema", - "version": "0.3.0", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/fetch-schema", "description": "A utility for fetching schemas for processing", "registryMetadata": { @@ -64,7 +64,7 @@ "@flatfile/api": "^1.9.19" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/file-buffer/CHANGELOG.md b/utils/file-buffer/CHANGELOG.md index 209ea8585..46b14bc1b 100644 --- a/utils/file-buffer/CHANGELOG.md +++ b/utils/file-buffer/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-file-buffer +## 0.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.5.0 ### Minor Changes diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 7e69349f7..74db4f384 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-file-buffer", - "version": "0.5.0", + "version": "0.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/file-buffer", "description": "A utility for extracting data from any file and making it available as a buffer", "registryMetadata": { @@ -66,7 +66,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/response-rejection/CHANGELOG.md b/utils/response-rejection/CHANGELOG.md index f72174054..0863228be 100644 --- a/utils/response-rejection/CHANGELOG.md +++ b/utils/response-rejection/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/util-response-rejection +## 1.6.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/util-common@1.6.0 + ## 1.5.0 ### Minor Changes diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index ae63f8b98..ba4997a41 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-response-rejection", - "version": "1.5.0", + "version": "1.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/response-rejection", "description": "This plugin handles response rejections returned from an external source.", "registryMetadata": { @@ -61,13 +61,13 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.5.0" + "@flatfile/util-common": "^1.6.0" }, "peerDependencies": { "@flatfile/api": "^1.9.19" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/utils/testing/CHANGELOG.md b/utils/testing/CHANGELOG.md index e0b065baa..728f30c91 100644 --- a/utils/testing/CHANGELOG.md +++ b/utils/testing/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/utils-testing +## 0.5.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + ## 0.4.0 ### Minor Changes diff --git a/utils/testing/package.json b/utils/testing/package.json index 2e75524b1..2d60f64c4 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/utils-testing", - "version": "0.4.0", + "version": "0.5.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/testing", "description": "A utility package for testing plugins", "engines": { @@ -60,7 +60,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/validate/boolean/CHANGELOG.md b/validate/boolean/CHANGELOG.md index 92d502b9d..d43e81a9c 100644 --- a/validate/boolean/CHANGELOG.md +++ b/validate/boolean/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-boolean +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 5898c9152..a80842fc6 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-boolean", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/boolean", "description": "A Flatfile plugin for boolean validation with multi-language support", "registryMetadata": { @@ -66,13 +66,13 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.9.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/validate/date/CHANGELOG.md b/validate/date/CHANGELOG.md index dc0fd0af4..17082fdaa 100644 --- a/validate/date/CHANGELOG.md +++ b/validate/date/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-date +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/date/package.json b/validate/date/package.json index a9676803b..5f171f762 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-date", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/date", "description": "A Flatfile plugin for normalizing date formats", "registryMetadata": { @@ -66,7 +66,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "chrono-node": "^2.7.7", "date-fns": "^4.1.0" }, @@ -74,7 +74,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/validate/email/CHANGELOG.md b/validate/email/CHANGELOG.md index 392bff12d..355d6c269 100644 --- a/validate/email/CHANGELOG.md +++ b/validate/email/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-email +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/email/package.json b/validate/email/package.json index 32bd56124..46bd38e6c 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-email", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/email", "description": "A Flatfile Listener plugin for email validation", "registryMetadata": { @@ -66,13 +66,13 @@ "directory": "validate/email" }, "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/validate/isbn/CHANGELOG.md b/validate/isbn/CHANGELOG.md index d57018bf9..73b8f30e6 100644 --- a/validate/isbn/CHANGELOG.md +++ b/validate/isbn/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-isbn +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/isbn/package.json b/validate/isbn/package.json index 61c2102aa..be9019048 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-isbn", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/isbn", "description": "A Flatfile Listener plugin for ISBN validation with configurable options. Validates ISBN-10 and ISBN-13 formats, provides specific error messages, and optionally converts ISBN-10 to ISBN-13.", "registryMetadata": { @@ -56,16 +56,16 @@ "author": "Flatfile, Inc..", "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "isbn3": "^1.2.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0", - "@flatfile/utils-testing": "^0.4.0" + "@flatfile/utils-testing": "^0.5.0" }, "repository": { "type": "git", diff --git a/validate/number/CHANGELOG.md b/validate/number/CHANGELOG.md index c30742290..7404b6886 100644 --- a/validate/number/CHANGELOG.md +++ b/validate/number/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-number +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/number/package.json b/validate/number/package.json index 9d0722924..74bc722f7 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-number", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/number", "description": "A Flatfile Listener plugin for number validation", "type": "module", @@ -63,12 +63,12 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0" + "@flatfile/bundler-config-tsup": "^0.2.0" } } diff --git a/validate/phone/CHANGELOG.md b/validate/phone/CHANGELOG.md index 20b383e0b..7d2e20454 100644 --- a/validate/phone/CHANGELOG.md +++ b/validate/phone/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-phone +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/phone/package.json b/validate/phone/package.json index e67c3197e..d037344fb 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-phone", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validators/phone", "description": "A validator plugin for phone number formatting on individual data records in Flatfile.", "registryMetadata": { @@ -66,14 +66,14 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.10.0", "libphonenumber-js": "^1.11.10" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" } } diff --git a/validate/string/CHANGELOG.md b/validate/string/CHANGELOG.md index a2950c829..76c352bc5 100644 --- a/validate/string/CHANGELOG.md +++ b/validate/string/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-validate-string +## 0.3.0 + +### Minor Changes + +- fe21d6e: The release swaps the package's bundler to tsup. + +### Patch Changes + +- Updated dependencies [fe21d6e] + - @flatfile/plugin-record-hook@1.10.0 + ## 0.2.0 ### Minor Changes diff --git a/validate/string/package.json b/validate/string/package.json index 97fa4796c..6857391c7 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-validate-string", - "version": "0.2.0", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/string", "description": "A Flatfile plugin for string configuration and validation", "registryMetadata": { @@ -56,13 +56,13 @@ "author": "Flatfile, Inc", "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.10.0" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.1.0", + "@flatfile/bundler-config-tsup": "^0.2.0", "@flatfile/config-vitest": "^0.0.0" }, "repository": {