-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
bugBug, will addressed with high priorityBug, will addressed with high priority
Description
Is there an existing issue for this?
- I have searched the existing issues
music-metadata version
11.8.2
Current Behavior
The dependency uint8array-extras
was removed in #2477, but missed on this file:
music-metadata/lib/asf/GUID.ts
Line 1 in 1f6444c
import {hexToUint8Array, uint8ArrayToHex} from 'uint8array-extras'; |
Causing resolve error in Yarn PnP:
✘ [ERROR] Could not resolve "uint8array-extras"
.yarn/cache/music-metadata-npm-11.8.2-92c8ef9861-8fd9beed9d.zip/node_modules/music-metadata/lib/asf/GUID.js:1:49:
1 │ import { hexToUint8Array, uint8ArrayToHex } from 'uint8array-extras';
╵ ~~~~~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "uint8array-extras" here because it's not listed as a dependency of this package:
Expected Behavior
No error
Attached audio sample?
- I have provided sufficient information to reproduce the issue
Metadata
Metadata
Assignees
Labels
bugBug, will addressed with high priorityBug, will addressed with high priority