Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Jun 22, 2023
1 parent 90f97f8 commit 262ca3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
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": "4.1.0",
"version": "4.1.1",
"author": "Andrey Gershun <[email protected]>",
"contributors": [
"Mathias Wulff <[email protected]>"
Expand Down Expand Up @@ -87,7 +87,8 @@
"json5": "^2.2.2",
"underscore": "^1.12.1",
"glob-parent": "^6.0.0",
"decode-uri-component": "^0.2.1"
"decode-uri-component": "^0.2.1",
"semver": "^7.5.2"
},
"engines": {
"node": ">=15"
Expand Down

0 comments on commit 262ca3b

Please sign in to comment.