brepjs 18.161.3 → 18.162.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.162.0",
|
|
4
4
|
"description": "Web CAD library with pluggable geometry kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cad",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"docs:render-images": "npx tsx scripts/render-doc-images.ts",
|
|
254
254
|
"docs:gen-hero": "npx tsx scripts/genHeroFrames.ts",
|
|
255
255
|
"docs:gen-images": "npx tsx scripts/genLandingImages.ts",
|
|
256
|
-
"gen:og": "node scripts/gen-og-docs.mjs && bash scripts/gen-og.sh",
|
|
256
|
+
"gen:og": "node scripts/gen-og-docs.mjs && bash scripts/gen-og.sh && npm run og --workspace=apps/playground",
|
|
257
257
|
"test:docs": "npm run docs:extract-tests && vitest run --project occt-wasm tests/docs",
|
|
258
258
|
"conformance:generate": "npx tsx scripts/generateConformance.ts",
|
|
259
259
|
"sync:brepkit-types": "npx tsx scripts/sync-brepkit-types.ts",
|