@zveltio/vue 1.4.2 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -129,6 +129,6 @@ async function handleFile(e: Event) {
129
129
  ## Links
130
130
 
131
131
  - [Documentation](https://zveltio.com/docs)
132
- - [GitHub](https://github.com/zveltio/zveltio)
132
+ - [GitHub](https://github.com/zveltio-devs/zveltio)
133
133
  - [Core SDK](https://www.npmjs.com/package/@zveltio/sdk)
134
134
  - [React SDK](https://www.npmjs.com/package/@zveltio/react)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zveltio/vue",
3
- "version": "1.4.2",
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.2"
23
+ "@zveltio/sdk": "1.4.4"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "vue": ">=3.3"