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 abdba60 commit 188e1b5Copy full SHA for 188e1b5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ta-math",
3
- "version": "1.0.92",
+ "version": "1.0.93",
4
"description": "Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data",
5
"main": "dist/ta-math.js",
6
"types": "dist/types/index.d.ts",
@@ -21,7 +21,7 @@
21
"build:clean": "find dist -maxdepth 1 -name '*.d.ts' -type f -delete"
22
},
23
"devDependencies": {
24
- "@babel/core": "7.19.6",
+ "@babel/core": "7.27.1",
25
"@babel/preset-env": "7.19.4",
26
"assemblyscript": "0.21.6",
27
"esm": "3.2.25",
0 commit comments