@thi.ng/geom-api
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.13...@thi.ng/geom-api@1.0.14) (2020-04-27) | ||
**Note:** Version bump only for package @thi.ng/geom-api | ||
## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.12...@thi.ng/geom-api@1.0.13) (2020-04-23) | ||
@@ -8,0 +16,0 @@ |
@@ -1,4 +0,2 @@ | ||
export * from "./accel"; | ||
export * from "./convex"; | ||
export * from "./cubic"; | ||
export * from "./isec"; | ||
@@ -8,3 +6,1 @@ export * from "./path"; | ||
export * from "./shape"; | ||
export * from "./subdiv"; | ||
export * from "./tessel"; |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -41,4 +41,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/vectors": "^4.3.1", | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/vectors": "^4.3.2", | ||
"tslib": "^1.11.1" | ||
@@ -65,3 +65,3 @@ }, | ||
}, | ||
"gitHead": "7d53b9da131181ae2cf35d325941a353f9b3494b" | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
} |
40753
356
Updated@thi.ng/api@^6.10.2
Updated@thi.ng/vectors@^4.3.2