react-fate 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1042,4 +1042,6 @@ Probably. One day. _Maybe._
1042
1042
  ## Acknowledgements
1043
1043
 
1044
1044
  - [Relay](https://relay.dev/), [Isograph](https://isograph.dev/) & [GraphQL](https://graphql.org/) for inspiration
1045
- - [Ricky Hanlon](https://x.com/rickyfm) for guidance on Async React
1045
+ - [Ricky Hanlon](https://x.com/rickyfm) for guidance on Async React
1046
+
1047
+ **_fate_** was created by [@cnakazawa](https://x.com/cnakazawa) and is maintained by [Nakazawa Tech](https://nakazawa.tech/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-fate",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "fate is a modern data client for React.",
5
5
  "homepage": "https://github.com/nkzw-tech/fate",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "lib"
29
29
  ],
30
30
  "dependencies": {
31
- "@nkzw/fate": "^0.0.3"
31
+ "@nkzw/fate": "^0.0.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/react": "^19.2.7",