@symbo.ls/link 2.11.315 → 2.11.323

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 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -35,7 +35,7 @@ export const RouterLink = {
35
35
  if (stopPropagation) event.stopPropagation()
36
36
  if (!href) return
37
37
  const { utils, snippets, routerOptions } = ctx
38
- const root = el.__ref.__root
38
+ const root = el.__ref.root
39
39
  const linkIsExternal = href.includes('http://') ||
40
40
  href.includes('https://') ||
41
41
  href.includes('mailto:') ||
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/link",
3
- "version": "2.11.315",
3
+ "version": "2.11.323",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "f7e5836ff0fad163a721cd8a823e2da1a7f346ef",
6
+ "gitHead": "ad959e4a3b3722e3e0f36f7a98298ea179620281",
7
7
  "dependencies": {
8
8
  "@domql/router": "latest",
9
9
  "@symbo.ls/atoms": "latest"