@lanzorg/commitlint-config-template 0.0.140 → 0.0.141

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 +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,32 +1,38 @@
1
1
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/icon.png" align="center" width="156"></p>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/icon.png" align="" width="144"></p>
3
3
  <h1>SENCHARD</h1>
4
4
  <p>Dart cross-platform library for Hisense U7QF TV automation, edit your picture profiles for SDR, HDR10, HDR+, and DOVI using a tailored MQTT client and a dummy certificate to bypass broker authentication.</p>
5
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/dart.svg" width="64">
6
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/androidstudio.svg" width="64">
7
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/flutter.svg" width="64">
5
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/dart.svg" width="52">
6
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/androidstudio.svg" width="52">
7
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/flutter.svg" width="52">
8
8
  </div>
9
9
 
10
10
  ## PREVIEWS
11
11
 
12
- <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="center" width="100%"></p>
12
+ <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="" width="100%"></p>
13
13
 
14
14
  ## LEARNING
15
15
 
16
16
  ### ADD PACKAGE
17
17
 
18
+ Lorem ipsum dolor sit amet adipiscing elit.
19
+
18
20
  ```sh
19
21
  flutter pub add senchard --git-url https://github.com/olankens/senchard
20
22
  ```
21
23
 
22
24
  ### CREATE CLIENT
23
25
 
26
+ Lorem ipsum dolor sit amet adipiscing elit.
27
+
24
28
  ```dart
25
29
  var client = Client('television_ip_address_here', foolish: true);
26
30
  ```
27
31
 
28
32
  ### UPDATE PICTURE MODE
29
33
 
34
+ Lorem ipsum dolor sit amet adipiscing elit.
35
+
30
36
  ```dart
31
37
  await client
32
38
  ..attach()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [