@thi.ng/geom-api
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.14...@thi.ng/geom-api@1.0.15) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/geom-api | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/geom-api", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/geom-api#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -22,2 +26,3 @@ "license": "Apache-2.0", | ||
"build:test": "rimraf build && tsc -p test/tsconfig.json", | ||
"build:check": "tsc --isolatedModules --noEmit", | ||
"test": "mocha test", | ||
@@ -43,4 +48,4 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/vectors": "^4.3.2", | ||
"@thi.ng/api": "^6.10.3", | ||
"@thi.ng/vectors": "^4.3.3", | ||
"tslib": "^1.11.1" | ||
@@ -67,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -34,2 +34,10 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/geom-api?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/geom-api/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 603 bytes / CJS: 627 bytes / UMD: 759 bytes | ||
@@ -36,0 +44,0 @@ |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
41317
63
Updated@thi.ng/api@^6.10.3
Updated@thi.ng/vectors@^4.3.3