You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,15 +61,15 @@ The distributed library is currently not minified. Below are the module sizes wh
61
61
62
62
- api.js: 0.15 kb
63
63
- index.js: 0.09 kb
64
-
- maybe.js: 0.81 kb
65
-
- maybe.utilities.js: 0.27 kb
64
+
- maybe.js: 0.82 kb
65
+
- maybe.utilities.js: 0.26 kb
66
66
- maybeAsync.js: 0.64 kb
67
-
- result.js: 1.28 kb
68
-
- resultAsync.js: 0.76 kb
67
+
- result.js: 1.32 kb
68
+
- resultAsync.js: 0.99 kb
69
69
- unit.js: 0.13 kb
70
70
- utilities.js: 0.27 kb
71
71
72
-
Total: 4.39 kb
72
+
Total: 4.66 kb
73
73
74
74
### Core Monads
75
75
@@ -267,8 +267,7 @@ See more examples of `ResultAsync` [in the docs](./docs/resultAsync.md) or [in t
267
267
268
268
## Contributing
269
269
270
-
To build this project, you must have v18.12.1 or higher
271
-
of the [Node.js](https://nodejs.org/dist/v18.12.1/node-v18.12.1-x64.msi) installed.
270
+
To build this project, you must have v22.14.0 or higher of [Node.js](https://nodejs.org/en/download) installed.
272
271
273
272
If you've found a bug or have a feature request, please [open an issue](https://github.com/seangwright/typescript-functional-extensions/issues/new) on GitHub.
0 commit comments