brepjs 18.119.0 → 18.119.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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs",
|
|
3
|
-
"version": "18.119.
|
|
3
|
+
"version": "18.119.1",
|
|
4
4
|
"description": "Web CAD library with pluggable geometry kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cad",
|
|
@@ -256,6 +256,8 @@
|
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@commitlint/cli": "21.2.1",
|
|
258
258
|
"@commitlint/config-conventional": "21.2.0",
|
|
259
|
+
"@emnapi/core": "1.11.2",
|
|
260
|
+
"@emnapi/runtime": "1.11.2",
|
|
259
261
|
"@eslint/js": "10.0.1",
|
|
260
262
|
"@size-limit/file": "12.1.0",
|
|
261
263
|
"@types/opentype.js": "1.3.9",
|
|
@@ -309,7 +311,7 @@
|
|
|
309
311
|
},
|
|
310
312
|
"overrides": {
|
|
311
313
|
"dompurify": "^3.4.11",
|
|
312
|
-
"brace-expansion": "^5.0.
|
|
314
|
+
"brace-expansion": "^5.0.7",
|
|
313
315
|
"esbuild@<0.25.0": "^0.25.0",
|
|
314
316
|
"esbuild@>=0.26.0 <0.28.1": "^0.28.1",
|
|
315
317
|
"js-yaml": "^4.2.0",
|