@thi.ng/bitstream 2.2.6 → 2.2.8

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 +3 -3
  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-03T16:07:55Z
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.
@@ -45,9 +45,9 @@ and/or version bumps of transitive dependencies.
45
45
 
46
46
  #### ♻️ Refactoring
47
47
 
48
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
49
48
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
50
49
  - add .js suffix for all relative imports
50
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
51
51
 
52
52
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bitstream@2.0.0) (2021-10-12)
53
53
 
@@ -68,9 +68,9 @@ and/or version bumps of transitive dependencies.
68
68
 
69
69
  #### ♻️ Refactoring
70
70
 
71
- - update imports ([f64e597](https://github.com/thi-ng/umbrella/commit/f64e597))
72
71
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
73
72
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
73
+ - update imports ([f64e597](https://github.com/thi-ng/umbrella/commit/f64e597))
74
74
 
75
75
  ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bitstream@1.1.0) (2019-07-07)
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bitstream",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
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",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/errors": "^2.2.2"
37
+ "@thi.ng/errors": "^2.2.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "^7.31.1",
41
- "@thi.ng/testament": "^0.3.2",
40
+ "@microsoft/api-extractor": "^7.33.5",
41
+ "@thi.ng/testament": "^0.3.5",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
- "typedoc": "^0.22.17",
45
- "typescript": "^4.8.3"
44
+ "typedoc": "^0.23.20",
45
+ "typescript": "^4.8.4"
46
46
  },
47
47
  "keywords": [
48
48
  "binary",
@@ -58,8 +58,8 @@
58
58
  "node": ">=12.7"
59
59
  },
60
60
  "files": [
61
- "*.js",
62
- "*.d.ts"
61
+ "./*.js",
62
+ "./*.d.ts"
63
63
  ],
64
64
  "exports": {
65
65
  ".": {
@@ -81,5 +81,5 @@
81
81
  "rle-pack"
82
82
  ]
83
83
  },
84
- "gitHead": "c3f7d6598c7d7d0c61ba87150a56deac12649d7b\n"
84
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
85
85
  }