@zveltio/react 1.4.3 → 1.4.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -125,6 +125,6 @@ function FileUpload() {
|
|
|
125
125
|
## Links
|
|
126
126
|
|
|
127
127
|
- [Documentation](https://zveltio.com/docs)
|
|
128
|
-
- [GitHub](https://github.com/zveltio/zveltio)
|
|
128
|
+
- [GitHub](https://github.com/zveltio-devs/zveltio)
|
|
129
129
|
- [Core SDK](https://www.npmjs.com/package/@zveltio/sdk)
|
|
130
130
|
- [Vue SDK](https://www.npmjs.com/package/@zveltio/vue)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zveltio/react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@zveltio/sdk": "1.4.
|
|
23
|
+
"@zveltio/sdk": "1.4.4"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">=18",
|