@anchorlib/svelte 1.0.0-beta.4 → 1.0.0-beta.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchorlib/svelte",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "Svelte bindings for Anchor reactive state management",
5
5
  "keywords": [
6
6
  "state",
@@ -45,8 +45,8 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@anchorlib/core": "^1.0.0-beta.4",
49
- "@anchorlib/storage": "^1.0.0-beta.4"
48
+ "@anchorlib/core": "^1.0.0-beta.5",
49
+ "@anchorlib/storage": "^1.0.0-beta.5"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/css": "^0.5.0",
package/readme.md CHANGED
@@ -19,7 +19,7 @@ npm install @anchorlib/svelte
19
19
 
20
20
  ## Documentation
21
21
 
22
- For full documentation, visit [Anchor for Svelte](https://beerush-id.github.io/anchor/docs/svelte/introduction.html)
22
+ For full documentation, visit [Anchor for Svelte](https://anchor.mahdaen.name/docs/svelte/introduction.html)
23
23
 
24
24
  ## Quick Start
25
25