svelte-link-interceptor 0.1.1 → 0.1.2

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 +3 -3
package/README.md CHANGED
@@ -32,7 +32,7 @@ npm install svelte-link-interceptor
32
32
 
33
33
  ## Docs & Playground
34
34
 
35
- https://babu-ch.github.io/link-interceptor/
35
+ https://babu-ch.github.io/link-interceptor/?fw=svelte
36
36
 
37
37
  ## License
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-link-interceptor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Svelte action to intercept all <a> tag clicks in your SPA — handle internal routing and external link modifications with ease.",
5
5
  "keywords": [
6
6
  "anchor",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "author": "babu-ch",
15
15
  "license": "MIT",
16
- "homepage": "https://babu-ch.github.io/link-interceptor/",
16
+ "homepage": "https://babu-ch.github.io/link-interceptor/?fw=svelte",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/babu-ch/link-interceptor.git",
@@ -54,7 +54,7 @@
54
54
  "svelte": "^5.0.0",
55
55
  "typescript": "^5.8.2",
56
56
  "vite-plus": "^0.1.14",
57
- "link-interceptor": "0.1.1"
57
+ "link-interceptor": "0.1.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "vp pack",