@zemnmez/future 1.0.1 → 1.0.2
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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `@zemnmez/future`
|
|
2
2
|
|
|
3
|
+
[View `@zemnmez/future` on npm](https://www.npmjs.com/package/@zemnmez/future)
|
|
4
|
+
|
|
3
5
|
`@zemnmez/future` is a tiny TypeScript type for a value that may be loading,
|
|
4
6
|
resolved, or errored. A `Future<Then, Loading, Error>` represents all three
|
|
5
7
|
states exactly and requires each state to be handled before its resolved value
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
|
-
"version": "1.0.
|
|
21
|
+
"version": "1.0.2",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@tanstack/react-query": "5.101.4",
|
|
24
24
|
"react": "19.2.8"
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"directory": "ts/future"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/zemn-me/monorepo/issues/new?title=%2F%2Fts%2Ffuture%401.0.
|
|
36
|
+
"url": "https://github.com/zemn-me/monorepo/issues/new?title=%2F%2Fts%2Ffuture%401.0.2%3A+something+went+wrong%21"
|
|
37
37
|
}
|
|
38
38
|
}
|