forgecad 0.9.8 → 0.9.9

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.
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- <head><title>ForgeCAD Headless Render</title> <script type="module" crossorigin src="/assets/cli/render-BI3gLMXz.js"></script>
3
+ <head><title>ForgeCAD Headless Render</title> <script type="module" crossorigin src="/assets/cli/render-CXVrHY8q.js"></script>
4
4
  </head>
5
5
  <body>
6
6
  <canvas id="canvas" width="1024" height="1024"></canvas>
package/dist/index.html CHANGED
@@ -55,7 +55,7 @@
55
55
  * { margin: 0; padding: 0; box-sizing: border-box; }
56
56
  html, body, #root { width: 100%; min-height: 100%; background: var(--fc-bg); color: var(--fc-text); font-family: system-ui, -apple-system, sans-serif; }
57
57
  </style>
58
- <script type="module" crossorigin src="/assets/app-Dn4EwHhN.js"></script>
58
+ <script type="module" crossorigin src="/assets/app-BjSEB4sY.js"></script>
59
59
  <link rel="stylesheet" crossorigin href="/assets/app-CsHnaBWt.css">
60
60
  </head>
61
61
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgecad",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "Code-first parametric CAD for JavaScript/TypeScript, in the browser and CLI.",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",