brepjs 18.85.0 → 18.87.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brepjs",
3
- "version": "18.85.0",
3
+ "version": "18.87.0",
4
4
  "description": "Web CAD library with pluggable geometry kernel",
5
5
  "keywords": [
6
6
  "cad",
@@ -210,6 +210,7 @@
210
210
  ],
211
211
  "scripts": {
212
212
  "build": "vite build && node scripts/build-quick.js",
213
+ "build:site": "npm run build && npm run build --workspace=brepjs-bim && npm run build --workspace=brepjs-sheetmetal && npm run build --workspace=apps/playground && npm run build --workspace=apps/docs && mkdir -p apps/docs/.vitepress/dist/playground && cp -r apps/playground/dist/. apps/docs/.vitepress/dist/playground/",
213
214
  "dev": "vite build --watch",
214
215
  "prepublishOnly": "npm run build",
215
216
  "prepack": "bash scripts/validate-pack.sh",
@@ -245,7 +246,7 @@
245
246
  "docs:render-images": "npx tsx scripts/render-doc-images.ts",
246
247
  "docs:gen-hero": "npx tsx scripts/genHeroFrames.ts",
247
248
  "docs:gen-images": "npx tsx scripts/genLandingImages.ts",
248
- "gen:og": "bash scripts/gen-og.sh",
249
+ "gen:og": "node scripts/gen-og-docs.mjs && bash scripts/gen-og.sh",
249
250
  "test:docs": "npm run docs:extract-tests && vitest run --project occt-wasm tests/docs",
250
251
  "conformance:generate": "npx tsx scripts/generateConformance.ts",
251
252
  "sync:brepkit-types": "npx tsx scripts/sync-brepkit-types.ts",