@symbo.ls/link 2.11.162 → 2.11.169

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