Commit 43c9378
committed
chore: remove unused @coral-xyz/spl-token dependency
The nft-meta-data-pointer Next.js app declared @coral-xyz/spl-token 0.30.0
but never imported from it — grep for '@coral-xyz/spl-token' across the
app finds zero source references. @solana/spl-token ^0.4.0 is already a
dependency, so anything that needed SPL Token functionality was using
the canonical package.
Removing the dead dependency eliminates the last live @coral-xyz usage
in the repository (confirmed with repo-wide grep excluding node_modules
and .reference/). Aligns with the skill rule to use @solana/* namespaces
rather than legacy @coral-xyz/* mirrors.1 parent 9131b3e commit 43c9378
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments