@thi.ng/leb128 2.1.27 → 2.1.28

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/CHANGELOG.md +6 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/leb128@2.0.0) (2021-10-12)
40
40
 
@@ -55,10 +55,10 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update b64 WASM init ([2cff5b0](https://github.com/thi-ng/umbrella/commit/2cff5b0))
59
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
60
58
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
61
59
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
60
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
61
+ - update b64 WASM init ([2cff5b0](https://github.com/thi-ng/umbrella/commit/2cff5b0))
62
62
 
63
63
  ### [1.0.68](https://github.com/thi-ng/umbrella/tree/@thi.ng/leb128@1.0.68) (2021-08-24)
64
64
 
@@ -96,7 +96,7 @@ and/or version bumps of transitive dependencies.
96
96
 
97
97
  #### 🚀 Features
98
98
 
99
+ - import new hybrid TS/WASM/zig package, incl. readme & tests ([140b238](https://github.com/thi-ng/umbrella/commit/140b238))
100
+ - add zig tests, move binary to sep src file for auto regen ([2a89cde](https://github.com/thi-ng/umbrella/commit/2a89cde))
99
101
  - add READY promise to allow waiting for WASM initialization ([60c3245](https://github.com/thi-ng/umbrella/commit/60c3245))
100
102
  - update tests & readme
101
- - add zig tests, move binary to sep src file for auto regen ([2a89cde](https://github.com/thi-ng/umbrella/commit/2a89cde))
102
- - import new hybrid TS/WASM/zig package, incl. readme & tests ([140b238](https://github.com/thi-ng/umbrella/commit/140b238))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/leb128",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "description": "WASM based LEB128 encoder / decoder (signed & unsigned)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,16 +35,16 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/errors": "^2.2.3",
40
- "@thi.ng/transducers-binary": "^2.1.27"
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/errors": "^2.2.4",
40
+ "@thi.ng/transducers-binary": "^2.1.28"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.33.5",
44
- "@thi.ng/testament": "^0.3.4",
44
+ "@thi.ng/testament": "^0.3.5",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.23.18",
47
+ "typedoc": "^0.23.20",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
50
  "keywords": [
@@ -67,8 +67,8 @@
67
67
  "node": ">=12.7"
68
68
  },
69
69
  "files": [
70
- "*.js",
71
- "*.d.ts"
70
+ "./*.js",
71
+ "./*.d.ts"
72
72
  ],
73
73
  "exports": {
74
74
  ".": {
@@ -78,5 +78,5 @@
78
78
  "thi.ng": {
79
79
  "year": 2019
80
80
  },
81
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
81
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
82
82
  }