vue-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
@@ -26,7 +26,7 @@ app.use(linkInterceptorPlugin, {
26
26
 
27
27
  ## Docs & Playground
28
28
 
29
- https://babu-ch.github.io/link-interceptor/
29
+ https://babu-ch.github.io/link-interceptor/?fw=vue
30
30
 
31
31
  ## License
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-link-interceptor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Vue 3 plugin to intercept all <a> tag clicks in your SPA — handle internal routing and external link modifications with ease.",
5
5
  "keywords": [
6
6
  "anchor",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "author": "babu-ch",
16
16
  "license": "MIT",
17
- "homepage": "https://babu-ch.github.io/link-interceptor/",
17
+ "homepage": "https://babu-ch.github.io/link-interceptor/?fw=vue",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "git+https://github.com/babu-ch/link-interceptor.git",
@@ -55,7 +55,7 @@
55
55
  "typescript": "^5.8.2",
56
56
  "vite-plus": "^0.1.14",
57
57
  "vue": "^3.5.31",
58
- "link-interceptor": "0.1.1"
58
+ "link-interceptor": "0.1.2"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "vp pack",