update zifferjs

This commit is contained in:
2023-08-16 20:39:22 +03:00
parent 3b215b622f
commit d524a5290f
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
"superdough": "^0.9.3", "superdough": "^0.9.3",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"tone": "^14.8.49", "tone": "^14.8.49",
"zifferjs": "^0.0.4", "zifferjs": "^0.0.5",
"zzfx": "^1.2.0" "zzfx": "^1.2.0"
} }
} }

View File

@ -4,7 +4,7 @@ export class Pattern {
_current : Event | undefined = undefined; _current : Event | undefined = undefined;
constructor(values: number[]) { constructor(values: number[]) {
this.events = values.map((value, index) => new Event(value)); this.events = values.map((value) => new Event(value));
this.buildLinks(); this.buildLinks();
} }

View File

@ -1148,10 +1148,10 @@ yaml@^2.1.1:
resolved "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz" resolved "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz"
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ== integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
zifferjs@^0.0.4: zifferjs@^0.0.5:
version "0.0.4" version "0.0.5"
resolved "https://registry.yarnpkg.com/zifferjs/-/zifferjs-0.0.4.tgz#e6a2055bca9b60a22db9ac88a2bce777ce08945a" resolved "https://registry.yarnpkg.com/zifferjs/-/zifferjs-0.0.5.tgz#b641e6d960e1b24389feacc0d975262af63cb75e"
integrity sha512-p+i8y4Edq8V1tp9+eEtUvCcNTQQfLHjiMrDAB9NS/62c3bPi0eZ5VujHLmNdTwjK8ZT5nzElLRq7hA5C7YRplQ== integrity sha512-8IfsiiWigHLh1h7SaBtXe0Cig8bbvCR6mI4P/0n3j/oedY8WQcu5gj+v1q+VcQW0D2zfTvGGKrWZdqCjXrKRfw==
dependencies: dependencies:
lru-cache "^10.0.0" lru-cache "^10.0.0"