bitbybit-occt
Advanced tools
Comparing version 0.10.2 to 0.10.3
export declare namespace Base { | ||
type Color = string; | ||
type ColorRGB = { | ||
r: number; | ||
g: number; | ||
b: number; | ||
}; | ||
type Material = any; | ||
@@ -4,0 +9,0 @@ type Point2 = [number, number]; |
{ | ||
"name": "bitbybit-occt", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13244795
20667