We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3984eeb commit 7ef797cCopy full SHA for 7ef797c
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@funktechno/sqlsimpleparser",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"engines": {
8
- "node": "16.x"
+ "node": ">=16.x"
9
},
10
"scripts": {
11
"test:sqlite": "npx tsx ./examples/example.sqlite.ts",
0 commit comments