chart2music
Advanced tools
Comparing version 1.10.2 to 1.11.0
@@ -14,2 +14,3 @@ declare enum AudioNotificationType { | ||
custom?: unknown; | ||
children?: string; | ||
type?: "annotation"; | ||
@@ -92,3 +93,4 @@ } | ||
MATRIX = "matrix", | ||
SCATTER = "scatter" | ||
SCATTER = "scatter", | ||
TREEMAP = "treemap" | ||
} | ||
@@ -120,2 +122,3 @@ type StatBundle = { | ||
stack?: boolean; | ||
root?: null | string; | ||
}; | ||
@@ -180,2 +183,5 @@ type c2mInfoMarker = { | ||
private _info; | ||
private _hierarchy; | ||
private _hierarchyRoot; | ||
private _hierarchyBreadcrumbs; | ||
constructor(input: SonifyTypes); | ||
@@ -225,2 +231,6 @@ get currentPoint(): SupportedDataPointType; | ||
private _playRight; | ||
private _updateToNewLevel; | ||
private _drillDown; | ||
private _drillUp; | ||
private _drillToRoot; | ||
private _getHertzRange; | ||
@@ -227,0 +237,0 @@ private _playCurrent; |
{ | ||
"name": "chart2music", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"main": "dist/index.js", | ||
@@ -51,11 +51,11 @@ "module": "dist/index.mjs", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "11.0.0", | ||
"@rollup/plugin-typescript": "11.1.2", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.57.0", | ||
"@typescript-eslint/parser": "5.57.0", | ||
"concurrently": "7.6.0", | ||
"@typescript-eslint/eslint-plugin": "5.60.1", | ||
"@typescript-eslint/parser": "5.60.1", | ||
"concurrently": "8.2.0", | ||
"depcheck": "^1.4.3", | ||
"eslint": "8.37.0", | ||
"eslint": "8.44.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-jsdoc": "40.1.1", | ||
"eslint-plugin-jsdoc": "46.4.3", | ||
"http-server": "14.1.1", | ||
@@ -65,5 +65,5 @@ "husky": "8.0.3", | ||
"jest-environment-jsdom": "29.5.0", | ||
"lint-staged": "13.2.0", | ||
"prettier": "2.8.7", | ||
"rimraf": "4.4.1", | ||
"lint-staged": "13.2.2", | ||
"prettier": "2.8.8", | ||
"rimraf": "5.0.1", | ||
"rollup": "2.79.1", | ||
@@ -73,5 +73,9 @@ "rollup-plugin-dts": "4.2.3", | ||
"ts-jest": "28.0.8", | ||
"tslib": "2.5.0", | ||
"tslib": "2.5.3", | ||
"typescript": "4.9.5" | ||
}, | ||
"overrides": { | ||
"optionator": "^0.9.3", | ||
"semver": "^7.5.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
214676
5026