@isentinel/jest-roblox 0.0.6 → 0.0.7

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/dist/cli.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as CliOptions } from "./schema-CG-f4OUB.mjs";
1
+ import { t as CliOptions } from "./schema-CNlyiEw6.mjs";
2
2
 
3
3
  //#region src/cli.d.ts
4
4
  declare function parseArgs(args: Array<string>): CliOptions;
package/dist/cli.mjs CHANGED
@@ -18,7 +18,7 @@ import istanbulReport from "istanbul-lib-report";
18
18
  import istanbulReports from "istanbul-reports";
19
19
 
20
20
  //#region package.json
21
- var version = "0.0.6";
21
+ var version = "0.0.7";
22
22
 
23
23
  //#endregion
24
24
  //#region src/backends/auto.ts
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as SnapshotFormatOptions, i as ResolvedConfig, n as Config, o as defineConfig, r as DEFAULT_CONFIG, s as Argv, t as CliOptions } from "./schema-CG-f4OUB.mjs";
1
+ import { a as SnapshotFormatOptions, i as ResolvedConfig, n as Config, o as defineConfig, r as DEFAULT_CONFIG, s as Argv, t as CliOptions } from "./schema-CNlyiEw6.mjs";
2
2
  import { WebSocket, WebSocketServer } from "ws";
3
3
  import buffer from "node:buffer";
4
4
 
@@ -1,5 +1,3 @@
1
- import { DefineConfig } from "c12";
2
-
3
1
  //#region ../../node_modules/.pnpm/@rbxts+jest@3.13.3-ts.1/node_modules/@rbxts/jest/src/config.d.ts
4
2
  interface ReporterConfig {
5
3
  reporter: string | ModuleScript;
@@ -868,6 +866,6 @@ interface CliOptions {
868
866
  verbose?: boolean;
869
867
  version?: boolean;
870
868
  }
871
- declare const defineConfig: DefineConfig<Config>;
869
+ declare const defineConfig: (input: Config) => Config;
872
870
  //#endregion
873
871
  export { SnapshotFormatOptions as a, ResolvedConfig as i, Config as n, defineConfig as o, DEFAULT_CONFIG as r, Argv as s, CliOptions as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/jest-roblox",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Jest-compatible CLI for running roblox-ts tests via Roblox Open Cloud",
5
5
  "keywords": [
6
6
  "jest",