denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

cannot find `zustand-di` but says name is already taken. #91

Closed charkour closed 6 months ago

charkour commented 6 months ago

I'm trying to publish my package zustand-di to deno.land/x like I was able to with zundo, but the UI says this name is already taken.

Any advice? Thanks!

image image
andriemc commented 6 months ago

I'm guessing the - is not allowed in package names?

andriemc commented 6 months ago

I'm guessing the - is not allowed in package names?

yup, zustanddi and zustandi arent invalid nor taken

charkour commented 6 months ago

Thanks for checking, this seems like a bug. I'd like to have - in package names like in NPM.

charkour commented 6 months ago

Ah, I found out the package name validation rules are different for NPM and Deno Land.

crowlKats commented 6 months ago

we do not allow -, only _ in module names

charkour commented 6 months ago

Thank you for confirming. I'll close this issue.