effect-app 1.3.0 → 1.3.1
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/CHANGELOG.md +7 -0
- package/dist/Operations.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/Operations.d.ts
CHANGED
|
@@ -59,9 +59,9 @@ declare const Operation_base: S.EnhancedClass<Operation, {
|
|
|
59
59
|
}, Operation.From, never, {
|
|
60
60
|
readonly id: string & S.StringIdBrand;
|
|
61
61
|
readonly title: string & S.NonEmptyString2kBrand;
|
|
62
|
+
readonly createdAt?: Date;
|
|
62
63
|
readonly progress?: OperationProgress | undefined;
|
|
63
64
|
readonly result?: Success | Failure | undefined;
|
|
64
|
-
readonly createdAt?: Date;
|
|
65
65
|
readonly updatedAt?: Date | null;
|
|
66
66
|
}, {}, {}>;
|
|
67
67
|
export declare class Operation extends Operation_base {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "effect-app",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"uuid": "^9.0.1",
|
|
14
14
|
"validator": "^13.12.0",
|
|
15
15
|
"@effect-app/core": "1.2.0",
|
|
16
|
-
"@effect-app/schema": "1.2.
|
|
16
|
+
"@effect-app/schema": "1.2.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@babel/cli": "^7.24.5",
|