ReactiveX / IxJS

The Interactive Extensions for JavaScript

Home Page:https://reactivex.io/IxJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2.5.4 is breaking

ShlomiAltostra opened this issue · comments

IxJS version: 2.5.4

Code to reproduce:

import { concat } from '@reactivex/ix-es2015-cjs/iterable/pipe/concat' // Cannot find module

Expected behavior:
Importing specific pipe operator from iterable/pipe/* should work

Actual behavior:
Error of cannot find module

Yeah sorry had a publish snafu saturday and accidentally published 3.0.1 with the 2.5.4 tag. I'll re-publish 2.5.3 as 2.5.5 today.

Just re-published the v2.5.3 tag as v2.5.5, let me know if that doesn't fix it. Sorry for the confusion!

Thanks!