brepjs 18.22.0 → 18.23.1
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.23.1",
|
|
4
4
|
"description": "Web CAD library with pluggable geometry kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cad",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"vitest": "4.1.6"
|
|
269
269
|
},
|
|
270
270
|
"peerDependencies": {
|
|
271
|
-
"brepjs-opencascade": "^0.5.1 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0",
|
|
271
|
+
"brepjs-opencascade": "^0.5.1 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0",
|
|
272
272
|
"brepkit-wasm": "^0.10.1 || ^1.0.0 || ^2.0.0",
|
|
273
273
|
"occt-wasm": "^3.0.0"
|
|
274
274
|
},
|
|
@@ -290,6 +290,9 @@
|
|
|
290
290
|
"overrides": {
|
|
291
291
|
"dompurify": "^3.4.5",
|
|
292
292
|
"brace-expansion": "^5.0.6",
|
|
293
|
-
"esbuild@<0.25.0": "^0.25.0"
|
|
293
|
+
"esbuild@<0.25.0": "^0.25.0",
|
|
294
|
+
"vitepress": {
|
|
295
|
+
"vite": "6.4.2"
|
|
296
|
+
}
|
|
294
297
|
}
|
|
295
298
|
}
|