rxjs-marbles
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -0,1 +1,8 @@ | ||
<a name="2.4.1"></a> | ||
## [2.4.1](https://github.com/cartant/rxjs-marbles/compare/v2.4.0...v2.4.1) (2018-04-11) | ||
### Bug fixes | ||
* **reframe**: Fix import case. ([651fe31](https://github.com/cartant/rxjs-marbles/commit/651fe31)) | ||
<a name="2.4.0"></a> | ||
@@ -2,0 +9,0 @@ ## [2.4.0](https://github.com/cartant/rxjs-marbles/compare/v2.3.3...v2.4.0) (2018-04-11) |
@@ -1,3 +0,3 @@ | ||
import { VirtualTimeScheduler } from "rxjs/Scheduler/VirtualTimeScheduler"; | ||
import { animationFrame } from "rxjs/scheduler/animationFrame"; | ||
import { VirtualTimeScheduler } from "rxjs/scheduler/VirtualTimeScheduler"; | ||
import { asap } from "rxjs/scheduler/asap"; | ||
@@ -4,0 +4,0 @@ import { async } from "rxjs/scheduler/async"; |
@@ -43,4 +43,4 @@ { | ||
"unpkg": "./bundles/rxjs-marbles.umd.js", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"ava": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
669848