@thi.ng/geom-api
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.2.5...@thi.ng/geom-api@0.3.0) (2019-07-12) | ||
### Features | ||
* **geom-api:** add CubicOpts ([81ac728](https://github.com/thi-ng/umbrella/commit/81ac728)) | ||
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.2.4...@thi.ng/geom-api@0.2.5) (2019-07-08) | ||
@@ -8,0 +19,0 @@ |
export * from "./accel"; | ||
export * from "./convex"; | ||
export * from "./cubic"; | ||
export * from "./isec"; | ||
@@ -4,0 +5,0 @@ export * from "./path"; |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -23,3 +23,3 @@ "module": "./index.js", | ||
"cover": "yarn test && nyc report --reporter=lcov", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src", | ||
"pub": "yarn build && yarn publish --access public" | ||
@@ -36,4 +36,4 @@ }, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.3.0", | ||
"@thi.ng/vectors": "^3.0.1" | ||
"@thi.ng/api": "^6.3.1", | ||
"@thi.ng/vectors": "^3.0.2" | ||
}, | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "05bc27ae468aefcfa8d1a5016dcbcfc22b7e8a85" | ||
"gitHead": "47075afc37f3a16adee7c903a2935304c7cf5daf" | ||
} |
39590
28
405
Updated@thi.ng/api@^6.3.1
Updated@thi.ng/vectors@^3.0.2