sentron-cli 1.0.14 → 1.0.16

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 +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,16 @@
1
- # sentron-cli
1
+ <div align="center">
2
2
 
3
- Command-line interface for the Sentron API.
3
+ # <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://sentron.dev/logo-dark.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://sentron.dev/logo-light.svg">
6
+ <img src="https://sentron.dev/logo-light.svg" width="32" height="32" alt="Sentron Logo" style="vertical-align: middle; margin-right: 8px;" />
7
+ </picture> sentron-cli
8
+
9
+ **Command-line interface for the Sentron API**
10
+
11
+ ---
12
+
13
+ </div>
4
14
 
5
15
  ## Installation
6
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sentron-cli",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Sentron CLI - Command-line interface for Sentron API",
5
5
  "readme": "README.md",
6
6
  "type": "module",