@audiofab-io/fv1-core 0.6.4 → 0.6.5

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audiofab-io/fv1-core",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "FV-1 DSP toolchain: assembler, simulator, Intel HEX parser, and block-diagram compiler",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "build:manifest": "node scripts/build-manifest.mjs",
38
38
  "build": "npm run build:manifest && tsc",
39
39
  "clean": "rm -rf dist src/blockDiagram/builtinBlocks.ts",
40
- "test": "node test/spnbank-test.mjs && node test/unconnected-output-test.mjs",
40
+ "test": "node test/spnbank-test.mjs && node test/unconnected-output-test.mjs && node test/simulator-test.mjs",
41
41
  "prepublishOnly": "npm run build"
42
42
  },
43
43
  "dependencies": {