@effect/platform 0.53.2 → 0.53.3
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.
|
@@ -18,23 +18,12 @@ export type WorkerErrorTypeId = typeof WorkerErrorTypeId;
|
|
|
18
18
|
* @category predicates
|
|
19
19
|
*/
|
|
20
20
|
export declare const isWorkerError: (u: unknown) => u is WorkerError;
|
|
21
|
-
declare const WorkerError_base: Schema.
|
|
22
|
-
readonly _tag: Schema.
|
|
21
|
+
declare const WorkerError_base: Schema.TaggedErrorClass<WorkerError, "WorkerError", {
|
|
22
|
+
readonly _tag: Schema.PropertySignature<":", "WorkerError", never, ":", "WorkerError", true, never>;
|
|
23
23
|
} & {
|
|
24
24
|
reason: Schema.Literal<["spawn", "decode", "send", "unknown", "encode"]>;
|
|
25
25
|
error: Schema.Schema<unknown, unknown, never>;
|
|
26
|
-
}
|
|
27
|
-
readonly _tag: "WorkerError";
|
|
28
|
-
readonly reason: "spawn" | "decode" | "send" | "unknown" | "encode";
|
|
29
|
-
readonly error: unknown;
|
|
30
|
-
}, {
|
|
31
|
-
readonly _tag: "WorkerError";
|
|
32
|
-
readonly reason: "spawn" | "decode" | "send" | "unknown" | "encode";
|
|
33
|
-
readonly error: unknown;
|
|
34
|
-
}, never, {
|
|
35
|
-
readonly reason: "spawn" | "decode" | "send" | "unknown" | "encode";
|
|
36
|
-
readonly error: unknown;
|
|
37
|
-
}, {}, Cause.YieldableError>;
|
|
26
|
+
}>;
|
|
38
27
|
/**
|
|
39
28
|
* @since 1.0.0
|
|
40
29
|
* @category errors
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkerError.d.ts","sourceRoot":"","sources":["../../src/WorkerError.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAA;AAC/C,OAAO,KAAK,KAAK,MAAM,cAAc,CAAA;AAKrC;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAmC,CAAA;AAE1E;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAExD;;;GAGG;AACH,eAAO,MAAM,aAAa,MAAO,OAAO,qBAAkE,CAAA
|
|
1
|
+
{"version":3,"file":"WorkerError.d.ts","sourceRoot":"","sources":["../../src/WorkerError.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAA;AAC/C,OAAO,KAAK,KAAK,MAAM,cAAc,CAAA;AAKrC;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAmC,CAAA;AAE1E;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAExD;;;GAGG;AACH,eAAO,MAAM,aAAa,MAAO,OAAO,qBAAkE,CAAA;;;;;;;AAgB1G;;;GAGG;AACH,qBAAa,WAAY,SAAQ,gBAG/B;IACA;;OAEG;IACH,QAAQ,CAAC,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAoB;IAEnE;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,CAClC,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EACxB,MAAM,CAAC,YAAY,CAAC,eAAe,CAAC,CACrC,CAA2D;IAE5D;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC,eAAe,CAAC,CAG/F;IAEH;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,YAAY,CAAC,eAAe,CAAC,KAAK,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAG/F;IAEH;;OAEG;IACH,IAAI,OAAO,WAGV;CACF;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAA;IAC5B,QAAQ,CAAC,MAAM,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAA;IACnE,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAA;CACxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/platform",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.3",
|
|
4
4
|
"description": "Unified interfaces for common platform-specific services",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"path-browserify": "^1.0.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@effect/schema": "^0.
|
|
18
|
+
"@effect/schema": "^0.67.0",
|
|
19
19
|
"effect": "^3.1.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|