@granito/vitest-marbles 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './lib/marbles';
2
2
  export * from './lib/matchers';
3
+ export * from './lib/scheduler';
package/index.js CHANGED
@@ -179,6 +179,7 @@ afterEach(() => {
179
179
  Scheduler.reset();
180
180
  });
181
181
  export {
182
+ Scheduler,
182
183
  cold,
183
184
  hot,
184
185
  schedule,
@@ -1,6 +1,6 @@
1
1
  import { TestScheduler } from 'rxjs/testing';
2
2
  export declare class Scheduler {
3
- static instance?: TestScheduler;
3
+ private static instance?;
4
4
  static init(): void;
5
5
  static get(): TestScheduler;
6
6
  static reset(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granito/vitest-marbles",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Marble testing helpers library for RxJs and Vitest",
5
5
  "repository": {
6
6
  "type": "git",