@domql/router 2.2.3 → 2.2.4

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
@@ -24,7 +24,6 @@ export const router = (rootElement, path, state = {}, level = 0, pushState = tru
24
24
 
25
25
  const newContent = rootElement.set({ proto: content }).content.node
26
26
  newContent.scrollIntoView({ behavior: 'smooth', block: 'start' })
27
- console.log(newContent)
28
27
  if (hasHash[1]) {
29
28
  // window.location.hash = hasHash[1]
30
29
  document.getElementById(hasHash[1]).scrollIntoView({ behavior: 'smooth', block: 'start' })
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@domql/router",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
7
7
  "vpatch": "npm version patch && npm publish --access public"
8
8
  },
9
- "gitHead": "140b4437092d6a5efaf99cc32f04fedd55faac0c",
9
+ "gitHead": "a105ac3a4a89d120ec7199d9a4b9706e76ce128f",
10
10
  "source": "index.js"
11
11
  }