@thi.ng/soa 0.4.113 → 0.4.114

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-07T20:40:47Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/soa",
3
- "version": "0.4.113",
3
+ "version": "0.4.114",
4
4
  "description": "SOA & AOS memory mapped structured views with optional & extensible serialization",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,19 +36,19 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.29",
40
- "@thi.ng/binary": "^3.4.18",
41
- "@thi.ng/errors": "^2.4.20",
42
- "@thi.ng/transducers-binary": "^2.1.106",
43
- "@thi.ng/vectors": "^7.10.17"
39
+ "@thi.ng/api": "^8.9.30",
40
+ "@thi.ng/binary": "^3.4.19",
41
+ "@thi.ng/errors": "^2.5.0",
42
+ "@thi.ng/transducers-binary": "^2.1.107",
43
+ "@thi.ng/vectors": "^7.10.18"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/api-extractor": "^7.40.1",
47
- "@thi.ng/equiv": "^2.1.51",
48
- "esbuild": "^0.20.0",
46
+ "@microsoft/api-extractor": "^7.42.3",
47
+ "@thi.ng/equiv": "^2.1.52",
48
+ "esbuild": "^0.20.1",
49
49
  "rimraf": "^5.0.5",
50
- "typedoc": "^0.25.7",
51
- "typescript": "^5.3.3"
50
+ "typedoc": "^0.25.12",
51
+ "typescript": "^5.4.2"
52
52
  },
53
53
  "keywords": [
54
54
  "acceleration",
@@ -106,5 +106,5 @@
106
106
  "status": "alpha",
107
107
  "year": 2019
108
108
  },
109
- "gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
109
+ "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
110
110
  }