sftp-push-sync 1.0.8 → 1.0.9

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 CHANGED
@@ -140,6 +140,10 @@ You can safely delete the local cache at any time. The first analysis will then
140
140
 
141
141
  The first run always takes a while, especially with lots of images – so be patient! Once the cache is full, it will be faster.
142
142
 
143
+ ## Example Output
144
+
145
+ ![An console output example](images/example-output-001.png)
146
+
143
147
  ## Links
144
148
 
145
149
  - <https://www.npmjs.com/package/sftp-push-sync>
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sftp-push-sync",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "SFTP sync tool for Hugo projects (local to remote, with hash cache)",
5
5
  "type": "module",
6
6
  "bin": {