@opencor/opencor 0.20260616.0 → 0.20260619.0

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.
@@ -4747,7 +4747,7 @@ const ti = () => {
4747
4747
  ]), 1024);
4748
4748
  };
4749
4749
  }
4750
- }), Yp = "0.20260616.0", Xp = {
4750
+ }), Yp = "0.20260619.0", Xp = {
4751
4751
  version: Yp
4752
4752
  }, { version: ya } = Xp, jr = C.ref(!1), To = C.ref(""), wl = async () => {
4753
4753
  try {
@@ -9471,7 +9471,7 @@ const oc = [
9471
9471
  if (window.locApi)
9472
9472
  Ff(window.locApi);
9473
9473
  else {
9474
- const n = "0.20260604.0";
9474
+ const n = "0.20260619.0";
9475
9475
  try {
9476
9476
  const e = (await import(
9477
9477
  /* @vite-ignore */
package/package.json CHANGED
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "./style.css": "./dist/opencor.css"
44
44
  },
45
- "version": "0.20260616.0",
46
- "libopencorVersion": "0.20260604.0",
45
+ "version": "0.20260619.0",
46
+ "libopencorVersion": "0.20260619.0",
47
47
  "scripts": {
48
48
  "build": "vite build && bun scripts/generate.version.js",
49
49
  "build:lib": "vite build --config vite.lib.config.ts && bunx --bun vue-tsc --project tsconfig.lib.types.json",