brepjs 18.157.0 → 18.158.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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brepjs",
3
- "version": "18.157.0",
3
+ "version": "18.158.0",
4
4
  "description": "Web CAD library with pluggable geometry kernel",
5
5
  "keywords": [
6
6
  "cad",
@@ -260,8 +260,8 @@
260
260
  "prepare": "husky && bash scripts/ensure-wasm.sh"
261
261
  },
262
262
  "devDependencies": {
263
- "@commitlint/cli": "21.2.1",
264
- "@commitlint/config-conventional": "21.2.0",
263
+ "@commitlint/cli": "21.2.2",
264
+ "@commitlint/config-conventional": "21.2.2",
265
265
  "@emnapi/core": "1.11.3",
266
266
  "@emnapi/runtime": "1.11.3",
267
267
  "@eslint/js": "10.0.1",
@@ -271,22 +271,22 @@
271
271
  "@typescript/native-preview": "7.0.0-dev.20260707.2",
272
272
  "@vitest/coverage-v8": "4.1.10",
273
273
  "brepjs-opencascade": "*",
274
- "brepkit-wasm": "3.2.13",
274
+ "brepkit-wasm": "3.3.7",
275
275
  "eslint": "10.8.1",
276
276
  "fast-check": "4.9.0",
277
277
  "husky": "9.1.7",
278
278
  "knip": "6.27.0",
279
279
  "lint-staged": "17.3.0",
280
280
  "lz-string": "1.5.0",
281
- "occt-wasm": "4.2.0",
281
+ "occt-wasm": "4.3.0",
282
282
  "prettier": "3.9.6",
283
- "puppeteer": "25.5.0",
283
+ "puppeteer": "25.7.0",
284
284
  "size-limit": "13.0.3",
285
285
  "sucrase": "3.35.1",
286
- "tsx": "4.23.11",
286
+ "tsx": "4.23.12",
287
287
  "typedoc": "0.28.20",
288
288
  "typescript": "6.0.3",
289
- "typescript-eslint": "8.66.0",
289
+ "typescript-eslint": "8.67.0",
290
290
  "vite": "8.2.1",
291
291
  "vite-plugin-dts": "5.0.3",
292
292
  "vitest": "4.1.10"