@visulima/bytes 2.0.5 → 3.0.0-alpha.2
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 +43 -0
- package/README.md +33 -14
- package/package.json +10 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
## @visulima/bytes [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/bytes@3.0.0-alpha.1...@visulima/bytes@3.0.0-alpha.2) (2025-12-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
6
|
+
* update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* **release:** @visulima/bytes@3.0.0-alpha.1 [skip ci]\n\n## @visulima/bytes [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/bytes@2.0.5...@visulima/bytes@3.0.0-alpha.1) (2025-12-04) ([232ad90](https://github.com/visulima/visulima/commit/232ad9054f90459296f3988a2bbb6bd0e7e9d722))
|
|
11
|
+
* update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
|
|
12
|
+
|
|
13
|
+
## @visulima/bytes [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/bytes@2.0.5...@visulima/bytes@3.0.0-alpha.1) (2025-12-04)
|
|
14
|
+
|
|
15
|
+
### ⚠ BREAKING CHANGES
|
|
16
|
+
|
|
17
|
+
* change min node version to 22.13
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
|
|
22
|
+
|
|
23
|
+
### Miscellaneous Chores
|
|
24
|
+
|
|
25
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
26
|
+
* **release:** @visulima/bytes@3.0.0-alpha.1 [skip ci]\n\n## @visulima/bytes [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/bytes@2.0.5...@visulima/bytes@3.0.0-alpha.1) (2025-12-04) ([302f285](https://github.com/visulima/visulima/commit/302f285520f09b1c2864e3151e08e2b4b7903b51))
|
|
27
|
+
* update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
|
|
28
|
+
|
|
29
|
+
## @visulima/bytes [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/bytes@2.0.5...@visulima/bytes@3.0.0-alpha.1) (2025-12-04)
|
|
30
|
+
|
|
31
|
+
### ⚠ BREAKING CHANGES
|
|
32
|
+
|
|
33
|
+
* change min node version to 22.13
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
|
|
38
|
+
|
|
39
|
+
### Miscellaneous Chores
|
|
40
|
+
|
|
41
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
42
|
+
* update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
|
|
43
|
+
|
|
1
44
|
## @visulima/bytes [2.0.5](https://github.com/visulima/visulima/compare/@visulima/bytes@2.0.4...@visulima/bytes@2.0.5) (2025-11-13)
|
|
2
45
|
|
|
3
46
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
<!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
2
|
+
|
|
3
|
+
<a href="https://www.anolilab.com/open-source" align="center">
|
|
4
|
+
|
|
5
|
+
<img src="__assets__/package-og.svg" alt="bytes" />
|
|
6
|
+
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<h3 align="center">Utility functions to make dealing with Uint8Arrays easier</h3>
|
|
10
|
+
|
|
11
|
+
<!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
7
12
|
|
|
8
13
|
<br />
|
|
9
14
|
|
|
10
15
|
<div align="center">
|
|
11
16
|
|
|
12
|
-
[![typescript-image]
|
|
17
|
+
[![typescript-image][typescript-badge]][typescript-url]
|
|
18
|
+
[![mit licence][license-badge]][license]
|
|
19
|
+
[![npm downloads][npm-downloads-badge]][npm-downloads]
|
|
20
|
+
[![Chat][chat-badge]][chat]
|
|
21
|
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
|
|
13
22
|
|
|
14
23
|
</div>
|
|
15
24
|
|
|
@@ -380,13 +389,23 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
380
389
|
- [Daniel Bannert](https://github.com/prisis)
|
|
381
390
|
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
382
391
|
|
|
392
|
+
## Made with ❤️ at Anolilab
|
|
393
|
+
|
|
394
|
+
This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
|
|
395
|
+
|
|
383
396
|
## License
|
|
384
397
|
|
|
385
|
-
The visulima bytes is open-sourced software licensed under the [MIT][license
|
|
398
|
+
The visulima bytes is open-sourced software licensed under the [MIT][license]
|
|
399
|
+
|
|
400
|
+
<!-- badges -->
|
|
386
401
|
|
|
387
|
-
[
|
|
388
|
-
[
|
|
389
|
-
[
|
|
390
|
-
[
|
|
391
|
-
[
|
|
392
|
-
[
|
|
402
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/bytes?style=for-the-badge
|
|
403
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
404
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/bytes?style=for-the-badge
|
|
405
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/bytes
|
|
406
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
407
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
408
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
409
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
410
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
411
|
+
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/bytes",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "Utility functions to make dealing with Uint8Arrays easier",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
7
|
-
"bytes"
|
|
7
|
+
"bytes",
|
|
8
|
+
"uint8array",
|
|
9
|
+
"buffer",
|
|
10
|
+
"binary",
|
|
11
|
+
"data",
|
|
12
|
+
"array",
|
|
13
|
+
"typed-array"
|
|
8
14
|
],
|
|
9
15
|
"homepage": "https://visulima.com/packages/bytes",
|
|
10
16
|
"bugs": {
|
|
@@ -13,7 +19,7 @@
|
|
|
13
19
|
"repository": {
|
|
14
20
|
"type": "git",
|
|
15
21
|
"url": "git+https://github.com/visulima/visulima.git",
|
|
16
|
-
"directory": "packages/bytes"
|
|
22
|
+
"directory": "packages/data-manipulation/bytes"
|
|
17
23
|
},
|
|
18
24
|
"funding": [
|
|
19
25
|
{
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
"CHANGELOG.md"
|
|
46
52
|
],
|
|
47
53
|
"engines": {
|
|
48
|
-
"node": ">=
|
|
54
|
+
"node": ">=22.13 <=25.x"
|
|
49
55
|
},
|
|
50
56
|
"publishConfig": {
|
|
51
57
|
"access": "public",
|