sethares-dissonance 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@ import {
2
2
  getSetharesDissonance,
3
3
  SETHARES_DISSONANCE_PARAMS,
4
4
  transpose,
5
+ SpectrumPartial
5
6
  } from "../lib";
6
- import type { SpectrumPartial } from "../lib";
7
7
 
8
8
  export type DissonanceCurveOptions = Partial<
9
9
  typeof SETHARES_DISSONANCE_PARAMS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sethares-dissonance",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {
package/tsconfig.json CHANGED
@@ -11,7 +11,6 @@
11
11
  // Bundler mode
12
12
  "moduleResolution": "bundler",
13
13
  "allowImportingTsExtensions": true,
14
- "verbatimModuleSyntax": true,
15
14
  "noEmit": true,
16
15
 
17
16
  // Best practices