@matterbridge/vitest-utils 3.5.6-dev-20260221-7ca0f7a → 3.5.6-dev-20260222-9aca698

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,5 +1,5 @@
1
- import type { MockInstance } from 'vitest';
2
1
  import { AnsiLogger } from 'node-ansi-logger';
2
+ import type { MockInstance } from 'vitest';
3
3
  export declare const originalProcessArgv: readonly string[];
4
4
  export declare const originalProcessEnv: Readonly<Record<string, string | undefined>>;
5
5
  export declare let loggerLogSpy: MockInstance<typeof AnsiLogger.prototype.log>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/vitest-utils",
3
- "version": "3.5.6-dev-20260221-7ca0f7a",
3
+ "version": "3.5.6-dev-20260222-9aca698",
4
4
  "description": "Matterbridge vitest utility library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",