@thi.ng/soa 0.4.106 → 0.4.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T11:59:16Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/aos.d.ts CHANGED
@@ -19,6 +19,8 @@ import { SOA } from "./soa.js";
19
19
  *
20
20
  * @example
21
21
  * ```ts
22
+ * import { aos } from "@thi.ng/soa";
23
+ *
22
24
  * aos(
23
25
  * 1024,
24
26
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/soa",
3
- "version": "0.4.106",
3
+ "version": "0.4.108",
4
4
  "description": "SOA & AOS memory mapped structured views with optional & extensible serialization",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,11 +35,11 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.25",
39
- "@thi.ng/binary": "^3.4.14",
38
+ "@thi.ng/api": "^8.9.26",
39
+ "@thi.ng/binary": "^3.4.15",
40
40
  "@thi.ng/errors": "^2.4.18",
41
- "@thi.ng/transducers-binary": "^2.1.99",
42
- "@thi.ng/vectors": "^7.10.10"
41
+ "@thi.ng/transducers-binary": "^2.1.101",
42
+ "@thi.ng/vectors": "^7.10.12"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.40.1",
@@ -105,5 +105,5 @@
105
105
  "status": "alpha",
106
106
  "year": 2019
107
107
  },
108
- "gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
108
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
109
109
  }