@thi.ng/geom-subdiv-curve
Advanced tools
Comparing version 0.1.42 to 0.1.43
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.42...@thi.ng/geom-subdiv-curve@0.1.43) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/geom-subdiv-curve | ||
## [0.1.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.41...@thi.ng/geom-subdiv-curve@0.1.42) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-subdiv-curve", | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/geom-subdiv-curve", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/geom-subdiv-curve#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,5 +48,5 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"dependencies": { | ||
"@thi.ng/geom-api": "^1.0.14", | ||
"@thi.ng/transducers": "^6.4.7", | ||
"@thi.ng/vectors": "^4.3.2", | ||
"@thi.ng/geom-api": "^1.0.15", | ||
"@thi.ng/transducers": "^6.4.8", | ||
"@thi.ng/vectors": "^4.3.3", | ||
"tslib": "^1.11.1" | ||
@@ -72,3 +77,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -51,2 +51,10 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/geom-subdiv-curve?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/geom-subdiv-curve/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 641 bytes / CJS: 722 bytes / UMD: 767 bytes | ||
@@ -53,0 +61,0 @@ |
38343
85
Updated@thi.ng/geom-api@^1.0.15
Updated@thi.ng/transducers@^6.4.8
Updated@thi.ng/vectors@^4.3.3