Version 6 is missing the js files
Closed this issue · 7 comments
Installing via npm or download https://registry.npmjs.org/rxjs-system-bundle/-/rxjs-system-bundle-6.0.0.tgz is missing all of the js
and map
files.
Thanks - it looks like the auto publish mechanism went awry on V6. Will investigate when I can.
For various yak shaving reasons, I probably won't have a chance to attack this until after it is possible to use Angularfire2 with RxJS 6... that is when I will need this bundle figured out, hopefully that will arrive in not too many days.
(I am currently using Angular 6 which works fine with the current latest Angularfire2... with RxJS 5 forward-compat. Angular's dependencies mention RxJS 6, but experimentally Angular 6 works fine with 5-forward-compat.)
if it helps anyone, i have added v6 support in below repo.
@mlakmal PR? :-)
@kylecordes It seems that the latest build has created the scripts, but failed to publish the package.
npm WARN notice Due to a recent security incident, all user tokens have been invalidated. Please see https://status.npmjs.org/incidents/dn7c1fgrr7ng for more details. To generate a new token, visit https://www.npmjs.com/settings/~/tokens or run "npm login".
npm ERR! publish Failed PUT 401
npm ERR! code E401
npm ERR! 404 You must be logged in to publish packages. : rxjs-system-bundle
It seems that creating a new token, updating it in .travis.yml, and a push will release the package with the latest RxJS. This will pave the way for using the bundle with Angular 7, which has a dependency on RxJS 6.3.
Thank you, I will update the token in the next couple days.
Done. Hopefully the automatic process will now do its job successfully again.