x-cubed / event-store-client

JS client library for connecting to Event Store over TCP/IP
The Unlicense
71 stars 24 forks source link

Dependency update #7

Closed deyhle closed 8 years ago

deyhle commented 8 years ago

Currently npm (v.3.8.8, node 4.4.3) throws an error when installing this module due to an old dependency:

npm WARN install:memcpy@0.5.0 memcpy@0.5.0 install: `node-gyp configure build`
npm WARN install:memcpy@0.5.0 Exit status 1

Dependency tree:

+-- event-store-client@0.0.6
| +-- long@2.0.1
| `-- protobufjs@3.4.1
|   +-- ascli@0.3.0
|   | +-- colour@0.7.1
|   | `-- optjs@3.2.2
|   `-- bytebuffer@3.2.3
|     +-- bufferview@1.0.1
|     `-- UNMET OPTIONAL DEPENDENCY memcpy@~0.5

I updated all dependencies and the tests run fine. Please publish a new version to npm :)

x-cubed commented 8 years ago

Cool, thanks for the updates!