@thi.ng/leb128 3.1.42 → 3.1.43

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-03-11T13:30:45Z
3
+ - **Last updated**: 2025-03-13T14:21:38Z
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/README.md CHANGED
@@ -89,7 +89,7 @@ For Node.js REPL:
89
89
  const leb = await import("@thi.ng/leb128");
90
90
  ```
91
91
 
92
- Package sizes (brotli'd, pre-treeshake): ESM: 967 bytes
92
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.00 KB
93
93
 
94
94
  ## Dependencies
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/leb128",
3
- "version": "3.1.42",
3
+ "version": "3.1.43",
4
4
  "description": "WASM based LEB128 encoder / decoder (signed & unsigned)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -85,5 +85,5 @@
85
85
  "alias": "leb",
86
86
  "year": 2019
87
87
  },
88
- "gitHead": "b5172cfde94e2fa078638f25405b65043b8d8ae7\n"
88
+ "gitHead": "c508e27f87e59a812bbbb838317f8f710bd77c0c\n"
89
89
  }