@opendaw/lib-fusion 0.0.30 → 0.0.31

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.
@@ -3,7 +3,7 @@ import { Communicator, Promises } from "@opendaw/lib-runtime";
3
3
  import "../types";
4
4
  export var OpfsWorker;
5
5
  (function (OpfsWorker) {
6
- const DEBUG = true;
6
+ const DEBUG = false;
7
7
  OpfsWorker.init = (messenger) => Communicator.executor(messenger.channel("opfs"), new class {
8
8
  #locks = new Map();
9
9
  async write(path, data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendaw/lib-fusion",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "LGPL-3.0-or-later",
@@ -22,13 +22,13 @@
22
22
  "test": "echo \"No tests to run\""
23
23
  },
24
24
  "dependencies": {
25
- "@opendaw/lib-box": "^0.0.30",
26
- "@opendaw/lib-runtime": "^0.0.30",
27
- "@opendaw/lib-std": "^0.0.30"
25
+ "@opendaw/lib-box": "^0.0.31",
26
+ "@opendaw/lib-runtime": "^0.0.31",
27
+ "@opendaw/lib-std": "^0.0.31"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@opendaw/eslint-config": "^0.0.19",
31
31
  "@opendaw/typescript-config": "^0.0.20"
32
32
  },
33
- "gitHead": "2fff74bbce57bd2c3c634b1cb735cccdaff2ab15"
33
+ "gitHead": "c1718ba63c1f99d28d6a5178c39e96c89b5bb364"
34
34
  }