@thi.ng/leb128 3.0.4 → 3.0.5

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**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2023-01-10T15:20:19Z
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
@@ -146,4 +146,4 @@ If this project contributes to an academic publication, please cite it as:
146
146
 
147
147
  ## License
148
148
 
149
- © 2019 - 2022 Karsten Schmidt // Apache License 2.0
149
+ © 2019 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/leb128",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "WASM based LEB128 encoder / decoder (signed & unsigned)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,13 +35,13 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/checks": "^3.3.6",
39
- "@thi.ng/errors": "^2.2.7",
40
- "@thi.ng/transducers-binary": "^2.1.34"
38
+ "@thi.ng/checks": "^3.3.7",
39
+ "@thi.ng/errors": "^2.2.8",
40
+ "@thi.ng/transducers-binary": "^2.1.35"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.33.7",
44
- "@thi.ng/testament": "^0.3.8",
44
+ "@thi.ng/testament": "^0.3.9",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.23.22",
@@ -79,5 +79,5 @@
79
79
  "thi.ng": {
80
80
  "year": 2019
81
81
  },
82
- "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
82
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
83
83
  }