@thi.ng/bitstream 2.4.44 → 2.4.45

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/README.md +10 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/bitstream](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-bitstream.svg?8d393058)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/bitstream](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-bitstream.svg?8d393058)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/bitstream.svg)](https://www.npmjs.com/package/@thi.ng/bitstream)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/bitstream.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -34,12 +35,12 @@ ES6 iterator based read/write bit streams with support for variable word widths.
34
35
 
35
36
  **STABLE** - used in production
36
37
 
37
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bbitstream%5D+in%3Atitle)
38
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bbitstream%5D)
38
39
 
39
40
  ## Related packages
40
41
 
41
- - [@thi.ng/range-coder](https://github.com/thi-ng/umbrella/tree/develop/packages/range-coder) - Binary data range encoder / decoder
42
- - [@thi.ng/rle-pack](https://github.com/thi-ng/umbrella/tree/develop/packages/rle-pack) - Binary run-length encoding packer w/ flexible repeat bit widths and a naive RLE encoder/decoder for arrays of arbitrary typed values
42
+ - [@thi.ng/range-coder](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/range-coder) - Binary data range encoder / decoder
43
+ - [@thi.ng/rle-pack](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rle-pack) - Binary run-length encoding packer w/ flexible repeat bit widths and a naive RLE encoder/decoder for arrays of arbitrary typed values
43
44
 
44
45
  ## Installation
45
46
 
@@ -71,7 +72,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.40 KB
71
72
 
72
73
  ## Dependencies
73
74
 
74
- - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
75
+ - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors)
75
76
 
76
77
  ## API
77
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bitstream",
3
- "version": "2.4.44",
3
+ "version": "2.4.45",
4
4
  "description": "ES6 iterator based read/write bit streams with support for variable word widths",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/bitstream"
13
13
  },
14
14
  "homepage": "https://thi.ng/bitstream",
@@ -40,7 +40,7 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/errors": "^2.6.6"
43
+ "@thi.ng/errors": "^2.6.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "esbuild": "^0.27.2",
@@ -84,5 +84,5 @@
84
84
  "rle-pack"
85
85
  ]
86
86
  },
87
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
87
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
88
88
  }