stegdoc 1.0.0 → 1.0.1
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/README.md +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
- package/src/lib/metadata.js +1 -1
package/README.md
CHANGED
|
@@ -199,7 +199,7 @@ The date/time and ID are derived from a hash, ensuring files from the same encod
|
|
|
199
199
|
|
|
200
200
|
## Backward Compatibility
|
|
201
201
|
|
|
202
|
-
Files created with previous versions
|
|
202
|
+
Files created with previous versions are fully supported. The tool automatically detects and handles legacy formats.
|
|
203
203
|
|
|
204
204
|
## Requirements
|
|
205
205
|
|
package/package.json
CHANGED
package/src/index.js
CHANGED