@symbo.ls/link 2.11.248 → 2.11.257

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
@@ -31,7 +31,6 @@ export const RouterLink = {
31
31
  const { props, context: ctx } = el
32
32
  const { href } = props
33
33
  if (!href) return
34
- debugger
35
34
  const { utils, snippets, routerOptions } = ctx
36
35
  const root = el.__ref.__root
37
36
  const linkIsExternal = href.includes('http://') ||
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/link",
3
- "version": "2.11.248",
3
+ "version": "2.11.257",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "e7d1b63df87608e9cf336f712c1b2bd2879450bc",
6
+ "gitHead": "fee03ced348ded2839443d9636f6da28d9952465",
7
7
  "dependencies": {
8
8
  "@domql/router": "latest",
9
9
  "@symbo.ls/atoms": "latest"