byte-codec 1.1.1 → 1.1.2

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,12 @@ pnpm add byte-codec
38
38
  npm install byte-codec
39
39
  ```
40
40
 
41
+ ## npm aliases
42
+
43
+ This package also publishes under the following alternate npm name — the identical build, same version, republished by CI alongside the primary `byte-codec` package:
44
+
45
+ - [document-bytes](https://www.npmjs.com/package/document-bytes)
46
+
41
47
  ## License
42
48
 
43
49
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byte-codec",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Generic byte-level primitives (ByteWriter, ByteReader, CRC-32, deflate/inflate) and PNG/JPEG image encoding/decoding with zero PDF knowledge — the shared utility package for the documents.js family.",
5
5
  "type": "module",
6
6
  "repository": {