@thi.ng/soa 0.4.31 → 0.4.32
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 +9 -9
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
|
|
|
38
38
|
|
|
39
39
|
#### ♻️ Refactoring
|
|
40
40
|
|
|
41
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
42
41
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
43
42
|
- add .js suffix for all relative imports
|
|
43
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
44
44
|
|
|
45
45
|
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.3.0) (2021-10-12)
|
|
46
46
|
|
|
@@ -61,16 +61,16 @@ and/or version bumps of transitive dependencies.
|
|
|
61
61
|
|
|
62
62
|
#### ♻️ Refactoring
|
|
63
63
|
|
|
64
|
-
-
|
|
64
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
65
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
66
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
65
67
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
66
68
|
- largely related to recent updates/restructuring of these packages:
|
|
67
69
|
- api
|
|
68
70
|
- defmulti
|
|
69
71
|
- errors
|
|
70
72
|
- logger
|
|
71
|
-
-
|
|
72
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
73
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
73
|
+
- minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
|
|
74
74
|
|
|
75
75
|
### [0.2.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.2.7) (2021-03-17)
|
|
76
76
|
|
|
@@ -103,12 +103,12 @@ and/or version bumps of transitive dependencies.
|
|
|
103
103
|
|
|
104
104
|
#### 🚀 Features
|
|
105
105
|
|
|
106
|
+
- add new pkg [@thi.ng/soa](https://github.com/thi-ng/umbrella/tree/main/packages/soa) ([5f8ffa1](https://github.com/thi-ng/umbrella/commit/5f8ffa1))
|
|
107
|
+
- add/update types, update aos(), add SOA.setValues(), tests ([b8e0780](https://github.com/thi-ng/umbrella/commit/b8e0780))
|
|
106
108
|
- update SOAAttribSpec.buf to use ArrayBuffer w/ opt offset ([2759570](https://github.com/thi-ng/umbrella/commit/2759570))
|
|
107
109
|
- update aos() buffer handling
|
|
108
110
|
- update SOA.initSpecs()
|
|
109
111
|
- update tests
|
|
110
|
-
- add/update types, update aos(), add SOA.setValues(), tests ([b8e0780](https://github.com/thi-ng/umbrella/commit/b8e0780))
|
|
111
|
-
- add new pkg [@thi.ng/soa](https://github.com/thi-ng/umbrella/tree/main/packages/soa) ([5f8ffa1](https://github.com/thi-ng/umbrella/commit/5f8ffa1))
|
|
112
112
|
|
|
113
113
|
#### 🩹 Bug fixes
|
|
114
114
|
|
|
@@ -120,5 +120,5 @@ and/or version bumps of transitive dependencies.
|
|
|
120
120
|
|
|
121
121
|
#### ♻️ Refactoring
|
|
122
122
|
|
|
123
|
-
- rename SOA.initSpecs() => addSpecs(), make public ([470714d](https://github.com/thi-ng/umbrella/commit/470714d))
|
|
124
123
|
- update attribValues(), add indexUnsafe() ([21c1ef6](https://github.com/thi-ng/umbrella/commit/21c1ef6))
|
|
124
|
+
- rename SOA.initSpecs() => addSpecs(), make public ([470714d](https://github.com/thi-ng/umbrella/commit/470714d))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/soa",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.32",
|
|
4
4
|
"description": "SOA & AOS memory mapped structured views with optional & extensible serialization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/binary": "^3.3.
|
|
39
|
-
"@thi.ng/errors": "^2.2.
|
|
40
|
-
"@thi.ng/transducers-binary": "^2.1.
|
|
41
|
-
"@thi.ng/vectors": "^7.5.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/binary": "^3.3.10",
|
|
39
|
+
"@thi.ng/errors": "^2.2.4",
|
|
40
|
+
"@thi.ng/transducers-binary": "^2.1.28",
|
|
41
|
+
"@thi.ng/vectors": "^7.5.24"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.33.5",
|
|
45
|
-
"@thi.ng/equiv": "^2.1.
|
|
46
|
-
"@thi.ng/testament": "^0.3.
|
|
45
|
+
"@thi.ng/equiv": "^2.1.13",
|
|
46
|
+
"@thi.ng/testament": "^0.3.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.23.
|
|
49
|
+
"typedoc": "^0.23.20",
|
|
50
50
|
"typescript": "^4.8.4"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"node": ">=12.7"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
|
-
"
|
|
77
|
-
"
|
|
76
|
+
"./*.js",
|
|
77
|
+
"./*.d.ts"
|
|
78
78
|
],
|
|
79
79
|
"exports": {
|
|
80
80
|
".": {
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"status": "alpha",
|
|
106
106
|
"year": 2019
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
109
109
|
}
|