@thi.ng/bitstream 2.2.57 → 2.2.58
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 +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -56,10 +56,10 @@ import * as bit from "@thi.ng/bitstream";
|
|
|
56
56
|
Browser ESM import:
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<script type="module" src="https://
|
|
59
|
+
<script type="module" src="https://esm.run/@thi.ng/bitstream"></script>
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
[
|
|
62
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
63
63
|
|
|
64
64
|
For Node.js REPL:
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/bitstream",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.58",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/errors": "^2.5.
|
|
39
|
+
"@thi.ng/errors": "^2.5.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"rle-pack"
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
86
86
|
}
|