From 86526617edf2e71a60f05797e9a529010090db4b Mon Sep 17 00:00:00 2001 From: Flatfile Bot <62193415+flatfiledocker@users.noreply.github.com> Date: Mon, 20 May 2024 17:42:15 -0600 Subject: [PATCH] chore: update versions (#530) Co-authored-by: github-actions[bot] --- .changeset/tricky-zoos-look.md | 34 -------------------- plugins/autocast/CHANGELOG.md | 12 +++++++ plugins/autocast/package.json | 8 ++--- plugins/automap/CHANGELOG.md | 8 +++++ plugins/automap/package.json | 4 +-- plugins/constraints/CHANGELOG.md | 11 +++++++ plugins/constraints/package.json | 6 ++-- plugins/dedupe/CHANGELOG.md | 12 +++++++ plugins/dedupe/package.json | 6 ++-- plugins/delimiter-extractor/CHANGELOG.md | 11 +++++++ plugins/delimiter-extractor/package.json | 4 +-- plugins/dxp-configure/CHANGELOG.md | 8 +++++ plugins/dxp-configure/package.json | 2 +- plugins/export-workbook/CHANGELOG.md | 14 ++++++++ plugins/export-workbook/package.json | 10 +++--- plugins/foreign-db-extractor/CHANGELOG.md | 8 +++++ plugins/foreign-db-extractor/package.json | 2 +- plugins/job-handler/CHANGELOG.md | 11 +++++++ plugins/job-handler/package.json | 6 ++-- plugins/json-schema/CHANGELOG.md | 11 +++++++ plugins/json-schema/package.json | 4 +-- plugins/merge-connection/CHANGELOG.md | 12 +++++++ plugins/merge-connection/package.json | 6 ++-- plugins/openapi-schema/CHANGELOG.md | 11 +++++++ plugins/openapi-schema/package.json | 4 +-- plugins/pdf-extractor/CHANGELOG.md | 12 +++++++ plugins/pdf-extractor/package.json | 6 ++-- plugins/psv-extractor/CHANGELOG.md | 8 +++++ plugins/psv-extractor/package.json | 2 +- plugins/record-hook/CHANGELOG.md | 11 +++++++ plugins/record-hook/package.json | 4 +-- plugins/space-configure/CHANGELOG.md | 11 +++++++ plugins/space-configure/package.json | 6 ++-- plugins/sql-ddl-converter/CHANGELOG.md | 12 +++++++ plugins/sql-ddl-converter/package.json | 6 ++-- plugins/tsv-extractor/CHANGELOG.md | 8 +++++ plugins/tsv-extractor/package.json | 2 +- plugins/webhook-egress/CHANGELOG.md | 13 ++++++++ plugins/webhook-egress/package.json | 10 +++--- plugins/webhook-event-forwarder/CHANGELOG.md | 8 +++++ plugins/webhook-event-forwarder/package.json | 2 +- plugins/yaml-schema/CHANGELOG.md | 12 +++++++ plugins/yaml-schema/package.json | 8 ++--- plugins/zip-extractor/CHANGELOG.md | 13 ++++++++ plugins/zip-extractor/package.json | 10 +++--- utils/common/CHANGELOG.md | 8 +++++ utils/common/package.json | 2 +- utils/extractor/CHANGELOG.md | 12 +++++++ utils/extractor/package.json | 6 ++-- utils/fetch-schema/CHANGELOG.md | 8 +++++ utils/fetch-schema/package.json | 2 +- utils/file-buffer/CHANGELOG.md | 8 +++++ utils/file-buffer/package.json | 2 +- utils/response-rejection/CHANGELOG.md | 11 +++++++ utils/response-rejection/package.json | 4 +-- utils/testing/CHANGELOG.md | 8 +++++ utils/testing/package.json | 2 +- 57 files changed, 360 insertions(+), 102 deletions(-) delete mode 100644 .changeset/tricky-zoos-look.md diff --git a/.changeset/tricky-zoos-look.md b/.changeset/tricky-zoos-look.md deleted file mode 100644 index 662af3c51..000000000 --- a/.changeset/tricky-zoos-look.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -'@flatfile/plugin-webhook-event-forwarder': patch -'@flatfile/plugin-foreign-db-extractor': patch -'@flatfile/plugin-delimiter-extractor': patch -'@flatfile/plugin-convert-sql-ddl': patch -'@flatfile/plugin-connect-via-merge': patch -'@flatfile/util-response-rejection': patch -'@flatfile/plugin-export-workbook': minor -'@flatfile/plugin-space-configure': patch -'@flatfile/plugin-convert-openapi-schema': patch -'@flatfile/plugin-webhook-egress': patch -'@flatfile/plugin-dxp-configure': patch -'@flatfile/plugin-pdf-extractor': patch -'@flatfile/plugin-psv-extractor': patch -'@flatfile/plugin-tsv-extractor': patch -'@flatfile/plugin-zip-extractor': patch -'@flatfile/plugin-constraints': patch -'@flatfile/plugin-job-handler': patch -'@flatfile/plugin-convert-json-schema': patch -'@flatfile/plugin-record-hook': patch -'@flatfile/plugin-convert-yaml-schema': patch -'@flatfile/util-fetch-schema': patch -'@flatfile/util-file-buffer': patch -'@flatfile/plugin-autocast': patch -'@flatfile/plugin-automap': patch -'@flatfile/util-extractor': patch -'@flatfile/plugin-dedupe': patch -'@flatfile/utils-testing': patch -'@flatfile/util-common': patch ---- - -This release updates the @flatfile/api dependency on all plugins. - -@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index ad461f7bf..733dfcdb7 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-autocast +## 0.8.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-record-hook@1.5.3 + - @flatfile/util-common@1.3.2 + ## 0.8.1 ### Patch Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index c4534f631..f69ca4ceb 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.8.1", + "version": "0.8.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { @@ -53,15 +53,15 @@ "license": "ISC", "dependencies": { "@flatfile/hooks": "^1.3.2", - "@flatfile/util-common": "^1.3.1" + "@flatfile/util-common": "^1.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/listener": "^1.0.1", - "@flatfile/plugin-record-hook": "^1.5.2" + "@flatfile/plugin-record-hook": "^1.5.3" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.5.2", + "@flatfile/plugin-record-hook": "^1.5.3", "@flatfile/rollup-config": "0.1.1" } } diff --git a/plugins/automap/CHANGELOG.md b/plugins/automap/CHANGELOG.md index 269fa4357..509da636c 100644 --- a/plugins/automap/CHANGELOG.md +++ b/plugins/automap/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-automap +## 0.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.3.1 ### Patch Changes diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 7bc302cb2..4b35ed9f0 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-automap", - "version": "0.3.1", + "version": "0.3.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/automap", "description": "A plugin to provide automapping imported files for headless workflows.", "registryMetadata": { @@ -40,6 +40,6 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/utils-testing": "^0.1.5" + "@flatfile/utils-testing": "^0.1.6" } } diff --git a/plugins/constraints/CHANGELOG.md b/plugins/constraints/CHANGELOG.md index ebbaaf8e7..67a21cc02 100644 --- a/plugins/constraints/CHANGELOG.md +++ b/plugins/constraints/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-constraints +## 1.2.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-record-hook@1.5.3 + ## 1.2.1 ### Patch Changes diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index e0407f5b3..c3f621034 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-constraints", - "version": "1.2.1", + "version": "1.2.2", "description": "A plugin for extending blueprint with external constraints", "engines": { "node": ">= 16" @@ -50,10 +50,10 @@ "peerDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/listener": "^1.0.1", - "@flatfile/plugin-record-hook": "^1.5.2" + "@flatfile/plugin-record-hook": "^1.5.3" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.5.2", + "@flatfile/plugin-record-hook": "^1.5.3", "@flatfile/rollup-config": "0.1.1" } } diff --git a/plugins/dedupe/CHANGELOG.md b/plugins/dedupe/CHANGELOG.md index 0c2c81197..da0e0bfd5 100644 --- a/plugins/dedupe/CHANGELOG.md +++ b/plugins/dedupe/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-dedupe +## 1.1.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-job-handler@0.5.2 + - @flatfile/util-common@1.3.2 + ## 1.1.2 ### Patch Changes diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index af4de74e0..df6c32452 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-dedupe", - "version": "1.1.2", + "version": "1.1.3", "description": "Dedupe records in a sheet via a sheet level custom action.", "registryMetadata": { "category": "transform" @@ -50,8 +50,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.5.1", - "@flatfile/util-common": "^1.3.1" + "@flatfile/plugin-job-handler": "^0.5.2", + "@flatfile/util-common": "^1.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", diff --git a/plugins/delimiter-extractor/CHANGELOG.md b/plugins/delimiter-extractor/CHANGELOG.md index ec582918b..6ebaec1b7 100644 --- a/plugins/delimiter-extractor/CHANGELOG.md +++ b/plugins/delimiter-extractor/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-delimiter-extractor +## 0.10.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-extractor@0.6.2 + ## 0.10.1 ### Patch Changes diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 220975a42..08aff48bb 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-delimiter-extractor", - "version": "0.10.1", + "version": "0.10.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor", "description": "A plugin for parsing .delimiter files in Flatfile.", "registryMetadata": { @@ -32,7 +32,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^0.6.1", + "@flatfile/util-extractor": "^0.6.2", "papaparse": "^5.4.1", "remeda": "^1.14.0" }, diff --git a/plugins/dxp-configure/CHANGELOG.md b/plugins/dxp-configure/CHANGELOG.md index ec5dbe09b..1e05ce488 100644 --- a/plugins/dxp-configure/CHANGELOG.md +++ b/plugins/dxp-configure/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-dxp-config +## 1.1.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 1.1.1 ### Patch Changes diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 84e9960d0..e79962de0 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-dxp-configure", - "version": "1.1.1", + "version": "1.1.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dxp-configure", "description": "A plugin for using DXP class-based configurations.", "registryMetadata": { diff --git a/plugins/export-workbook/CHANGELOG.md b/plugins/export-workbook/CHANGELOG.md index 39af3f02c..81622198a 100644 --- a/plugins/export-workbook/CHANGELOG.md +++ b/plugins/export-workbook/CHANGELOG.md @@ -1,5 +1,19 @@ # @flatfile/plugin-export-workbook +## 0.3.0 + +### Minor Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +### Patch Changes + +- Updated dependencies [1d253d8] + - @flatfile/plugin-job-handler@0.5.2 + - @flatfile/util-common@1.3.2 + ## 0.2.1 ### Patch Changes diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index b4a9369e2..bb72c04c7 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-workbook", - "version": "0.2.1", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/export-workbook", "description": "A plugin for exporting data in Flatfile to Workbooks.", "registryMetadata": { @@ -53,13 +53,13 @@ "peerDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/listener": "^1.0.1", - "@flatfile/plugin-job-handler": "^0.5.1", - "@flatfile/util-common": "^1.3.1", + "@flatfile/plugin-job-handler": "^0.5.2", + "@flatfile/util-common": "^1.3.2", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, "devDependencies": { - "@flatfile/plugin-job-handler": "^0.5.1", - "@flatfile/util-common": "^1.3.1" + "@flatfile/plugin-job-handler": "^0.5.2", + "@flatfile/util-common": "^1.3.2" } } diff --git a/plugins/foreign-db-extractor/CHANGELOG.md b/plugins/foreign-db-extractor/CHANGELOG.md index dd0f51c1f..2575101a4 100644 --- a/plugins/foreign-db-extractor/CHANGELOG.md +++ b/plugins/foreign-db-extractor/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-foreign-db-extractor +## 0.1.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.1.1 ### Patch Changes diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index 73b93a07c..2ff3c1633 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.1.1", + "version": "0.1.2", "description": "A plugin for extracting MSSQL DBs from a .bak file.", "registryMetadata": { "category": "extractor" diff --git a/plugins/job-handler/CHANGELOG.md b/plugins/job-handler/CHANGELOG.md index 2da9a596d..951f55c03 100644 --- a/plugins/job-handler/CHANGELOG.md +++ b/plugins/job-handler/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-job-handler +## 0.5.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-common@1.3.2 + ## 0.5.1 ### Patch Changes diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 76826aaa4..2c7dcfae5 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-job-handler", - "version": "0.5.1", + "version": "0.5.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/job-handler", "description": "A plugin for handling Flatfile Jobs.", "registryMetadata": { @@ -51,7 +51,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.1" + "@flatfile/util-common": "^1.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", @@ -59,6 +59,6 @@ }, "devDependencies": { "@flatfile/rollup-config": "0.1.1", - "@flatfile/utils-testing": "^0.1.5" + "@flatfile/utils-testing": "^0.1.6" } } diff --git a/plugins/json-schema/CHANGELOG.md b/plugins/json-schema/CHANGELOG.md index 2633fa069..10b34395d 100644 --- a/plugins/json-schema/CHANGELOG.md +++ b/plugins/json-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-json-schema +## 0.3.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-space-configure@0.5.2 + ## 0.3.2 ### Patch Changes diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 78681e28c..feef74693 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.3.2", + "version": "0.3.3", "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": { @@ -33,7 +33,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-space-configure": "^0.5.1", + "@flatfile/plugin-space-configure": "^0.5.2", "cross-fetch": "^4.0.0" }, "peerDependencies": { diff --git a/plugins/merge-connection/CHANGELOG.md b/plugins/merge-connection/CHANGELOG.md index 4289020b5..84abbe86d 100644 --- a/plugins/merge-connection/CHANGELOG.md +++ b/plugins/merge-connection/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-connect-via-merge +## 0.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-convert-openapi-schema@0.2.3 + - @flatfile/plugin-job-handler@0.5.2 + ## 0.3.1 ### Patch Changes diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 4a82ec094..ae7518333 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.3.1", + "version": "0.3.2", "description": "A connect plugin for Merge.dev", "registryMetadata": { "category": "connect" @@ -28,8 +28,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-openapi-schema": "^0.2.2", - "@flatfile/plugin-job-handler": "^0.5.1", + "@flatfile/plugin-convert-openapi-schema": "^0.2.3", + "@flatfile/plugin-job-handler": "^0.5.2", "@mergeapi/merge-node-client": "^1.0.4" }, "peerDependencies": { diff --git a/plugins/openapi-schema/CHANGELOG.md b/plugins/openapi-schema/CHANGELOG.md index 6fa67d95a..50e26c7ea 100644 --- a/plugins/openapi-schema/CHANGELOG.md +++ b/plugins/openapi-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-convert-openapi-schema +## 0.2.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-space-configure@0.5.2 + ## 0.2.2 ### Patch Changes diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 99d410e7d..779f02e86 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.2.2", + "version": "0.2.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/openapi-schema", "description": "A plugin for converting OpenAPI schema to Flatfile Blueprint.", "registryMetadata": { @@ -51,7 +51,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-space-configure": "^0.5.1", + "@flatfile/plugin-space-configure": "^0.5.2", "cross-fetch": "^4.0.0" }, "peerDependencies": { diff --git a/plugins/pdf-extractor/CHANGELOG.md b/plugins/pdf-extractor/CHANGELOG.md index 31d52347a..661d426a8 100644 --- a/plugins/pdf-extractor/CHANGELOG.md +++ b/plugins/pdf-extractor/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-pdf-extractor +## 0.2.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-file-buffer@0.3.2 + - @flatfile/util-common@1.3.2 + ## 0.2.1 ### Patch Changes diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index 17a7c768b..9edd451fb 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-pdf-extractor", - "version": "0.2.1", + "version": "0.2.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/pdf-extractor", "description": "A plugin for parsing PDF files in Flatfile.", "registryMetadata": { @@ -32,8 +32,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.1", - "@flatfile/util-file-buffer": "^0.3.1", + "@flatfile/util-common": "^1.3.2", + "@flatfile/util-file-buffer": "^0.3.2", "cross-fetch": "^4.0.0", "form-data": "^4.0.0", "fs-extra": "^11.1.1", diff --git a/plugins/psv-extractor/CHANGELOG.md b/plugins/psv-extractor/CHANGELOG.md index 6e8a23e88..21a6301fc 100644 --- a/plugins/psv-extractor/CHANGELOG.md +++ b/plugins/psv-extractor/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-psv-extractor +## 1.8.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 1.8.1 ### Patch Changes diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 7b1989524..1cefe68cf 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-psv-extractor", - "version": "1.8.1", + "version": "1.8.2", "description": "A plugin for parsing a psv file and extracting it into Flatfile.", "registryMetadata": { "category": "extractors" diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index 3ec0c1bd8..ecc083d56 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-record-hook +## 1.5.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-common@1.3.2 + ## 1.5.2 ### Patch Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 8ec0f44fb..92ffb0ee2 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.5.2", + "version": "1.5.3", "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": { @@ -57,7 +57,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.1" + "@flatfile/util-common": "^1.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", diff --git a/plugins/space-configure/CHANGELOG.md b/plugins/space-configure/CHANGELOG.md index e70153900..78aa0eb66 100644 --- a/plugins/space-configure/CHANGELOG.md +++ b/plugins/space-configure/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-space-configure +## 0.5.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-job-handler@0.5.2 + ## 0.5.1 ### Patch Changes diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index e115cedf3..9b181d03d 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-space-configure", - "version": "0.5.1", + "version": "0.5.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/space-configure", "description": "A plugin for configuring a Flatfile Space.", "registryMetadata": { @@ -51,7 +51,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.5.1" + "@flatfile/plugin-job-handler": "^0.5.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", @@ -60,6 +60,6 @@ "devDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/rollup-config": "0.1.1", - "@flatfile/utils-testing": "^0.1.5" + "@flatfile/utils-testing": "^0.1.6" } } diff --git a/plugins/sql-ddl-converter/CHANGELOG.md b/plugins/sql-ddl-converter/CHANGELOG.md index a951376a1..bcf0e6344 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.1.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-space-configure@0.5.2 + - @flatfile/plugin-convert-json-schema@0.3.3 + ## 0.1.2 ### Patch Changes diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index de8b2d6d7..5c0059e98 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.1.2", + "version": "0.1.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/sql-ddl-converter", "description": "A plugin for converting SQL DDL into Flatfile Blueprint.", "registryMetadata": { @@ -32,8 +32,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.3.2", - "@flatfile/plugin-space-configure": "^0.5.1", + "@flatfile/plugin-convert-json-schema": "^0.3.3", + "@flatfile/plugin-space-configure": "^0.5.2", "sql-ddl-to-json-schema": "^4.1.0" }, "peerDependencies": { diff --git a/plugins/tsv-extractor/CHANGELOG.md b/plugins/tsv-extractor/CHANGELOG.md index 8f6ad8aa7..0032ff74a 100644 --- a/plugins/tsv-extractor/CHANGELOG.md +++ b/plugins/tsv-extractor/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-tsv-extractor +## 1.7.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 1.7.1 ### Patch Changes diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 5913f2f02..fcd25650d 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-tsv-extractor", - "version": "1.7.1", + "version": "1.7.2", "description": "A plugin for parsing a tsv file and extracting it into Flatfile.", "registryMetadata": { "category": "extractors" diff --git a/plugins/webhook-egress/CHANGELOG.md b/plugins/webhook-egress/CHANGELOG.md index c274fb3c8..4c97db494 100644 --- a/plugins/webhook-egress/CHANGELOG.md +++ b/plugins/webhook-egress/CHANGELOG.md @@ -1,5 +1,18 @@ # @flatfile/plugin-webhook-egress +## 1.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-response-rejection@1.3.3 + - @flatfile/plugin-job-handler@0.5.2 + - @flatfile/util-common@1.3.2 + ## 1.3.1 ### Patch Changes diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index 7437b643b..bfc358c44 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-webhook-egress", - "version": "1.3.1", + "version": "1.3.2", "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": { @@ -51,9 +51,9 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.5.1", - "@flatfile/util-common": "^1.3.1", - "@flatfile/util-response-rejection": "^1.3.1", + "@flatfile/plugin-job-handler": "^0.5.2", + "@flatfile/util-common": "^1.3.2", + "@flatfile/util-response-rejection": "^1.3.3", "cross-fetch": "^4.0.0" }, "peerDependencies": { @@ -62,7 +62,7 @@ }, "devDependencies": { "@flatfile/rollup-config": "0.1.1", - "@flatfile/utils-testing": "^0.1.5", + "@flatfile/utils-testing": "^0.1.6", "jest-fetch-mock": "^3.0.3" } } diff --git a/plugins/webhook-event-forwarder/CHANGELOG.md b/plugins/webhook-event-forwarder/CHANGELOG.md index 50814e09e..32c72a588 100644 --- a/plugins/webhook-event-forwarder/CHANGELOG.md +++ b/plugins/webhook-event-forwarder/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-webhook-event-forwarder +## 0.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.3.1 ### Patch Changes diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 643ee6428..a08171796 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.3.1", + "version": "0.3.2", "description": "A plugin to forward events via webhook for clients to manipulate at their endpoints in a language-agnostic way.", "registryMetadata": { "category": "automation" diff --git a/plugins/yaml-schema/CHANGELOG.md b/plugins/yaml-schema/CHANGELOG.md index c28c1434b..b65a906e3 100644 --- a/plugins/yaml-schema/CHANGELOG.md +++ b/plugins/yaml-schema/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-convert-yaml-schema +## 0.2.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-space-configure@0.5.2 + - @flatfile/plugin-convert-json-schema@0.3.3 + ## 0.2.2 ### Patch Changes diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 3d485fe58..7d564a416 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.2.2", + "version": "0.2.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/yaml-schema", "description": "A plugin for converting YAML Schema definitions to Flatfile Blueprint.", "registryMetadata": { @@ -32,8 +32,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.3.2", - "@flatfile/plugin-space-configure": "^0.5.1", + "@flatfile/plugin-convert-json-schema": "^0.3.3", + "@flatfile/plugin-space-configure": "^0.5.2", "cross-fetch": "^4.0.0", "js-yaml": "^4.1.0" }, @@ -42,7 +42,7 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/utils-testing": "^0.1.5", + "@flatfile/utils-testing": "^0.1.6", "express": "^4.18.2", "jest-fetch-mock": "^3.0.3" } diff --git a/plugins/zip-extractor/CHANGELOG.md b/plugins/zip-extractor/CHANGELOG.md index 360b7ab7e..dea408d29 100644 --- a/plugins/zip-extractor/CHANGELOG.md +++ b/plugins/zip-extractor/CHANGELOG.md @@ -1,5 +1,18 @@ # @flatfile/plugin-zip-extractor +## 0.5.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/plugin-job-handler@0.5.2 + - @flatfile/util-file-buffer@0.3.2 + - @flatfile/util-common@1.3.2 + ## 0.5.2 ### Patch Changes diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index 26dc429bb..a28ef3e33 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-zip-extractor", - "version": "0.5.2", + "version": "0.5.3", "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": { @@ -32,9 +32,9 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-job-handler": "^0.5.1", - "@flatfile/util-common": "^1.3.0", - "@flatfile/util-file-buffer": "^0.3.0", + "@flatfile/plugin-job-handler": "^0.5.2", + "@flatfile/util-common": "^1.3.2", + "@flatfile/util-file-buffer": "^0.3.2", "adm-zip": "^0.5.10", "modern-async": "^2.0.0" }, @@ -43,7 +43,7 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/utils-testing": "^0.1.5", + "@flatfile/utils-testing": "^0.1.6", "@types/adm-zip": "^0.4.3" } } diff --git a/utils/common/CHANGELOG.md b/utils/common/CHANGELOG.md index 0fe86ad44..664ec9fb5 100644 --- a/utils/common/CHANGELOG.md +++ b/utils/common/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/util-common +## 1.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 1.3.1 ### Patch Changes diff --git a/utils/common/package.json b/utils/common/package.json index ae5d8a373..63b81c0c4 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-common", - "version": "1.3.1", + "version": "1.3.2", "description": "A library containing common utilities and helpers for plugins.", "keywords": [], "author": "Carl Brugger", diff --git a/utils/extractor/CHANGELOG.md b/utils/extractor/CHANGELOG.md index 5e262c16b..dece63753 100644 --- a/utils/extractor/CHANGELOG.md +++ b/utils/extractor/CHANGELOG.md @@ -1,5 +1,17 @@ # @flatfile/plugin-extractor-utils +## 0.6.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-file-buffer@0.3.2 + - @flatfile/util-common@1.3.2 + ## 0.6.1 ### Patch Changes diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 5f79e2871..6d89a8208 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-extractor", - "version": "0.6.1", + "version": "0.6.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor", "description": "A library containing common utilities and helpers for extractors.", "keywords": [ @@ -29,8 +29,8 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.1", - "@flatfile/util-file-buffer": "^0.3.1" + "@flatfile/util-common": "^1.3.2", + "@flatfile/util-file-buffer": "^0.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9", diff --git a/utils/fetch-schema/CHANGELOG.md b/utils/fetch-schema/CHANGELOG.md index 6b507222c..cf6216685 100644 --- a/utils/fetch-schema/CHANGELOG.md +++ b/utils/fetch-schema/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/util-fetch-schema +## 0.2.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.2.1 ### Patch Changes diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index 918834a44..ad4850826 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-fetch-schema", - "version": "0.2.1", + "version": "0.2.2", "description": "A utility for fetching schemas for processing", "registryMetadata": { "category": "utilities" diff --git a/utils/file-buffer/CHANGELOG.md b/utils/file-buffer/CHANGELOG.md index 2d4d87c4e..4551e65f5 100644 --- a/utils/file-buffer/CHANGELOG.md +++ b/utils/file-buffer/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/util-file-buffer +## 0.3.2 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.3.1 ### Patch Changes diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 4c2a8e904..dc6fac802 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-file-buffer", - "version": "0.3.1", + "version": "0.3.2", "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": { diff --git a/utils/response-rejection/CHANGELOG.md b/utils/response-rejection/CHANGELOG.md index 694bb8426..aea060b2e 100644 --- a/utils/response-rejection/CHANGELOG.md +++ b/utils/response-rejection/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/util-response-rejection +## 1.3.3 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + +- Updated dependencies [1d253d8] + - @flatfile/util-common@1.3.2 + ## 1.3.2 ### Patch Changes diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 4787fc3b2..53d0a3d00 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-response-rejection", - "version": "1.3.2", + "version": "1.3.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/response-rejection", "description": "This plugin handles response rejections returned from an external source.", "registryMetadata": { @@ -51,7 +51,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.1" + "@flatfile/util-common": "^1.3.2" }, "peerDependencies": { "@flatfile/api": "^1.8.9" diff --git a/utils/testing/CHANGELOG.md b/utils/testing/CHANGELOG.md index 3cd01de86..49557d7f2 100644 --- a/utils/testing/CHANGELOG.md +++ b/utils/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/utils-testing +## 0.1.6 + +### Patch Changes + +- 1d253d8: This release updates the @flatfile/api dependency on all plugins. + + @flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. + ## 0.1.5 ### Patch Changes diff --git a/utils/testing/package.json b/utils/testing/package.json index 745ff1cc7..d8e610e94 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/utils-testing", - "version": "0.1.5", + "version": "0.1.6", "description": "A utility package for testing plugins", "engines": { "node": ">= 16"