From ef12df22ab8d171238d5e993d02e7e8280aacbab Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Fri, 29 Mar 2024 15:59:00 -0500 Subject: [PATCH] update node engine to >16 The @flatfile/api@1.7.10 dep uses a NodeJS feature introduced in NodeJS >16 --- plugins/constraints/package.json | 3 +++ plugins/dxp-configure/package.json | 2 +- plugins/record-hook/package.json | 2 +- plugins/xlsx-extractor/package.json | 2 +- support/common-utils/package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 3b092938c..f15afa49e 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -2,6 +2,9 @@ "name": "@flatfile/plugin-constraints", "version": "1.1.7", "description": "A plugin for extending blueprint with external constraints", + "engines": { + "node": ">= 16" + }, "registryMetadata": { "category": "records" }, diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 1c7da9981..4120cd164 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -6,7 +6,7 @@ "category": "utilities" }, "engines": { - "node": ">= 12" + "node": ">= 16" }, "browserslist": [ "> 0.5%", diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 48eff07a4..7777c36cc 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -6,7 +6,7 @@ "category": "records" }, "engines": { - "node": ">= 12" + "node": ">= 16" }, "browserslist": [ "> 0.5%", diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index c01b161bb..eddfc2034 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -6,7 +6,7 @@ "category": "extractors" }, "engines": { - "node": ">= 12" + "node": ">= 16" }, "source": "src/index.ts", "main": "dist/main.js", diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 890ae25ab..801286751 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -5,7 +5,7 @@ "keywords": [], "author": "Flatfile", "engines": { - "node": ">= 12" + "node": ">= 16" }, "browserslist": [ "> 0.5%",