Why 2.2.0 is not published to npmjs?
anatoli-klamer opened this issue ยท 6 comments
npm registry has only 2.1.0 and not 2.2.0
https://www.npmjs.com/package/aws-kcl?activeTab=versions
+1 @anatoli-klamer on this, just noticed the same when trying to do security patches
Also eager to see it published on NPM. The multilang daemon update is very much needed for the new Application level metric.
@zengyu714 Would you have that type of access to the "aws-kinesis" npm user? I saw you made the most recent release, but didn't publish it yet.
It would be great if you could help us out ๐ค๐ผ
Hi @UriellVianaDito, i don't currently have access to the aws-kinesis
npm account, however there is a workaround: use GitHub Urls as your project's dependencies.
"dependencies" : {
...
"aws-kcl" : "awslabs/amazon-kinesis-client-nodejs#v2.2.0"
}
See more in https://docs.npmjs.com/cli/v9/configuring-npm/package-json#github-urls
@zengyu714 , we workaround this with github url, but we strongly prefer to not use this approach because it is sometimes unreliable on yarn (checksum errors where there should be none). Can you look into publishing this to npm please?
Hi folks, v2.2.2 has been published to npm: https://www.npmjs.com/package/aws-kcl/v/2.2.2