@thi.ng/binary 3.3.8 → 3.3.10

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 +11 -11
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
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.
@@ -51,9 +51,9 @@ and/or version bumps of transitive dependencies.
51
51
 
52
52
  #### ♻️ Refactoring
53
53
 
54
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
55
54
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
56
55
  - add .js suffix for all relative imports
56
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
57
57
 
58
58
  # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.0.0) (2021-10-12)
59
59
 
@@ -74,15 +74,15 @@ and/or version bumps of transitive dependencies.
74
74
 
75
75
  #### ♻️ Refactoring
76
76
 
77
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
78
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
79
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
77
80
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
78
81
  - largely related to recent updates/restructuring of these packages:
79
82
  - api
80
83
  - defmulti
81
84
  - errors
82
85
  - logger
83
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
84
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
85
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
86
86
 
87
87
  ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@2.2.0) (2021-03-03)
88
88
 
@@ -94,9 +94,9 @@ and/or version bumps of transitive dependencies.
94
94
 
95
95
  #### 🚀 Features
96
96
 
97
- - add MSB_BITS8/16/32 LUTs ([e0eb47b](https://github.com/thi-ng/umbrella/commit/e0eb47b))
98
- - add swapLane02/13 ([2e45f48](https://github.com/thi-ng/umbrella/commit/2e45f48))
99
97
  - add interleave4_12_24/4_16_32() ([89044d2](https://github.com/thi-ng/umbrella/commit/89044d2))
98
+ - add swapLane02/13 ([2e45f48](https://github.com/thi-ng/umbrella/commit/2e45f48))
99
+ - add MSB_BITS8/16/32 LUTs ([e0eb47b](https://github.com/thi-ng/umbrella/commit/e0eb47b))
100
100
 
101
101
  ### [2.0.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@2.0.19) (2020-12-07)
102
102
 
@@ -123,11 +123,11 @@ and/or version bumps of transitive dependencies.
123
123
 
124
124
  #### 🚀 Features
125
125
 
126
- - add lane16/setLane16, flip8/16, mux ([1aa0a5e](https://github.com/thi-ng/umbrella/commit/1aa0a5e))
127
- - add float & 64bit byte conversions ([9882196](https://github.com/thi-ng/umbrella/commit/9882196))
128
- - add endianess detection, 64bit float/int/uint conv ([856e035](https://github.com/thi-ng/umbrella/commit/856e035))
129
- - add byte conversions ([564310b](https://github.com/thi-ng/umbrella/commit/564310b))
130
126
  - add float/int conversions ([2e02d34](https://github.com/thi-ng/umbrella/commit/2e02d34))
127
+ - add byte conversions ([564310b](https://github.com/thi-ng/umbrella/commit/564310b))
128
+ - add endianess detection, 64bit float/int/uint conv ([856e035](https://github.com/thi-ng/umbrella/commit/856e035))
129
+ - add float & 64bit byte conversions ([9882196](https://github.com/thi-ng/umbrella/commit/9882196))
130
+ - add lane16/setLane16, flip8/16, mux ([1aa0a5e](https://github.com/thi-ng/umbrella/commit/1aa0a5e))
131
131
 
132
132
  #### ♻️ Refactoring
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/binary",
3
- "version": "3.3.8",
3
+ "version": "3.3.10",
4
4
  "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.4"
37
+ "@thi.ng/api": "^8.4.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.33.5",
41
- "@thi.ng/testament": "^0.3.4",
41
+ "@thi.ng/testament": "^0.3.5",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
- "typedoc": "^0.23.18",
44
+ "typedoc": "^0.23.20",
45
45
  "typescript": "^4.8.4"
46
46
  },
47
47
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "node": ">=12.7"
72
72
  },
73
73
  "files": [
74
- "*.js",
75
- "*.d.ts"
74
+ "./*.js",
75
+ "./*.d.ts"
76
76
  ],
77
77
  "exports": {
78
78
  ".": {
@@ -129,5 +129,5 @@
129
129
  "transducers-binary"
130
130
  ]
131
131
  },
132
- "gitHead": "41e59c7ad9bf24bb0230a5f60d05715e0fc1c1e6\n"
132
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
133
133
  }