@revolugo/elements-vue3 7.13.1-alpha.3 → 7.13.1-alpha.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.
@@ -33,9 +33,9 @@ var $t = Object.create, ce = Object.defineProperty, wt = Object.getOwnPropertyDe
33
33
  let [t] = document.querySelectorAll("script");
34
34
  return t ? t?.parentNode?.insertBefore(n, t) : document.head.append(n), n;
35
35
  }, kt = (e, n) => {
36
- let t = e ? process.env.ELEMENTS_NEXT_ENTRY_URL : "https://cdn.jsdelivr.net/npm/@revolugo/elements@7.13.1-alpha.3/dist/revolugo.min.js";
36
+ let t = e ? process.env.ELEMENTS_NEXT_ENTRY_URL : "https://cdn.jsdelivr.net/npm/@revolugo/elements@7.13.1-alpha.4/dist/revolugo.min.js";
37
37
  if (!t) throw Error("Missing elements entry URL environment variable");
38
- let r = n || "7.13.1-alpha.3", a = r ? t.replace("7.13.1-alpha.3", r) : t, f = [...document.querySelectorAll("script")].find((o) => o.src.includes(a));
38
+ let r = n || "7.13.1-alpha.4", a = r ? t.replace("7.13.1-alpha.4", r) : t, f = [...document.querySelectorAll("script")].find((o) => o.src.includes(a));
39
39
  return new Promise((o) => {
40
40
  if (f) {
41
41
  o(!0);