@thi.ng/leb128 3.1.33 → 3.1.34

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
3
+ - **Last updated**: 2025-01-21T15:46:53Z
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/leb128",
3
- "version": "3.1.33",
3
+ "version": "3.1.34",
4
4
  "description": "WASM based LEB128 encoder / decoder (signed & unsigned)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,9 +44,9 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/checks": "^3.6.19",
48
- "@thi.ng/errors": "^2.5.22",
49
- "@thi.ng/transducers-binary": "^2.1.149"
47
+ "@thi.ng/checks": "^3.6.20",
48
+ "@thi.ng/errors": "^2.5.23",
49
+ "@thi.ng/transducers-binary": "^2.1.150"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.48.1",
@@ -88,5 +88,5 @@
88
88
  "alias": "leb",
89
89
  "year": 2019
90
90
  },
91
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
91
+ "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
92
92
  }
package/zig/leb128.zig CHANGED
@@ -1,3 +1,4 @@
1
+ // SPDX-License-Identifier: Apache-2.0
1
2
  export var buf: [10]u8 = undefined;
2
3
 
3
4
  /// Encodes 64bit uint `src` and writes result bytes into `dest` (must