-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert breaking change of node engine
- Loading branch information
Showing
6 changed files
with
1,204 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "alasql", | ||
"description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"author": "Andrey Gershun <[email protected]>", | ||
"contributors": [ | ||
"Mathias Wulff <[email protected]>" | ||
|
@@ -80,10 +80,11 @@ | |
"axios": "^1.0.0", | ||
"marked": "^4.0.10", | ||
"underscore": "^1.12.1", | ||
"glob-parent": "^6.0.0" | ||
"glob-parent": "^6.0.0", | ||
"decode-uri-component": "^0.2.1" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
"node": "*" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
@jimmywarting Will get back to v14 here later, but reverting now so we can release the improvements without such a breaking change