xpine 0.0.41 → 0.0.42

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.
@@ -27,8 +27,8 @@ async function updatePageOnLinkClick(e) {
27
27
  window.history.pushState(
28
28
  {
29
29
  type: "link-click",
30
- href: targetHref,
31
- url: newURL
30
+ hrefTarget: targetHref,
31
+ href: newURL?.href
32
32
  },
33
33
  "",
34
34
  targetHref
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xpine",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "main": "dist/index.js",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-secrets-manager": "^3.758.0",