@faicad/fai-cq-gears 0.14.1 → 0.16.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 +3 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faicad/fai-cq-gears",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,17 +28,11 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
|
-
"faijs": {
|
|
32
|
-
"naming": {
|
|
33
|
-
"kind": "unmodeled",
|
|
34
|
-
"reason": "gear tooth flanks are bspline surfaces without a stable per-face index vocabulary (face count varies with tooth count)"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
31
|
"dependencies": {
|
|
38
|
-
"@faicad/cq-compat": "^0.
|
|
32
|
+
"@faicad/cq-compat": "^0.16.0"
|
|
39
33
|
},
|
|
40
34
|
"peerDependencies": {
|
|
41
|
-
"@faicad/faijs": "^0.
|
|
35
|
+
"@faicad/faijs": "^0.16.0",
|
|
42
36
|
"occt-wasm": "^3.8.0"
|
|
43
37
|
},
|
|
44
38
|
"devDependencies": {
|