@voidhash/mimic-effect 1.0.0-beta.17 → 1.0.0-beta.19
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/testing/types.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Effect } from "effect";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as effect_Types0 from "effect/Types";
|
|
3
|
+
import * as effect_Cause0 from "effect/Cause";
|
|
4
4
|
|
|
5
5
|
//#region src/testing/types.d.ts
|
|
6
6
|
|
|
7
|
-
declare const TestError_base: new <A extends Record<string, any> = {}>(args:
|
|
7
|
+
declare const TestError_base: new <A extends Record<string, any> = {}>(args: effect_Types0.MatchRecord<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P] }, void, { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P] }>) => effect_Cause0.YieldableError & {
|
|
8
8
|
readonly _tag: "TestError";
|
|
9
9
|
} & Readonly<A>;
|
|
10
10
|
/**
|
package/dist/testing/types.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Effect } from "effect";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as effect_Types0 from "effect/Types";
|
|
3
|
+
import * as effect_Cause0 from "effect/Cause";
|
|
4
4
|
|
|
5
5
|
//#region src/testing/types.d.ts
|
|
6
6
|
|
|
7
|
-
declare const TestError_base: new <A extends Record<string, any> = {}>(args:
|
|
7
|
+
declare const TestError_base: new <A extends Record<string, any> = {}>(args: effect_Types0.MatchRecord<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P] }, void, { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P] }>) => effect_Cause0.YieldableError & {
|
|
8
8
|
readonly _tag: "TestError";
|
|
9
9
|
} & Readonly<A>;
|
|
10
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voidhash/mimic-effect",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"typescript": "5.8.3",
|
|
34
34
|
"vite-tsconfig-paths": "^5.1.4",
|
|
35
35
|
"vitest": "^3.2.4",
|
|
36
|
-
"@voidhash/tsconfig": "1.0.0-beta.
|
|
36
|
+
"@voidhash/tsconfig": "1.0.0-beta.19"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"effect": "4.0.0-beta.21",
|
|
40
|
-
"@voidhash/mimic": "1.0.0-beta.
|
|
40
|
+
"@voidhash/mimic": "1.0.0-beta.19"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsdown",
|