Skip to content

Commit

Permalink
update node engine to >16
Browse files Browse the repository at this point in the history
The @flatfile/[email protected] dep uses a NodeJS feature introduced in NodeJS >16
  • Loading branch information
carlbrugger committed Mar 29, 2024
1 parent c992c12 commit ef12df2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions plugins/constraints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/dxp-configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "utilities"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"browserslist": [
"> 0.5%",
Expand Down
2 changes: 1 addition & 1 deletion plugins/record-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "records"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"browserslist": [
"> 0.5%",
Expand Down
2 changes: 1 addition & 1 deletion plugins/xlsx-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "extractors"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"source": "src/index.ts",
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion support/common-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"author": "Flatfile",
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"browserslist": [
"> 0.5%",
Expand Down

0 comments on commit ef12df2

Please sign in to comment.