chart2music
Advanced tools
Comparing version 1.7.1 to 1.8.0
@@ -27,2 +27,3 @@ interface AudioEngine { | ||
median: number; | ||
outlier?: number[]; | ||
} | ||
@@ -90,2 +91,3 @@ type SupportedDataPointType = SimpleDataPoint | AlternateAxisDataPoint | HighLowDataPoint | OHLCDataPoint | BoxDataPoint; | ||
median?: number; | ||
outlier?: number[]; | ||
}; | ||
@@ -151,3 +153,6 @@ type c2mCallbackType = { | ||
private _silent; | ||
private _outlierIndex; | ||
private _outlierMode; | ||
constructor(input: SonifyTypes); | ||
get currentPoint(): SupportedDataPointType; | ||
private _initializeActionMap; | ||
@@ -175,2 +180,4 @@ private _initializeTouchActions; | ||
private _playAndSpeak; | ||
private _moveNextOutlier; | ||
private _movePrevOutlier; | ||
private _moveRight; | ||
@@ -182,5 +189,8 @@ private _moveLeft; | ||
private _moveRightTenths; | ||
private _checkOutlierMode; | ||
private _movePrevStat; | ||
private _moveNextStat; | ||
private _playLeftOutlier; | ||
private _playLeft; | ||
private _playRightOutlier; | ||
private _playRight; | ||
@@ -187,0 +197,0 @@ private _getHertzRange; |
{ | ||
"name": "chart2music", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"main": "dist/index.js", | ||
@@ -50,4 +50,4 @@ "module": "dist/index.mjs", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.48.2", | ||
"@typescript-eslint/parser": "5.49.0", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"concurrently": "7.6.0", | ||
@@ -57,3 +57,3 @@ "depcheck": "^1.4.3", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-jsdoc": "39.7.4", | ||
"eslint-plugin-jsdoc": "39.8.0", | ||
"http-server": "14.1.1", | ||
@@ -65,3 +65,3 @@ "husky": "8.0.3", | ||
"prettier": "2.8.3", | ||
"rimraf": "4.1.1", | ||
"rimraf": "4.1.2", | ||
"rollup": "2.79.1", | ||
@@ -72,4 +72,4 @@ "rollup-plugin-dts": "4.2.3", | ||
"tslib": "2.5.0", | ||
"typescript": "4.9.4" | ||
"typescript": "4.9.5" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170358
3955