From 6309a01dae65557149c84fca6436f776e82545e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 09:30:57 +0000 Subject: [PATCH] Update dependency rollup-plugin-typescript2 to v0.37.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4837f1f..5a6ce49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ta-math", - "version": "1.0.92", + "version": "1.0.93", "description": "Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data", "main": "dist/ta-math.js", "types": "dist/types/index.d.ts", @@ -28,7 +28,7 @@ "nyc": "15.1.0", "rollup": "3.2.3", "rollup-plugin-babel": "4.4.0", - "rollup-plugin-typescript2": "0.34.1", + "rollup-plugin-typescript2": "0.37.0", "typescript": "4.8.4", "zora": "5.1.0" },