mlaanderson / database-js

Common Database Interface for Node
MIT License
74 stars 16 forks source link

Try to use the name "database-js" on NPM #13

Closed thiagodp closed 6 years ago

thiagodp commented 6 years ago

The original projected named 'database-js' is abandoned. Acessing its project page returns a 404.

NPM has a policy about disputes that states This process is an excellent way to: - Adopt an "abandoned" package (...), among other things. So, I think this is a good opportunity to get the name database-js.

thiagodp commented 6 years ago

@mlaanderson BTW, can you grant me access to publish (npm publish) in NPM? Last versions I had released were not published in NPM. Thanks!

mlaanderson commented 6 years ago

@thiagodp is your NPM user the same as on GitHub?

thiagodp commented 6 years ago

Yes

mlaanderson commented 6 years ago

You are now on the NPM project. I think that will give you publish.

mlaanderson commented 6 years ago

I have requested the database-js name on NPM, it looks like it can take a few weeks.

thiagodp commented 6 years ago

Nice

thiagodp commented 6 years ago

Thanks for adding me to NPM. I'll try to publish something soon.

mlaanderson commented 6 years ago

Done. It had to move to v3.0.0 to take over the package. Database-js2 is now supported by a branch for bug fixes.

thiagodp commented 6 years ago

Great

thiagodp commented 6 years ago

Couldn't you remove the existing versions from the old database-js?

E.g. npm unpublish database-js@1.0.0 and so on

In this way, we could remove all the registered versions from the old package and then publish the ones from the new.

mlaanderson commented 6 years ago

Not according to the support team at NPM

thiagodp commented 6 years ago

Okay