request / caseless

Caseless object set/get/has, very useful when working with HTTP headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release 0.9.0 removed and making automated build fail

sebasrodriguez opened this issue · comments

Was version 0.9.0 removed for some particular reason?

Our CI environment is failing when installing 0.9.0.

Caseless is a dependency of jspm-github making jspm builds failing.

commented

Works on my end. Also I don't think it's possible to remove any package or version any more (after lef-pad).

@simov did you try cleaning the npm cache?

commented

Actually no, but I'm pretty sure I didn't had caseless@0.9.0 prior that.

commented
req HEAD https://registry.npmjs.org/caseless/-/caseless-0.9.0.tgz
    Host: registry.npmjs.org
res 200 OK
    server:                       nginx/1.4.6 (Ubuntu)
    content-type:                 application/octet-stream
    last-modified:                Mon, 04 Jan 2100 13:43:46 GMT
    etag:                         "f48b0c92-707"
    expires:                      Wed, 06 Jul 2016 02:26:08 GMT
    access-control-allow-origin:  *
    access-control-allow-methods: GET
    cache-control:                max-age=21600
    content-length:               1799
    accept-ranges:                bytes
    date:                         Wed, 06 Jul 2016 15:17:27 GMT
    via:                          1.1 varnish
    age:                          2865
    connection:                   close
    x-served-by:                  cache-lhr6322-LHR
    x-cache:                      HIT
    x-cache-hits:                 1
    x-timer:                      S1467818247.419864,VS0,VE0

Thanks for checking this @simov

Now I get also a 200 response. Probably there was a problem with the npm registry.

Closing the issue.