Release v27.006 (from c7d57a22)

This commit is contained in:
jenkins
2024-05-21 16:20:56 +00:00
parent 559e10c648
commit 1cc3ce33a5
9 changed files with 23 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@@ -15698,7 +15698,7 @@ export interface PineJSStd {
* Current bar time
*
* @param context - PineJS execution context.
* @returns UNIX time of current bar
* @returns UNIX time of current bar according to the symbol timezone and not UTC.
*/
time(context: IContext): number;
/**
@@ -15706,10 +15706,9 @@ export interface PineJSStd {
*
* @param context - PineJS execution context.
* @param period - Period
* @param spec
* @returns UNIX time of current bar
* @returns UNIX time of current bar according to the symbol timezone and not UTC.
*/
time(context: IContext, period: string, spec: unknown): number;
time(context: IContext, period: string): number;
/**
* Is a shortcut for (high + low)/2
*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"private": true,
"description": "CL v27.005 (internal id d937bee0 @ 2024-05-07T15:20:48.667Z)",
"description": "CL v27.006 (internal id c7d57a22 @ 2024-05-21T16:14:30.134Z)",
"type": "module",
"main": "charting_library.cjs.js",
"module": "charting_library.esm.js",