pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21.37k stars 1.04k forks source link

Published RxDB not up to date #134

Closed natew closed 7 years ago

natew commented 7 years ago

Case

bug

Issue

npm published version 3.0.7, file: dist/lib/RxDatabase.js is not the same as shown in the repo.

Code

To reproduce just import and try and use the new collection object style:

db.collection({ name: 'test', schema: {} })

Error is: name.charAt doesn't exist. If you look in the repo here it should be args.name.charAt, guessing you just need to publish new version.

natew commented 7 years ago

This may be a build issue on my machine, checking

pubkey commented 7 years ago

Please tell me the status when you found the problem.

natew commented 7 years ago

Was a complex thing, build system was looking up tree erroneously and found earlier version of rxdb, thanks for reply!