@symbo.ls/link 2.11.36 → 2.11.132

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/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -33,6 +33,7 @@ export const RouterLink = {
33
33
  const { utils, routerOptions } = ctx
34
34
  const { router } = utils
35
35
  const root = el.__ref.__root
36
+ console.log(href)
36
37
  const linkIsExternal = href.includes('http://') ||
37
38
  href.includes('https://') ||
38
39
  href.includes('mailto:') ||
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/link",
3
- "version": "2.11.36",
3
+ "version": "2.11.132",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "dcbcb0c3da036cfdb2fa14632c7dd32f8041af2a",
6
+ "gitHead": "13027443598f113dd2b79ddf7aaf1adbd46d97d7",
7
7
  "dependencies": {
8
8
  "@domql/router": "latest",
9
9
  "@symbo.ls/atoms": "latest"