@thi.ng/rle-pack 3.1.1 → 3.1.4

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**: 2021-11-19T07:59:51Z
3
+ - **Last updated**: 2022-03-11T12:13:49Z
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
@@ -84,7 +84,7 @@ node --experimental-repl-await
84
84
  > const rlePack = await import("@thi.ng/rle-pack");
85
85
  ```
86
86
 
87
- Package sizes (gzipped, pre-treeshake): ESM: 687 bytes
87
+ Package sizes (gzipped, pre-treeshake): ESM: 688 bytes
88
88
 
89
89
  ## Dependencies
90
90
 
@@ -134,4 +134,4 @@ If this project contributes to an academic publication, please cite it as:
134
134
 
135
135
  ## License
136
136
 
137
- © 2017 - 2021 Karsten Schmidt // Apache Software License 2.0
137
+ © 2017 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rle-pack",
3
- "version": "3.1.1",
3
+ "version": "3.1.4",
4
4
  "description": "Binary run-length encoding packer w/ flexible repeat bit widths",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/bitstream": "^2.1.1",
38
- "@thi.ng/errors": "^2.1.1"
37
+ "@thi.ng/bitstream": "^2.1.4",
38
+ "@thi.ng/errors": "^2.1.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@microsoft/api-extractor": "^7.18.19",
42
- "@thi.ng/testament": "^0.2.1",
41
+ "@microsoft/api-extractor": "^7.19.4",
42
+ "@thi.ng/testament": "^0.2.4",
43
43
  "rimraf": "^3.0.2",
44
44
  "tools": "^0.0.1",
45
- "typedoc": "^0.22.9",
46
- "typescript": "^4.5.2"
45
+ "typedoc": "^0.22.13",
46
+ "typescript": "^4.6.2"
47
47
  },
48
48
  "keywords": [
49
49
  "array",
@@ -78,5 +78,5 @@
78
78
  ],
79
79
  "year": 2017
80
80
  },
81
- "gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n"
81
+ "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
82
82
  }