@thi.ng/binary
Advanced tools
Comparing version 3.3.9 to 3.3.10
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -54,5 +54,5 @@ | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
@@ -78,2 +78,5 @@ # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.0.0) (2021-10-12) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53)) | ||
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e)) | ||
@@ -85,5 +88,2 @@ - largely related to recent updates/restructuring of these packages: | ||
- logger | ||
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53)) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
@@ -100,5 +100,5 @@ ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@2.2.0) (2021-03-03) | ||
- add interleave4_12_24/4_16_32() ([89044d2](https://github.com/thi-ng/umbrella/commit/89044d2)) | ||
- add swapLane02/13 ([2e45f48](https://github.com/thi-ng/umbrella/commit/2e45f48)) | ||
- add MSB_BITS8/16/32 LUTs ([e0eb47b](https://github.com/thi-ng/umbrella/commit/e0eb47b)) | ||
- add swapLane02/13 ([2e45f48](https://github.com/thi-ng/umbrella/commit/2e45f48)) | ||
- add interleave4_12_24/4_16_32() ([89044d2](https://github.com/thi-ng/umbrella/commit/89044d2)) | ||
@@ -130,7 +130,7 @@ ### [2.0.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@2.0.19) (2020-12-07) | ||
- add float/int conversions ([2e02d34](https://github.com/thi-ng/umbrella/commit/2e02d34)) | ||
- add byte conversions ([564310b](https://github.com/thi-ng/umbrella/commit/564310b)) | ||
- add endianess detection, 64bit float/int/uint conv ([856e035](https://github.com/thi-ng/umbrella/commit/856e035)) | ||
- add float & 64bit byte conversions ([9882196](https://github.com/thi-ng/umbrella/commit/9882196)) | ||
- add lane16/setLane16, flip8/16, mux ([1aa0a5e](https://github.com/thi-ng/umbrella/commit/1aa0a5e)) | ||
- add float & 64bit byte conversions ([9882196](https://github.com/thi-ng/umbrella/commit/9882196)) | ||
- add endianess detection, 64bit float/int/uint conv ([856e035](https://github.com/thi-ng/umbrella/commit/856e035)) | ||
- add byte conversions ([564310b](https://github.com/thi-ng/umbrella/commit/564310b)) | ||
- add float/int conversions ([2e02d34](https://github.com/thi-ng/umbrella/commit/2e02d34)) | ||
@@ -137,0 +137,0 @@ #### ♻️ Refactoring |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", | ||
@@ -37,10 +37,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5" | ||
"@thi.ng/api": "^8.4.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -75,4 +75,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -134,3 +134,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57449
Updated@thi.ng/api@^8.4.6