@thi.ng/geom-api
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.21...@thi.ng/geom-api@1.0.22) (2020-06-20) | ||
**Note:** Version bump only for package @thi.ng/geom-api | ||
## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.20...@thi.ng/geom-api@1.0.21) (2020-06-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -14,6 +14,12 @@ "module": "./index.js", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/geom-api#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -47,4 +53,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.11.1", | ||
"@thi.ng/vectors": "^4.4.4", | ||
"@thi.ng/api": "^6.11.2", | ||
"@thi.ng/vectors": "^4.5.0", | ||
"tslib": "^1.12.0" | ||
@@ -71,3 +77,3 @@ }, | ||
}, | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
"gitHead": "71008cd78a3288d0f740c3e4b379b353f5c926b9" | ||
} |
40785
Updated@thi.ng/api@^6.11.2
Updated@thi.ng/vectors@^4.5.0