@granito/vitest-marbles 1.0.1 → 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.
@@ -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.1",
3
+ "version": "1.1.0",
4
4
  "description": "Marble testing helpers library for RxJs and Vitest",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,12 +40,12 @@
40
40
  "tag": "latest"
41
41
  },
42
42
  "devDependencies": {
43
- "@nx/esbuild": "22.3.3",
44
- "@nx/vitest": "22.3.3",
43
+ "@nx/esbuild": "22.2.3",
44
+ "@nx/vitest": "22.2.3",
45
45
  "@vitest/coverage-v8": "^4.0.16",
46
46
  "esbuild": "^0.27.2",
47
47
  "jsdom": "^27.3.0",
48
- "nx": "22.3.3",
48
+ "nx": "22.2.3",
49
49
  "rxjs": "^7.8.2",
50
50
  "tslib": "^2.8.1",
51
51
  "typescript": "~5.9.3",
@@ -67,9 +67,6 @@
67
67
  "outputPath": "dist/vitest-marbles",
68
68
  "main": "src/index.ts",
69
69
  "tsConfig": "tsconfig.lib.json",
70
- "format": [
71
- "esm"
72
- ],
73
70
  "declarationRootDir": "src",
74
71
  "assets": [
75
72
  "LICENSE",