@beignet/react-uploads 0.0.4 → 0.0.5

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @beignet/react-uploads
2
2
 
3
+ ## 0.0.5
4
+
3
5
  ## 0.0.4
4
6
 
5
7
  ### Patch Changes
package/README.md CHANGED
@@ -129,7 +129,7 @@ indeterminate pending UI when forcing `strategy: "server"`.
129
129
 
130
130
  ## Related
131
131
 
132
- - [`@beignet/core/uploads`](https://beignet.dev/uploads) - upload definitions
132
+ - [`@beignet/core/uploads`](https://beignetjs.com/uploads) - upload definitions
133
133
  and runtime router
134
- - [`@beignet/core/uploads/client`](https://beignet.dev/uploads) - typed browser
134
+ - [`@beignet/core/uploads/client`](https://beignetjs.com/uploads) - typed browser
135
135
  upload client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beignet/react-uploads",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "React upload hooks for Beignet upload clients",
6
6
  "main": "./dist/index.js",