chart2music
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -71,3 +71,4 @@ interface AudioEngine { | ||
PIE = "pie", | ||
CANDLESTICK = "candlestick" | ||
CANDLESTICK = "candlestick", | ||
HISTOGRAM = "histogram" | ||
} | ||
@@ -86,2 +87,3 @@ declare type c2mCallbackType = { | ||
customHotkeys?: ExpandedKeyRegistration[]; | ||
hertzes?: number[]; | ||
}; | ||
@@ -88,0 +90,0 @@ declare type c2mGolangReturn = { |
{ | ||
"name": "chart2music", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "module": "dist/index.mjs", | ||
"build": "rollup -c rollup.config.js --silent", | ||
"clean": "rimraf ./dist ./coverage", | ||
"clean": "rimraf ./dist ./coverage ./build", | ||
"docs-start": "docusaurus start", | ||
@@ -51,10 +51,10 @@ "docs-build": "docusaurus build", | ||
"devDependencies": { | ||
"@docusaurus/core": "2.0.1", | ||
"@docusaurus/preset-classic": "2.0.1", | ||
"@docusaurus/core": "2.1.0", | ||
"@docusaurus/preset-classic": "2.1.0", | ||
"@rollup/plugin-typescript": "8.3.3", | ||
"@types/jest": "28.1.6", | ||
"@typescript-eslint/eslint-plugin": "5.33.0", | ||
"@typescript-eslint/parser": "5.35.1", | ||
"concurrently": "7.3.0", | ||
"eslint": "8.23.0", | ||
"@typescript-eslint/eslint-plugin": "5.37.0", | ||
"@typescript-eslint/parser": "5.37.0", | ||
"concurrently": "7.4.0", | ||
"eslint": "8.23.1", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -65,3 +65,3 @@ "eslint-plugin-jsdoc": "39.3.6", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "29.0.1", | ||
"jest-environment-jsdom": "29.0.3", | ||
"lint-staged": "13.0.3", | ||
@@ -72,10 +72,10 @@ "prettier": "2.7.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.78.1", | ||
"rollup": "2.79.0", | ||
"rollup-plugin-delete": "2.0.0", | ||
"rollup-plugin-dts": "4.2.2", | ||
"ts-jest": "28.0.7", | ||
"ts-jest": "28.0.8", | ||
"tslib": "2.4.0", | ||
"typescript": "4.8.2" | ||
"typescript": "4.8.3" | ||
}, | ||
"resolutions": { | ||
"overrides": { | ||
"got": "^11.8.5", | ||
@@ -82,0 +82,0 @@ "trim": "^0.0.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
150080
20
3564