smrchy / rsmq

Redis Simple Message Queue
MIT License
1.76k stars 125 forks source link

Version 0.8.4 is not published on npm #75

Closed saulogt closed 6 years ago

saulogt commented 6 years ago

I was particularly interested in the typing. The latest version available is 0.8.3

npm info rsmq                                                                                                                                                                                          rsmq ✱

rsmq@0.8.3 | MIT | deps: 3 | versions: 32
A really simple message queue based on Redis
https://github.com/smrchy/rsmq#readme

keywords: queue, messagequeue, jobs, message-queue, redis

dist
.tarball https://registry.npmjs.org/rsmq/-/rsmq-0.8.3.tgz
.shasum: a1b64770d796c8143fa5e542d10d9f8c1b5ee14f
.integrity: sha512-6ueZIjZRdcw186/vHNiyi/V1rU2tnbw7nRIRX2BLrzW0e0UVN/D9Vn5zdA6u1ExnfLn5GLQFgbAMiSynDpPC+A==

dependencies:
hiredis: ^0.5.0 lodash: ^4.17.4 redis: ^2.8.0

maintainers:
- smrchy <smrchy@gmail.com>

dist-tags:
latest: 0.8.3

published 7 months ago by smrchy <smrchy@gmail.com>
saulogt commented 6 years ago

Hi @erdii What exactly invalid mean? Is it going to be published soon?

Thanks

erdii commented 6 years ago

@saulogt It means that we did something wrong :disappointed:

Should be soon yes there are just some minor problems on our side.

Please use v0.8.3 in the meantime! It's exactly the same code, just without typescript-typings.

erdii commented 6 years ago

v0.8.4 was published!

UPDATE: use v0.8.5 because the old package did accidentally not any code at all! I updated the files key from package.json with the wrong settings... Now it works.