From b1c8a64804785e208642a5bf061f5b0cb800bdad Mon Sep 17 00:00:00 2001 From: yexinhao Date: Thu, 26 Sep 2024 18:01:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2npm=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=B8=8E=E7=AE=A1=E7=90=86=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d5ac90..79aff29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "dt-sql-parser-semantic-analyse-plugin", - "version": "0.0.1-alpha.15", + "name": "lava-dt-sql-parser-semantic-analyse-plugin", + "version": "0.0.1-alpha.16", "description": "an dt-sql-parser plugin with semantic result", "type": "module", "files": [ @@ -37,6 +37,11 @@ "vite-plugin-node-polyfills": "^0.21.0" }, "dependencies": { - "dt-sql-parser": "npm:dt-sql-parser-oushudb@^4.0.2-5" + "dt-sql-parser": "npm:lava-oushudb-dt-sql-parser@^4.0.2-10" + }, + "git repository": "https://git.yevpt.com/oushu/lava-dt-sql-parser-semantic-analyse-plugin", + "repository": "https://git.yevpt.com/oushu/lava-dt-sql-parser-semantic-analyse-plugin", + "volta": { + "node": "14.21.3" } }