@adobe/helix-rum-enhancer
Advanced tools
Comparing version 2.31.0-beta.3 to 2.31.0-beta.4
@@ -0,1 +1,8 @@ | ||
# [2.31.0-beta.4](https://github.com/adobe/helix-rum-enhancer/compare/v2.31.0-beta.3...v2.31.0-beta.4) (2025-01-16) | ||
### Bug Fixes | ||
* plugin path resolution ([f464652](https://github.com/adobe/helix-rum-enhancer/commit/f464652df5bef5f42e0b32c1f10bebef013dd1b0)) | ||
# [2.31.0-beta.3](https://github.com/adobe/helix-rum-enhancer/compare/v2.31.0-beta.2...v2.31.0-beta.3) (2025-01-16) | ||
@@ -2,0 +9,0 @@ |
@@ -32,3 +32,3 @@ /* | ||
const pluginBasePath = new URL(document.currentScript.src).href.replace(/index\.(map\.)js/, 'plugins'); | ||
const pluginBasePath = new URL(document.currentScript.src).href.replace(/index(\.map)?\.js/, 'plugins'); | ||
@@ -35,0 +35,0 @@ const PLUGINS = { |
{ | ||
"name": "@adobe/helix-rum-enhancer", | ||
"version": "2.31.0-beta.3", | ||
"version": "2.31.0-beta.4", | ||
"description": "Helix RUM Enhancer", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -134,3 +134,3 @@ /* | ||
const hasCookieKey = key => () => document.cookie.split(';').some(c => c.trim().startsWith(`${key}=`)); | ||
const pluginBasePath = new URL(document.currentScript.src).href.replace(/index\.(map\.)js/, 'plugins'); | ||
const pluginBasePath = new URL(document.currentScript.src).href.replace(/index(\.map)?\.js/, 'plugins'); | ||
const PLUGINS = { | ||
@@ -137,0 +137,0 @@ cwv: `${pluginBasePath}/cwv.js`, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
201985
0