@thi.ng/morton
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.10...@thi.ng/morton@2.0.11) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.9...@thi.ng/morton@2.0.10) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/morton", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/morton#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/api": "^6.10.2", | ||
"@thi.ng/binary": "^2.0.4", | ||
"@thi.ng/math": "^1.7.7", | ||
"@thi.ng/api": "^6.10.3", | ||
"@thi.ng/binary": "^2.0.5", | ||
"@thi.ng/math": "^1.7.8", | ||
"tslib": "^1.11.1" | ||
@@ -84,3 +89,3 @@ }, | ||
}, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -42,3 +42,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid iterators w/ multiple orderings | ||
- [@thi.ng/geom-accel](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-accel) - n-D spatial indexing data structures | ||
- [@thi.ng/geom-accel](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-accel) - n-D spatial indexing data structures with a shared ES6 Map/Set-like API | ||
@@ -51,2 +51,10 @@ ## Installation | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/morton?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/morton/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.02 KB / CJS: 2.16 KB / UMD: 2.11 KB | ||
@@ -53,0 +61,0 @@ |
97271
149
Updated@thi.ng/api@^6.10.3
Updated@thi.ng/binary@^2.0.5
Updated@thi.ng/math@^1.7.8