@thi.ng/vectors
Advanced tools
Comparing version 7.10.25 to 7.10.26
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:46Z | ||
- **Last updated**: 2024-04-08T14:59:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/vectors", | ||
"version": "7.10.25", | ||
"version": "7.10.26", | ||
"description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/binary": "^3.4.20", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/equiv": "^2.1.53", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/math": "^5.10.8", | ||
"@thi.ng/memoize": "^3.2.0", | ||
"@thi.ng/random": "^3.7.1", | ||
"@thi.ng/strings": "^3.7.28", | ||
"@thi.ng/transducers": "^8.9.18" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/binary": "^3.4.21", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/equiv": "^2.1.54", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/math": "^5.10.9", | ||
"@thi.ng/memoize": "^3.3.0", | ||
"@thi.ng/random": "^3.7.2", | ||
"@thi.ng/strings": "^3.7.29", | ||
"@thi.ng/transducers": "^9.0.0" | ||
}, | ||
@@ -787,3 +787,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\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 | ||
@@ -181,4 +181,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as vec from "@thi.ng/vectors"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -193,3 +199,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/vectors"></script> | ||
```js | ||
const vectors = await import("@thi.ng/vectors"); | ||
const vec = await import("@thi.ng/vectors"); | ||
``` | ||
@@ -196,0 +202,0 @@ |
362439
766
+ Added@thi.ng/compose@3.0.21(transitive)
+ Added@thi.ng/timestamp@1.1.3(transitive)
+ Added@thi.ng/transducers@9.2.16(transitive)
- Removed@thi.ng/compose@2.1.71(transitive)
- Removed@thi.ng/transducers@8.9.18(transitive)
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/binary@^3.4.21
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/equiv@^2.1.54
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/math@^5.10.9
Updated@thi.ng/memoize@^3.3.0
Updated@thi.ng/random@^3.7.2
Updated@thi.ng/strings@^3.7.29
Updated@thi.ng/transducers@^9.0.0