@thi.ng/morton
Advanced tools
Comparing version 3.1.81 to 3.1.82
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.81", | ||
"version": "3.1.82", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -39,6 +39,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/binary": "^3.4.20", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/math": "^5.10.8" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/binary": "^3.4.21", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/math": "^5.10.9" | ||
}, | ||
@@ -103,2 +103,3 @@ "devDependencies": { | ||
"thi.ng": { | ||
"alias": "m", | ||
"related": [ | ||
@@ -110,3 +111,3 @@ "grid-iterators", | ||
}, | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -58,4 +58,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as m from "@thi.ng/morton"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -70,3 +76,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/morton"></script> | ||
```js | ||
const morton = await import("@thi.ng/morton"); | ||
const m = await import("@thi.ng/morton"); | ||
``` | ||
@@ -73,0 +79,0 @@ |
45754
181
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/binary@^3.4.21
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/math@^5.10.9