Release v24.003 (from 88a443e2)

Fixes tradingview/charting_library#7492
This commit is contained in:
jenkins
2023-04-11 14:42:24 +00:00
parent 4defbcf164
commit 909ea28078
106 changed files with 1045 additions and 706 deletions

View File

@@ -13,5 +13,8 @@
"compile": "tsc",
"bundle-js": "rollup -c rollup.config.js",
"build": "npm run compile && npm run bundle-js"
}
}
},
"type": "module",
"main": "./lib/udf-compatible-datafeed.js",
"types": "./types.d.ts"
}