othiym23 / node-continuation-local-storage

implementation of https://github.com/joyent/node/issues/5243
BSD 2-Clause "Simplified" License
1.13k stars 207 forks source link

Update async-listener to 0.6.0 #62

Closed matthewloring closed 8 years ago

matthewloring commented 8 years ago

Could the async-listener dependency be updated to get the new release?

Qard commented 8 years ago

@othiym23 Who has the appropriate super powers for this project? Looks like I have push/publish access to async-listener, but not CLS.

matthewloring commented 8 years ago

@Qard @othiym23 Ping on this. Who is the right person to talk to about getting a release out?

matthewloring commented 8 years ago

@othiym23 Would it be possible for @Qard to get publish access for CLS?

othiym23 commented 8 years ago

It's done as of 1141774866cb09906ccb1429ccca047db0360334, and also, congratudolences, @Qard:

bauchelain% npm owner add qard continuation-local-storage
+ qard (continuation-local-storage)

Closing as resolved. Thanks for your patience, everybody! My day job is kind of absorbing.

othiym23 commented 8 years ago

(also:

bauchelain% g pm && npm publish
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.35 KiB | 0 bytes/s, done.
Total 7 (delta 4), reused 0 (delta 0)
To git@github.com:othiym23/node-continuation-local-storage.git
   6b0b445..d5f3803  master -> master
 * [new tag]         v3.1.7 -> v3.1.7
+ continuation-local-storage@3.1.7
```)
matthewloring commented 8 years ago

@othiym23 Thanks!