brep-io-kernel 1.0.206 → 1.0.207

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.
@@ -501,10 +501,7 @@ console.log(getAllLicensesInfoString()); <span class="tok-comment">// package
501
501
  <li><a href="./workbenches__surfacing.html">Surfacing Workbench</a></li>
502
502
  <li><a href="./workbenches__wire-harness.html">Wire Harness Workbench</a></li></ul>
503
503
 
504
- </div>
505
- </section>
506
-
507
- <section class="card">
504
+ <section class="license">
508
505
  <h1>This project's license</h1>
509
506
  <div style="white-space: pre-wrap;">Copyright 2025 Autodrop3d LLC
510
507
  https://autodrop3d.com
@@ -879,7 +876,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO
879
876
  <div class="doc-nav-links"><a href="./fonts-licenses.html">Font license details</a></div>
880
877
  </section>
881
878
  <div class="footer">Generated from <code>installed node_modules graph (dependencies + optionalDependencies) + vendored third-party components</code>.</div>
882
- <div class="prose">
883
879
  </div>
884
880
  </section>
885
881
  </div>
@@ -501,10 +501,7 @@ console.log(getAllLicensesInfoString()); <span class="tok-comment">// package
501
501
  <li><a href="./workbenches__surfacing.html">Surfacing Workbench</a></li>
502
502
  <li><a href="./workbenches__wire-harness.html">Wire Harness Workbench</a></li></ul>
503
503
 
504
- </div>
505
- </section>
506
-
507
- <section class="card">
504
+ <section class="license">
508
505
  <h1>This project's license</h1>
509
506
  <div style="white-space: pre-wrap;">Copyright 2025 Autodrop3d LLC
510
507
  https://autodrop3d.com
@@ -879,7 +876,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO
879
876
  <div class="doc-nav-links"><a href="./fonts-licenses.html">Font license details</a></div>
880
877
  </section>
881
878
  <div class="footer">Generated from <code>installed node_modules graph (dependencies + optionalDependencies) + vendored third-party components</code>.</div>
882
- <div class="prose">
883
879
  </div>
884
880
  </section>
885
881
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brep-io-kernel",
3
- "version": "1.0.206",
3
+ "version": "1.0.207",
4
4
  "scripts": {
5
5
  "start": "pnpm dev",
6
6
  "dev": "node ./scripts/prepareFontAssets.js && pnpm prepareFonts && pnpm build:kernel && vite --host 0.0.0.0",