nate-strauser / meteor-aws-sdk

aws-sdk npm wrapped for meteor sync calls
12 stars 0 forks source link

Bump to aws-sdk v 1.3.1 #2

Closed jenschelkopf closed 11 years ago

jenschelkopf commented 11 years ago

I'd like to use this package, but I need functionality that was added in aws-sdk v1.3.1. Can you bump the version?

Alternately, is there a way I can do this myself? I'm new to meteor, but my understanding is that to do this myself I would need to clone this repo, make the version change, and then publish to atmosphere. Clearly it's better to have one canonical meteor-aws-sdk so I don't want to do that. Is there a better way?

nate-strauser commented 11 years ago

bumped! - its a really simple change to the package.js file but i'm happy to do it

jenschelkopf commented 11 years ago

Thanks for the quick response! Does it take awhile for the updated package to show up in atmosphere? I removed/added back aws-sdk-npm, and I don't see the change.

jenschelkopf commented 11 years ago

I'm still not seeing the version change. Did you publish it to atmosphere?

nate-strauser commented 11 years ago

did you run 'mrt update' ? atmosphere shows the correct version https://atmosphere.meteor.com/package/aws-sdk-npm

i get this when updating aws-sdk-npm tag: https://github.com/nate-strauser/meteor-aws-sdk.git#v1.3.1

so pretty sure something wrong on your end

jenschelkopf commented 11 years ago

I did try running mrt update, but I see the atmosphere package shows the 1.3.1 version. So I agree it's on my end. Thanks, I'll look into it.

jenschelkopf commented 11 years ago

I was able to get it working - thanks again.