brepjs-cad 0.109.0 → 0.109.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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.109.1](https://github.com/andymai/brepjs/compare/brepjs-cad-v0.109.0...brepjs-cad-v0.109.1) (2026-08-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** clear all remaining OSV findings to get main green ([#1917](https://github.com/andymai/brepjs/issues/1917)) ([2456ef4](https://github.com/andymai/brepjs/commit/2456ef40860129a59027d055978c002004104925))
|
|
9
|
+
|
|
3
10
|
## [0.109.0](https://github.com/andymai/brepjs/compare/brepjs-cad-v0.108.0...brepjs-cad-v0.109.0) (2026-08-01)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs-cad",
|
|
3
|
-
"version": "0.109.
|
|
3
|
+
"version": "0.109.1",
|
|
4
4
|
"description": "Brainstorm → design → author → verify → polish pipeline for parametric brepjs CAD, with the brep CLI",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prepack": "npm run build"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@modelcontextprotocol/sdk": "1.
|
|
59
|
+
"@modelcontextprotocol/sdk": "1.30.0",
|
|
60
60
|
"brepjs": ">=18.117.1",
|
|
61
61
|
"commander": "^15.0.0",
|
|
62
62
|
"occt-wasm": "^3.0.0",
|