@bsgoal/common 2.28.50 → 2.28.51
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.
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9410,7 +9410,7 @@ const Uv = { class: "bsgoal-base-viewer" }, Gv = ["src"], Wv = Object.assign({
|
|
|
9410
9410
|
if (!y || !y.length)
|
|
9411
9411
|
return Pv;
|
|
9412
9412
|
const v = Array.isArray(y) ? y[0] : y;
|
|
9413
|
-
return c ? `${v}?timestamp=${Date.
|
|
9413
|
+
return c ? `${v}?timestamp=${(/* @__PURE__ */ new Date()).getTime()}` : v;
|
|
9414
9414
|
}), f = () => {
|
|
9415
9415
|
Er({
|
|
9416
9416
|
images: s.src
|