@opencor/opencor 0.20251111.0 → 0.20251112.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.
@@ -8229,7 +8229,7 @@ async function Tf() {
8229
8229
  console.error("Failed to load libOpenCOR's WebAssembly module:", n);
8230
8230
  }
8231
8231
  }
8232
- const Lf = "0.20251111.0", Of = { class: "space-y-7" }, Ef = { class: "text-center" }, Pf = { class: "text-3xl font-bold" }, $f = {
8232
+ const Lf = "0.20251112.0", Of = { class: "space-y-7" }, Ef = { class: "text-center" }, Pf = { class: "text-3xl font-bold" }, $f = {
8233
8233
  key: 0,
8234
8234
  class: "text-xl italic font-bold"
8235
8235
  }, Df = { class: "text-sm italic" }, Uf = { class: "space-y-2" }, zf = /* @__PURE__ */ x("a", {
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "./style.css": "./dist/opencor.css"
41
41
  },
42
- "version": "0.20251111.0",
42
+ "version": "0.20251112.0",
43
43
  "scripts": {
44
44
  "build": "vite build",
45
45
  "build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",