chart2music
Advanced tools
Comparing version 1.8.2 to 1.9.0
@@ -8,2 +8,4 @@ interface AudioEngine { | ||
x: number; | ||
label?: string; | ||
custom?: unknown; | ||
} | ||
@@ -73,2 +75,3 @@ interface SimpleDataPoint extends DataPoint { | ||
valueLabels?: string[]; | ||
continuous?: boolean; | ||
}; | ||
@@ -83,3 +86,4 @@ declare enum SUPPORTED_CHART_TYPES { | ||
BOX = "box", | ||
MATRIX = "matrix" | ||
MATRIX = "matrix", | ||
SCATTER = "scatter" | ||
} | ||
@@ -99,2 +103,3 @@ type StatBundle = { | ||
index: number; | ||
point: SupportedDataPointType; | ||
}; | ||
@@ -110,2 +115,3 @@ type c2mOptions = { | ||
hertzes?: number[]; | ||
stack?: boolean; | ||
}; | ||
@@ -143,2 +149,3 @@ type c2mGolangReturn = { | ||
private _playListInterval; | ||
private _playListContinuous; | ||
private _speedRateIndex; | ||
@@ -160,7 +167,11 @@ private _flagNewGroup; | ||
private _outlierMode; | ||
private _announcePointLabelFirst; | ||
constructor(input: SonifyTypes); | ||
get currentPoint(): SupportedDataPointType; | ||
private _clearPlay; | ||
private _initializeActionMap; | ||
private _initializeTouchActions; | ||
private _generateSummary; | ||
private _buildStackBar; | ||
private _buildStackScatter; | ||
private _setData; | ||
@@ -199,2 +210,4 @@ setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"], pointIndex?: number, groupName?: string): void; | ||
private _playRightOutlier; | ||
private _playRightContinuous; | ||
private _playLeftContinuous; | ||
private _playRight; | ||
@@ -201,0 +214,0 @@ private _getHertzRange; |
{ | ||
"name": "chart2music", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"main": "dist/index.js", | ||
@@ -53,7 +53,7 @@ "module": "dist/index.mjs", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"@typescript-eslint/eslint-plugin": "5.53.0", | ||
"@typescript-eslint/parser": "5.53.0", | ||
"concurrently": "7.6.0", | ||
"depcheck": "^1.4.3", | ||
"eslint": "8.34.0", | ||
"eslint": "8.35.0", | ||
"eslint-config-prettier": "8.6.0", | ||
@@ -64,4 +64,4 @@ "eslint-plugin-jsdoc": "40.0.0", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "29.4.2", | ||
"lint-staged": "13.1.1", | ||
"jest-environment-jsdom": "29.4.3", | ||
"lint-staged": "13.1.2", | ||
"prettier": "2.8.4", | ||
@@ -68,0 +68,0 @@ "rimraf": "4.1.2", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
188442
4389
0