functype-react 1.1.0 → 1.2.0
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 +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# functype-react
|
|
2
2
|
|
|
3
|
-
React bindings for the [functype](
|
|
3
|
+
React bindings for the [functype](https://github.com/jordanburke/functype) functional programming library — ADT-aware hooks and exhaustive pattern matching components.
|
|
4
4
|
|
|
5
5
|
## Thesis
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "functype-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "React bindings for functype — ADT-aware hooks and exhaustive pattern matching components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"functype",
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"author": "jordan.burke@gmail.com",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"homepage": "https://github.com/jordanburke/functype/tree/main/packages/functype-react",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/jordanburke/functype/issues"
|
|
22
|
+
},
|
|
20
23
|
"repository": {
|
|
21
24
|
"type": "git",
|
|
22
25
|
"url": "https://github.com/jordanburke/functype",
|
|
@@ -45,7 +48,7 @@
|
|
|
45
48
|
"react-dom": "^19.2.6",
|
|
46
49
|
"ts-builds": "^2.8.1",
|
|
47
50
|
"tsdown": "^0.22.1",
|
|
48
|
-
"functype": "^1.
|
|
51
|
+
"functype": "^1.2.0"
|
|
49
52
|
},
|
|
50
53
|
"type": "module",
|
|
51
54
|
"main": "./dist/index.js",
|