chart2music
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -78,3 +78,4 @@ interface AudioEngine { | ||
HISTOGRAM = "histogram", | ||
BOX = "box" | ||
BOX = "box", | ||
MATRIX = "matrix" | ||
} | ||
@@ -81,0 +82,0 @@ declare type c2mCallbackType = { |
@@ -62,3 +62,4 @@ import type { AudioEngine } from "./audio/"; | ||
HISTOGRAM = "histogram", | ||
BOX = "box" | ||
BOX = "box", | ||
MATRIX = "matrix" | ||
} | ||
@@ -65,0 +66,0 @@ export declare type StatBundle = { |
{ | ||
"name": "chart2music", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
@@ -7,3 +7,2 @@ # Chart2Music | ||
![Build verification](https://github.com/julianna-langston/chart2music/actions/workflows/ci-build.yml/badge.svg) | ||
![Documentation](https://github.com/julianna-langston/chart2music/actions/workflows/ci-docs-build.yml/badge.svg?event=push) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/julianna-langston/chart2music/badge.svg)](https://snyk.io/test/github/julianna-langston/chart2music) | ||
@@ -10,0 +9,0 @@ [![codecov](https://codecov.io/gh/julianna-langston/chart2music/branch/main/graph/badge.svg?token=4T7MV9XKFS)](https://codecov.io/gh/julianna-langston/chart2music) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
151584
3605
77