From fde798d1f85422da419a869a7e7167cf9976fcc0 Mon Sep 17 00:00:00 2001 From: righ Date: Wed, 7 Aug 2024 03:21:12 +0900 Subject: [PATCH] v2.3.0 --- typescript/package-lock.json | 4 ++-- typescript/package.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 71d644d..15c6bc7 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "covertable", - "version": "2.3.0-alpha.2", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "covertable", - "version": "2.3.0-alpha.2", + "version": "2.3.0", "license": "ISC", "dependencies": { "js-md5": "^0.7.3" diff --git a/typescript/package.json b/typescript/package.json index 84c9aee..09bd836 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "covertable", - "version": "2.3.0-alpha.2", + "version": "2.3.0", "description": "A flexible pairwise tool written in TypeScript", "homepage": "https://github.com/walkframe/covertable", "repository": { @@ -69,6 +69,8 @@ "typescript": "^3.9.3" }, "dependencies": { - "js-md5": "^0.7.3" + "covertable": "^2.3.0-alpha.2", + "js-md5": "^0.7.3", + "ts-node": "^10.9.2" } }